Skip to content

Commit ca2b0fe

Browse files
authored
Missing formatting backtick in the documentation (#457)
1 parent efc34d1 commit ca2b0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/global_cluster_config.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ resource "mongodbatlas_global_cluster_config" "config" {
112112
## Argument Reference
113113

114114
* `project_id` - (Required) The unique ID for the project to create the database user.
115-
* `cluster_name - (Required) The name of the Global Cluster.
115+
* `cluster_name` - (Required) The name of the Global Cluster.
116116
* `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.
117117
* `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.
118118

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

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

0 commit comments

Comments
 (0)