Skip to content

Commit f1d4ad8

Browse files
authored
doc: Close code block in "Resource: Cloud Provider Access Configuration Paths" documentation page (#1487)
1 parent 5975cbe commit f1d4ad8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/r/cloud_provider_access.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ resource "mongodbatlas_cloud_provider_access_setup" "test_role" {
6161
## Argument Reference
6262

6363
* `project_id` - (Required) The unique ID for the project
64-
* `provider_name` - (Required) The cloud provider for which to create a new role. Currently only AWS and AZURE are supported. **WARNING** Changing the `provider_name`` will result in destruction of the existing resource and the creation of a new resource.
64+
* `provider_name` - (Required) The cloud provider for which to create a new role. Currently only AWS and AZURE are supported. **WARNING** Changing the `provider_name` will result in destruction of the existing resource and the creation of a new resource.
6565
* `azure_config` - azure related configurations
6666
* `atlas_azure_app_id` - Azure Active Directory Application ID of Atlas. This property is required when `provider_name = "AZURE".`
6767
* `service_principal_id`- UUID string that identifies the Azure Service Principal. This property is required when `provider_name = "AZURE".`
@@ -136,6 +136,8 @@ resource "mongodbatlas_cloud_provider_access_authorization" "auth_role" {
136136
}
137137
}
138138
139+
```
140+
139141

140142
## Argument Reference
141143

0 commit comments

Comments
 (0)