diff --git a/website/docs/r/cloud_provider_access.markdown b/website/docs/r/cloud_provider_access.markdown index 79e9ad319b..8a207cb9cf 100644 --- a/website/docs/r/cloud_provider_access.markdown +++ b/website/docs/r/cloud_provider_access.markdown @@ -61,7 +61,7 @@ resource "mongodbatlas_cloud_provider_access_setup" "test_role" { ## Argument Reference * `project_id` - (Required) The unique ID for the project -* `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. +* `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. * `azure_config` - azure related configurations * `atlas_azure_app_id` - Azure Active Directory Application ID of Atlas. This property is required when `provider_name = "AZURE".` * `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" { } } +``` + ## Argument Reference