-
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_express_route_circuit
- can now set authorization_key
during creation
#21132
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.
hey @xuzhang3
Taking a look through here unfortunately this is pushing the internal provider behaviour onto users, when the Resource itself should be determining how to set this field (which in this case is, Create the thing and then call the Update API to set it) - so rather than pushing this onto users can we fix the Resource to support doing this in a single apply?
Thanks!
authorization_key
azurerm_express_route_circuit
- authorization_key
can only be set after Circuit is created
|
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 @xuzhang3 - LGTM 🗝️
azurerm_express_route_circuit
- authorization_key
can only be set after Circuit is createdazurerm_express_route_circuit
- can now set authorization_key
during creation
This functionality has been released in v3.51.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! |
authorization_key
can only be set after Circuit is created