mongodb / terraform-provider-mongodbatlas

Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas infrastructure as code through HashiCorp Terraform
https://registry.terraform.io/providers/mongodb/mongodbatlas
Mozilla Public License 2.0
241 stars 167 forks source link

Incorrect description for atlas_cidr_block in mongodbatlas_network_peering documentation #215

Closed lmego closed 4 years ago

lmego commented 4 years ago

The description for the atlas_cidr_block parameter in the mongodbatlas_network_peering documentation incorrectly states that it is an "(Optional | AZURE Required) Unique identifier for an Azure AD directory." in both Argument Reference and Attributes Reference sections

See https://www.terraform.io/docs/providers/aws/r/vpc_peering_connection.html

themantissa commented 4 years ago

Waiting on internal confirmation before correcting that atlasCidrBlock is not needed in the peering container connection. Update soon.

themantissa commented 4 years ago

Fixed in https://github.com/terraform-providers/terraform-provider-mongodbatlas/pull/217, will go to docs w/ next version. Thanks!