Skip to content

Commit

Permalink
provider: removing the unused default value for `skip_credentials_reg…
Browse files Browse the repository at this point in the history
…istration`

This field is no longer necessary, in testing it apepars we can remove this
default value outright - which fixes #10560
  • Loading branch information
tombuildsstuff committed Feb 23, 2021
1 parent 4caa88f commit dcb8bb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azurerm/internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ func azureProvider(supportLegacyTestSuite bool) terraform.ResourceProvider {
p.Schema["skip_credentials_validation"] = &schema.Schema{
Type: schema.TypeBool,
Optional: true,
DefaultFunc: schema.EnvDefaultFunc("ARM_SKIP_CREDENTIALS_VALIDATION", false),
Description: "[DEPRECATED] This will cause the AzureRM Provider to skip verifying the credentials being used are valid.",
Deprecated: "This field is deprecated and will be removed in version 3.0 of the Azure Provider",
}
Expand Down

0 comments on commit dcb8bb4

Please sign in to comment.