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
244 stars 170 forks source link

RESOURSE or RESOURCE? Spelling change for readme.md #185

Closed codesterribly closed 4 years ago

codesterribly commented 4 years ago

Wasn't sure if this was a typo, or on purpose, but the spelling here:

"export AZURE_RESOURSE_GROUP_NAME="

would seem to be wrong. Google doesn't find any valid uses for it to be spelled that way.

themantissa commented 4 years ago

@codesterribly checking the test, https://github.com/terraform-providers/terraform-provider-mongodbatlas/blob/master/mongodbatlas/resource_mongodbatlas_network_peering_test.go#L63 it's AZURE_RESOURSE_GROUP_NAME So spelling incorrect in both places, I'll file a ticket to fix when we have time available but until then using an incorrect spelling will work to do the test.

themantissa commented 4 years ago

This spelling is corrected in both the code and README within other work. Closing. Thanks!