Skip to content

Commit

Permalink
add notes about skip_credentials_validation (#7823)
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ authored Jul 23, 2020
1 parent 59995cb commit 6c6e095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ For some advanced scenarios, such as where more granular permissions are necessa

* `skip_credentials_validation` - (Optional) Should the AzureRM Provider skip verifying the credentials being used are valid? This can also be sourced from the `ARM_SKIP_CREDENTIALS_VALIDATION` Environment Variable. Defaults to `false`.

~> **Note:** if `skip_credentials_validation` is false, AzureRM Provider will send request to list all available providers.

* `skip_provider_registration` - (Optional) Should the AzureRM Provider skip registering the Resource Providers it supports? This can also be sourced from the `ARM_SKIP_PROVIDER_REGISTRATION` Environment Variable. Defaults to `false`.

-> By default, Terraform will attempt to register any Resource Providers that it supports, even if they're not used in your configurations to be able to display more helpful error messages. If you're running in an environment with restricted permissions, or wish to manage Resource Provider Registration outside of Terraform you may wish to disable this flag; however please note that the error messages returned from Azure may be confusing as a result (example: `API version 2019-01-01 was not found for Microsoft.Foo`).
Expand Down

0 comments on commit 6c6e095

Please sign in to comment.