You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provider "azurerm" has indicated "requires replacement" on
module.glazeregion.module.k8s.azurerm_kubernetes_cluster.k8s for a
non-existent attribute path cty.Path{cty.GetAttrStep{Name:"addon_profile"},
cty.IndexStep{Key:cty.NumberIntVal(0)},
cty.GetAttrStep{Name:"http_application_routing"},
cty.IndexStep{Key:cty.NumberIntVal(0)}, cty.GetAttrStep{Name:"enabled"}}.
Steps to Reproduce
I am trying to apply the workaround mentioned in #2993 (comment) till that issue is fixed. But in my case (TF 0.12rc), once I add "addon_profile" to ignore_changes, the provider produces an invalid plan!
The text was updated successfully, but these errors were encountered:
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!
ghost
locked and limited conversation to collaborators
Mar 29, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_kubernetes_cluster
Terraform Configuration Files
Expected Behavior
It should at least ignore the k8s cluster
Actual Behavior
Steps to Reproduce
I am trying to apply the workaround mentioned in #2993 (comment) till that issue is fixed. But in my case (TF 0.12rc), once I add "addon_profile" to ignore_changes, the provider produces an invalid plan!
The text was updated successfully, but these errors were encountered: