-
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
azurerm_public_ip
prevents support of azurerm provider >= 3.0.0
#319
Comments
availability_zone
on azurerm_public_ip
resource on provider versions v3.0.0
onwards
availability_zone
on azurerm_public_ip
resource on provider versions v3.0.0
onwardsazurerm_public_ip
prevents support of azurerm provider >= 3.0.0
Can confirm that pinning the azurerm provider to <3.0.0 is a workaround for now. |
Thank you for confirming @roblongdon-wpp... if you are using the latest |
Please see v2.0.0 release that supports v3.0.2 and above of the provider. |
Community Note
Versions
terraform:
any
azure provider:
v3.0.0
onwardsmodule:
any
Description
Describe the bug
As mentioned in #309, the following error occurs when using the latest
v3.0.0
or newer version of the Azure provider for Terraform:Steps to Reproduce
v1.1.4
of the module, and set a version constraint on the provider required version tov3.0.0
or later.terraform init -upgrade
terraform plan
Screenshots
Additional context
This resource attribute was "hard" deprecated in
v3.0.0
so no opportunity was available to make the transition whilst offering support forv2.x
of the provider.As such, this will require a complete shift of the module only support provider versions from
v3.0.0
onwards.v2.x
of the provider will no longer work so need to consider whether this requires amajor
release to support, or willminor
suffice?The text was updated successfully, but these errors were encountered: