Skip to content
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

Fix: azurerm_lb zones should accept multiple #12228

Closed
wants to merge 1 commit into from

Conversation

kazimierzbudzyk
Copy link
Contributor

@kazimierzbudzyk kazimierzbudzyk commented Jun 16, 2021

Addresses #12215

Azure LBs changed the behaviour for zonal redundancy (https://azure.microsoft.com/en-gb/updates/zone-behavior-change/), with that change zonal-redundant LBs are now configured by declaring zones = ["1", "2", "3"] (which is currently not allow).

This PR changes the schema to allow declaring more than one AZ for azurerm_lb(Single -> Multiple).

@WodansSon
Copy link
Collaborator

@kazimierzbudzyk thank you for this PR but this appears to be a dupe of #12208 ?

@katbyte
Copy link
Collaborator

katbyte commented Jun 16, 2021

thanks @kazimierzbudzyk - but i'm going to close this as its a duplicate of #12208 where msft is working on a fix for this issue that will go out this week

@katbyte katbyte closed this Jun 16, 2021
@katbyte katbyte added this to the v2.64.0 milestone Jun 16, 2021
@kazimierzbudzyk
Copy link
Contributor Author

@WodansSon @katbyte yes, makes perfect sense to close in favor of the other PR (didn't notice it). Thanks for taking a look!

@github-actions
Copy link

This functionality has been released in v2.64.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants