diff options
| author | Alex Ellwein <alex.ellwein@gmail.com> | 2023-01-19 18:06:40 +0100 |
|---|---|---|
| committer | Alex Ellwein <alex.ellwein@gmail.com> | 2023-01-22 17:56:55 +0100 |
| commit | dcb719ab459a8dd7bf9cd4f672aa1baa027d50fe (patch) | |
| tree | 108e682e56f71ad3aebfc349c02a4218d5203ce6 /website | |
| parent | e0a312ff6ed509be781c4c3834b690ee6a659cdd (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.markdown | 1 |
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. |
