Skip to content

Commit

Permalink
Missing formatting backtick in the documentation (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
lescactus authored May 17, 2021
1 parent efc34d1 commit ca2b0fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/global_cluster_config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ resource "mongodbatlas_global_cluster_config" "config" {
## Argument Reference

* `project_id` - (Required) The unique ID for the project to create the database user.
* `cluster_name - (Required) The name of the Global Cluster.
* `cluster_name` - (Required) The name of the Global Cluster.
* `managed_namespaces` - (Optional) Add a managed namespaces to a Global Cluster. For more information about managed namespaces, see [Global Clusters](https://docs.atlas.mongodb.com/reference/api/global-clusters/). See [Managed Namespace](#managed-namespace) below for more details.
* `custom_zone_mappings` - (Optional) Each element in the list maps one ISO location code to a zone in your Global Cluster. See [Custom Zone Mapping](#custom-zone-mapping) below for more details.

Expand Down Expand Up @@ -143,4 +143,4 @@ Database users can be imported using project ID and cluster name, in the format
$ terraform import mongodbatlas_global_cluster_config.config 1112222b3bf99403840e8934-my-cluster
```

See detailed information for arguments and attributes: [MongoDB API Global Clusters](https://docs.atlas.mongodb.com/reference/api/global-clusters/)
See detailed information for arguments and attributes: [MongoDB API Global Clusters](https://docs.atlas.mongodb.com/reference/api/global-clusters/)

0 comments on commit ca2b0fe

Please sign in to comment.