-
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
azurerm_ip_group - support for firewall_ids, firewall_policy_ids #19845
azurerm_ip_group - support for firewall_ids, firewall_policy_ids #19845
Conversation
90542e3
to
dd289ed
Compare
Hello, I noticed one of the checks is failing due to using |
Refactored |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sponte - just need to add the properties to the docs and i think we're good to merge!
Hey @katbyte - how would we go about releasing this into v2 if at all possible? |
Hello, gentle nudge. Is there anything else required to progress this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sponte - i'm sorry i missed this on my first review but exported (computed only) properties should only be lists (otherwise you need to know the hash)
As for porting it back to 2.x we try not to do so and encourage people to update to the latest version of the provider. Is there a reason you cannot upgrade?
Hello @katbyte, I addressed the type comments. With regards to v2 - I completely understand where you're coming from. The reason for the ask, is that we use Microsoft's Azure CAF framework which is pinned to The fix proposed in this PR would go a long way to help with v2.x deployments, especially for people in the similar situation to ours. Hope it makes sense and is not too big of an ask. Thank you, |
@sponte - you are also going to need to update the handling of the properties expand/flatter:
|
Hey @katbyte , apologies, I didn't run the tests before submitting last change. I have now ran the following two tests and here are their outputs:
and
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worried @sponte - tests pass now and LGTM 🔐
This functionality has been released in v3.40.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! |
Excellent, thank you for merging @katbyte. I wanted to follow up on the v2 release? Would this be possible? Do you need me to do anything to help with that? |
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. |
Resolves #19843
PS: If accepted and merged, could this be released into
v2.99
? The reason for the ask is that we use Azure CAF for landing zones and CAF is still usingv2
of the provider.