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
hi,
When i try to deploy Aks cluster with terraform I have this issue :
Error: Error applying plan:
1 error(s) occurred:
* azurerm_kubernetes_cluster.k8s: 1 error(s) occurred:
* azurerm_kubernetes_cluster.k8s: containerservice.ManagedClustersClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="" Message=""
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
We've raised a bug with Microsoft about a bug in the Container Service SDK where errors aren't surfaced properly - which is being tracked in #1416. Since this is a similar case - I'm going to close this issue in favour of #1416.
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 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi,
When i try to deploy Aks cluster with terraform I have this issue :
this is my terraform version :
Terraform v0.11.7
My terraform configuration :
The text was updated successfully, but these errors were encountered: