-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Support empty associate_public_ip_address in launch_template data sources #12936
Support empty associate_public_ip_address in launch_template data sources #12936
Conversation
…rces This ports the changes from hashicorp#10157 to the launch_template data source.
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 so much for this bug fix and the well implemented covering acceptance testing, @jalaziz 🚀
Output from acceptance testing:
--- PASS: TestAccAWSLaunchTemplateDataSource_basic (9.56s)
--- PASS: TestAccAWSLaunchTemplateDataSource_filter_tags (10.47s)
--- PASS: TestAccAWSLaunchTemplateDataSource_metadataOptions (10.52s)
--- PASS: TestAccAWSLaunchTemplateDataSource_filter_basic (10.51s)
--- PASS: TestAccAWSLaunchTemplateDataSource_associatePublicIPAddress (21.20s)
(For curious onlookers, type changes like this are typically breaking changes. The original issue of this argument having 3 possible values has more information about the original resource schema update along with how the implementation was okay to update in that manner. The data source was not updated at the same time and was currently broken without this update as well, hence the merging of this as a bug fix.) |
Awesome! Thanks for the quick turnaround 🎉 |
This has been released in version 2.59.0 of the Terraform AWS 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 for triage. Thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This ports the changes from #10157 to the launch_template data source.
Community Note
Closes #12067
Release note for CHANGELOG:
Output from acceptance testing: