Skip to content

Commit

Permalink
fix documentation word in resources (mongodb#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
abner-dou committed Aug 25, 2021
1 parent b0759e1 commit dbe3848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/privatelink_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "mongodbatlas_privatelink_endpoint" "test" {
## Argument Reference

* `project_id` - Required Unique identifier for the project.
* `providerName` - (Required) Name of the cloud provider for which you want to create the private endpoint service. Atlas accepts `AWS` or `AZURE`.
* `provider_name` - (Required) Name of the cloud provider for which you want to create the private endpoint service. Atlas accepts `AWS` or `AZURE`.
* `region` - (Required) Cloud provider region in which you want to create the private endpoint connection.
Accepted values are: [AWS regions](https://docs.atlas.mongodb.com/reference/amazon-aws/#amazon-aws) and [AZURE regions](https://docs.atlas.mongodb.com/reference/microsoft-azure/#microsoft-azure)

Expand Down

0 comments on commit dbe3848

Please sign in to comment.