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
It appears that the Kubernetes provider does not update if the connection info changes at runtime.
As an example, if an AKS cluster is built with the azurerm provider, and a change is made that requires the cluster to be rebuilt, any downstream Kubernetes resources are not recreated.
If the azurerm_kubernetes_cluster.test resource is tainted, or a change is made that requires the cluster to be rebuilt, the downstream Kubernetes resources should also be slated for recreation when a plan is generated.
Actual Behavior
The Kubernetes resources do not get recreated.
Steps to Reproduce
terraform taint azurerm_kubernetes_cluster.test
terraform plan
The text was updated successfully, but these errors were encountered:
It appears that the Kubernetes provider does not update if the connection info changes at runtime.
As an example, if an AKS cluster is built with the azurerm provider, and a change is made that requires the cluster to be rebuilt, any downstream Kubernetes resources are not recreated.
Terraform Version
0.11.14
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/TonyLunt/f8b8e3288048a7681e3f1081ade785df
Expected Behavior
If the azurerm_kubernetes_cluster.test resource is tainted, or a change is made that requires the cluster to be rebuilt, the downstream Kubernetes resources should also be slated for recreation when a plan is generated.
Actual Behavior
The Kubernetes resources do not get recreated.
Steps to Reproduce
terraform taint azurerm_kubernetes_cluster.test
terraform plan
The text was updated successfully, but these errors were encountered: