Closed nlowe closed 4 years ago
This has been released in version 2.14.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:
provider "azurerm" {
version = "~> 2.14.0"
}
# ... other configuration ...
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_kubernetes_cluster
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
An AKS Cluster is provisioned with the specified settings.
Actual Behavior
After patching the provider to fix #6702 and side-loading, Terraform fails with the following error:
Steps to Reproduce
terraform apply
Important Factoids
References
azurepolicy
addon: #6702httpRouting
addon in #5960