vpcpeering
FlexibleEngineCloud/vpcpeering/flexibleengine
Terraform module which creates VPC Peering between two VPC
Flexible Engine Peering Terraform Module Terraform module which creates peering between VPC on Flexible Engine. Usage : Terraform This module requires that many providers are created in terraform environment description. In case VPC are in the same tenant, don't forget to set same_tenant to true in module calling. Example with 2 providers: ``hcl provider "flexibleengine" { alias = "tenant_stage" user_id = "xxx" password = "foo_bar" tenant_id = var.tenant_id_tenant_stage auth_url = var.auth_url region = var.region } provider "flexibleengine" { alias = "tenant_prod" user_id = "xxx" password = "foo_bar" tenant_id = var.tenant_id_tenant_prod auth_url = var.auth_url region = var.region } ` Example of module call: `hcl module "peering_stage_prod" { source = "terraform-flexibleengine-modules/vpcp
| Name | Type | Description | Default |
|---|---|---|---|
| vpc_req_name | string | Name of the requester's VPC | required |
| vpc_acc_id | string | ID of accepter's VPC | required |
| vpc_req_id | string | ID of the requester's VPC | required |
| vpc_acc_name | string | Name of accepter's VPC | required |
| req_subnet_cidr | list | list of requester's subnet CIDR | [] |
| acc_subnet_cidr | list | list of accepter's subnet CIDR | [] |
| peer_name | string | Name of the peering connection | "" |
| tenant_acc_id | string | tenant ID of the accepter | "" |
| same_tenant | string | Indicates VPC are in the same tenant | false |
peering_id — ID of the created peeringTerraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Azure Verified Pattern Module for Azure Landing Zone
Terraform Azure Verified Resource Module for Key Vault
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L