-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
r/aws_launch_template: Tag on create #10759
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.
Looks good, thanks @ewbankkit 🚀
Output from acceptance testing in AWS Commercial:
--- PASS: TestAccAWSLaunchTemplate_disappears (17.96s)
--- PASS: TestAccAWSLaunchTemplate_capacityReservation_preference (19.77s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_t2 (21.16s)
--- PASS: TestAccAWSLaunchTemplate_IamInstanceProfile_EmptyConfigurationBlock (21.61s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_nonBurstable (21.81s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface_ipv6AddressCount (21.67s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_t3 (21.75s)
--- PASS: TestAccAWSLaunchTemplate_basic (22.30s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface_ipv6Addresses (22.51s)
--- PASS: TestAccAWSLaunchTemplateDataSource_basic (22.95s)
--- PASS: TestAccAWSLaunchTemplate_capacityReservation_target (23.06s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface (24.32s)
--- PASS: TestAccAWSLaunchTemplate_data (24.93s)
--- PASS: TestAccAWSLaunchTemplate_tags (27.79s)
--- PASS: TestAccAWSLaunchTemplate_ElasticInferenceAccelerator (28.09s)
--- PASS: TestAccAWSLaunchTemplate_description (28.46s)
--- PASS: TestAccAWSLaunchTemplate_licenseSpecification (12.17s)
--- PASS: TestAccAWSLaunchTemplate_EbsOptimized (47.92s)
--- PASS: TestAccAWSLaunchTemplate_BlockDeviceMappings_EBS_DeleteOnTermination (48.78s)
--- PASS: TestAccAWSLaunchTemplate_BlockDeviceMappings_EBS (49.19s)
--- PASS: TestAccAWSLaunchTemplate_update (53.83s)
--- PASS: TestAccAWSLaunchTemplate_instanceMarketOptions (53.31s)
Output from acceptance testing in AWS GovCloud (US) (test failures unrelated):
--- FAIL: TestAccAWSLaunchTemplate_BlockDeviceMappings_EBS_DeleteOnTermination (3.90s)
--- FAIL: TestAccAWSLaunchTemplate_BlockDeviceMappings_EBS (4.21s)
--- PASS: TestAccAWSLaunchTemplate_disappears (12.78s)
--- PASS: TestAccAWSLaunchTemplate_basic (15.65s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_nonBurstable (16.11s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_t2 (16.77s)
--- PASS: TestAccAWSLaunchTemplate_capacityReservation_preference (17.41s)
--- PASS: TestAccAWSLaunchTemplateDataSource_basic (17.85s)
--- PASS: TestAccAWSLaunchTemplate_data (18.56s)
--- PASS: TestAccAWSLaunchTemplate_capacityReservation_target (18.93s)
--- PASS: TestAccAWSLaunchTemplate_IamInstanceProfile_EmptyConfigurationBlock (14.73s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_t3 (16.38s)
--- FAIL: TestAccAWSLaunchTemplate_licenseSpecification (4.26s)
--- PASS: TestAccAWSLaunchTemplate_description (23.16s)
--- PASS: TestAccAWSLaunchTemplate_ElasticInferenceAccelerator (23.50s)
--- PASS: TestAccAWSLaunchTemplate_tags (24.07s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface_ipv6Addresses (9.66s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface_ipv6AddressCount (9.19s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface (13.45s)
--- PASS: TestAccAWSLaunchTemplate_EbsOptimized (29.30s)
--- PASS: TestAccAWSLaunchTemplate_update (53.57s)
--- PASS: TestAccAWSLaunchTemplate_instanceMarketOptions (41.36s)
This has been released in version 2.35.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! |
Community Note
Closes #9501.
Did the
keyvaluetags
refactoring for #10688 for both resource and corresponding data source.Added a section to the Contributing Guide on dealing with EC2 resources that have a
TagSpecifications
field on resource creation.Release note for CHANGELOG:
Output from acceptance testing: