You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your request related to a problem? Please describe.
When I eyeball the launch template in AWS Console, I have to remember to select the latest version from the dropdown. If I don't, I look at a wrong version and focus on incorrect values, which leads me to troubleshooting an issue which may not be there.
Describe the solution you'd like.
There should be a variable that allows module users to specify the value of update_default_version. To maintain backwards compatibility, it could default to null; null is what's currently set in the state file.
Describe alternatives you've considered.
None.
Additional context
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is your request related to a new offering from AWS?
Not a very new feature; available in terraform: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#update_default_version
Is your request related to a problem? Please describe.
When I eyeball the launch template in AWS Console, I have to remember to select the latest version from the dropdown. If I don't, I look at a wrong version and focus on incorrect values, which leads me to troubleshooting an issue which may not be there.
Describe the solution you'd like.
There should be a variable that allows module users to specify the value of update_default_version. To maintain backwards compatibility, it could default to
null
;null
is what's currently set in the state file.Describe alternatives you've considered.
None.
Additional context
The text was updated successfully, but these errors were encountered: