-
Notifications
You must be signed in to change notification settings - Fork 578
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
Bug Report - AzureRM provider 3.0.0 availability zones error #309
Comments
Thank you for reporting this @dan-dimitrov For now we would recommend setting the required provider version to no greater than version |
For the purpose of matching this to search results. The error message received in plain text is...
|
For those wondering how to pin your |
Thanks @dan-dimitrov for reporting this... I am fighting with this issue since 2h... All my deployments failed. |
Just a quick note for tracking:
|
Please see v2.0.0 release that supports v3.0.2 and above of the provider. |
Community Note
Versions
terraform: 0.15.0
azure provider: 3.0.0 and 3.0.1
module: 1.1.2
Description
Describe the bug
Build validation fails with the following message...
This seems to be caused by the availability zones update in version 3.0.0 of the Azure RM provider which was released in the last 24 hours (https://www.hashicorp.com/blog/terraform-azurerm-3-0-brings-enhanced-azure-function-support).
Steps to Reproduce
Screenshots
Provided aboove.
Additional context
Explicitly specifying provider version 2.99.0 resolves the issue.
The text was updated successfully, but these errors were encountered: