Skip to content

Commit

Permalink
r/kubernetes_cluster: azure policy is not supported in China
Browse files Browse the repository at this point in the history
Fixes #6462
  • Loading branch information
tombuildsstuff committed Jun 3, 2020
1 parent d1823b6 commit 22b96c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azurerm/internal/services/containers/kubernetes_addons.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const (
var unsupportedAddonsForEnvironment = map[string][]string{
azure.ChinaCloud.Name: {
aciConnectorKey, // https://github.com/terraform-providers/terraform-provider-azurerm/issues/5510
azurePolicyKey, // https://github.com/terraform-providers/terraform-provider-azurerm/issues/6462
httpApplicationRoutingKey, // https://github.com/terraform-providers/terraform-provider-azurerm/issues/5960
},
azure.USGovernmentCloud.Name: {
Expand Down

0 comments on commit 22b96c0

Please sign in to comment.