vpc-peering
KeisukeYamashita/vpc-peering/mongodbatlas
This module creates an MongoDB Atlas VPC peering.
MongoDB Atlas VPC Peering module This module creates an MongoDB Atlas VPC peering. Usage ``hcl module "mongodbatlas_vpc_peering" { source = "KeisukeYamashita/terraform-mongodbatlas-vpc-peering" version = "~> 1.0" region = "US_EAST_1" project_id = local.project_id cidr_block = "10.8.0.0/21" target_cidr_block = "10.20.0.0/21" target_region_name = "ap-northeast-1" target_vpc_id = "vpc-abc123abc123" target_account_id = "abc123abc123" } ` Requirements | Name | Version | |------|---------| | terraform | >= 0.12.0, = 0.6, < 1.0 | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | region | Region of the MondoDB | string | null | yes | | project_id | ID of the MongoDB Atlas project | string | null | yes | | cidr_block | CIDR block of the M
| Name | Type | Description | Default |
|---|---|---|---|
| cidr_block | string | CIDR block of the MongoDB | required |
| target_cidr_block | string | CIDR block of the target AWS VPC | required |
| target_region_name | string | Name of the target region | required |
| target_vpc_id | string | ID of the target AWS VPC | required |
| target_account_id | string | ID of the target AWS account | required |
| region | string | Region of the MondoDB | required |
| project_id | string | ID of the MongoDB Atlas project | required |
vpc_peering_id