summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorxuzhang3 <Zhangxu894765>2023-01-29 17:10:39 +0800
committerxuzhang3 <Zhangxu894765>2023-01-29 17:10:39 +0800
commit16b502e0c7dc00746a07ff0995272d22526d4c2d (patch)
tree7ac8d105edd96fc0532652ce9920d98806f3eb75 /website
parentdcb719ab459a8dd7bf9cd4f672aa1baa027d50fe (diff)
update doc
Diffstat (limited to 'website')
-rw-r--r--website/docs/r/serviceendpoint_azurerm.html.markdown14
1 files changed, 7 insertions, 7 deletions
diff --git a/website/docs/r/serviceendpoint_azurerm.html.markdown b/website/docs/r/serviceendpoint_azurerm.html.markdown
index c8a331e4..27d49ef5 100644
--- a/website/docs/r/serviceendpoint_azurerm.html.markdown
+++ b/website/docs/r/serviceendpoint_azurerm.html.markdown
@@ -91,13 +91,13 @@ resource "azuredevops_serviceendpoint_azurerm" "example" {
The following arguments are supported:
- `project_id` - (Required) The ID of the project.
-- `service_endpoint_name` - (Required) The Service Endpoint name.
-- `azurerm_spn_tenantid` - (Required) The tenant id if the service principal.
-- `azurerm_management_group_id` - (Optional) The management group Id of the Azure targets.
-- `azurerm_management_group_name` - (Optional) The management group Name of the targets.
-- `azurerm_subscription_id` - (Optional) The subscription Id of the Azure targets.
-- `azurerm_subscription_name` - (Optional) The subscription Name of the targets.
-- `environment` - (Optional) cloud environment to use, can be `AzureCloud` (which is default) or `AzureChinaCloud`.
+- `service_endpoint_name` - (Required) The Service Endpoint Name.
+- `azurerm_spn_tenantid` - (Required) The Tenant ID if the service principal.
+- `azurerm_management_group_id` - (Optional) The Management group ID of the Azure targets.
+- `azurerm_management_group_name` - (Optional) The Management group Name of the targets.
+- `azurerm_subscription_id` - (Optional) The Subscription ID of the Azure targets.
+- `azurerm_subscription_name` - (Optional) The Subscription Name of the targets.
+- `environment` - (Optional) The Cloud Environment to use. Defaults to `AzureCloud`. Possible values are `AzureCloud`, `AzureChinaCloud`. Changing this forces a new resource to be created.
~> **NOTE:** One of either `Subscription` scoped i.e. `azurerm_subscription_id`, `azurerm_subscription_name` or `ManagementGroup` scoped i.e. `azurerm_management_group_id`, `azurerm_management_group_name` values must be specified.