summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorAlex Ellwein <alex.ellwein@gmail.com>2023-01-19 18:06:40 +0100
committerAlex Ellwein <alex.ellwein@gmail.com>2023-01-22 17:56:55 +0100
commitdcb719ab459a8dd7bf9cd4f672aa1baa027d50fe (patch)
tree108e682e56f71ad3aebfc349c02a4218d5203ce6 /website
parente0a312ff6ed509be781c4c3834b690ee6a659cdd (diff)
feat: allow environment specification in AzureRM service endpoint
In order to allow creation of AzureRM service endpoints in Azure China cloud, environment and different endpoint URL must be used. Refs: microsoft/terraform-provider-azuredevops#27
Diffstat (limited to 'website')
-rw-r--r--website/docs/r/serviceendpoint_azurerm.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/docs/r/serviceendpoint_azurerm.html.markdown b/website/docs/r/serviceendpoint_azurerm.html.markdown
index 0befcca2..c8a331e4 100644
--- a/website/docs/r/serviceendpoint_azurerm.html.markdown
+++ b/website/docs/r/serviceendpoint_azurerm.html.markdown
@@ -97,6 +97,7 @@ The following arguments are supported:
- `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`.
~> **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.