-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AKS cluster creation fails with no error message if VM size is incorrect #1416
Comments
hey @timwebster9 Thanks for opening this issue :) All communication with from Terraform to the Azure API's is handled by the Azure SDK for Go, in this case it appears the error is available in the HTTP Response but isn't being parsed out correctly - as such I've opened an issue on the Azure SDK for Go repository about this. Thanks! |
As mentioned in Azure/azure-sdk-for-go#2085 it requires an upgrade of the sdk v16 -> v17), would be awesome if that will be picked up soon. |
👋 We've upgraded to SDKv17 in #1418 - as such this should be fixed in the next release (and I'm going to close this for the moment) |
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! |
Community Note
Terraform Version
Affected Resource(s)
Debug Output
https://gist.github.com/timwebster9/0b71442e8e04c6fcfc03f586b3df7aad
Expected Behavior
Terraform should have provided the actual error
Actual Behavior
Steps to Reproduce
You just need to provide an incorrect VM size value. I used
D2s_v3
instead ofStandard_D2s_v3
by mistake.The text was updated successfully, but these errors were encountered: