-
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_app_service_environment_v3
- update for SDK supported GA changes to service
#12932
Conversation
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.
LGTM 👍
5ad1a47
to
cab7e86
Compare
I don't see internalInboundIpAddresses being exposed here? |
Hi @hbuckle - They are collectively exposed in |
… external_inbound_ip_addresses and internal_inbound_ip_addresses attributes
Ah ok. What a weirdly named property. |
Naming things is always a challenge, in this case it's a collection of addresses, ports and a brief description, but I agree "dependencies" is possibly misleading here. In any case, I've added the internal and external inbound IP lists as separate items and I've kicked off the acceptance tests. These take a while to run, but I think everything should be fine to have this in the release this week. |
Tests look good. |
This functionality has been released in v2.73.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! |
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. |
Closes #12251
Closes #12450
Closes #12577