vpc-peering

KeisukeYamashita/vpc-peering/mongodbatlas

Terraform Module HCL MONGODBATLAS

This module creates an MongoDB Atlas VPC peering.

Install
module "vpc-peering" {
source = "KeisukeYamashita/vpc-peering/mongodbatlas"
version = "0.1.0"
}
plain text: /constructs/tfmod-keisukeyamashita-vpc-peering-mongodbatlas/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (7)
NameTypeDescriptionDefault
cidr_blockstringCIDR block of the MongoDB required
target_cidr_blockstringCIDR block of the target AWS VPC required
target_region_namestringName of the target region required
target_vpc_idstringID of the target AWS VPC required
target_account_idstringID of the target AWS account required
regionstringRegion of the MondoDB required
project_idstringID of the MongoDB Atlas project required
Outputs (1)
vpc_peering_id
Resources (2)
mongodbatlas_network_containermongodbatlas_network_peering
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud MONGODBATLAS
Total downloads779
Inputs7
Outputs1
Resources2
NamespaceKeisukeYamashita
Updated