-
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
Adding support for CPU Options to resource aws_launch_template #6552
Conversation
Hi @praveensastry what's the status about this issue? Any idea when this one will be merged? |
I'd also like to see this get merged. |
@bflad Any reason why this is not merged? |
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.
Thank you very much for this, @praveensastry, and apologies about the delayed review. 😅 LGTM. 🚀
Output from acceptance testing:
--- PASS: TestAccAWSLaunchTemplate_disappears (19.67s)
--- PASS: TestAccAWSLaunchTemplate_IamInstanceProfile_EmptyConfigurationBlock (20.43s)
--- PASS: TestAccAWSLaunchTemplate_cpuOptions (21.78s)
--- PASS: TestAccAWSLaunchTemplate_capacityReservation_preference (22.78s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_t2 (23.44s)
--- PASS: TestAccAWSLaunchTemplate_data (24.46s)
--- PASS: TestAccAWSLaunchTemplate_basic (25.09s)
--- PASS: TestAccAWSLaunchTemplateDataSource_basic (25.55s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_nonBurstable (25.75s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_t3 (26.53s)
--- PASS: TestAccAWSLaunchTemplate_capacityReservation_target (27.86s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface (28.58s)
--- PASS: TestAccAWSLaunchTemplate_description (30.73s)
--- PASS: TestAccAWSLaunchTemplate_ElasticInferenceAccelerator (31.05s)
--- PASS: TestAccAWSLaunchTemplate_tags (32.30s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface_ipv6AddressCount (15.61s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface_ipv6Addresses (16.28s)
--- PASS: TestAccAWSLaunchTemplate_licenseSpecification (13.24s)
--- PASS: TestAccAWSLaunchTemplate_associatePublicIPAddress (43.89s)
--- PASS: TestAccAWSLaunchTemplate_update (48.68s)
--- PASS: TestAccAWSLaunchTemplate_EbsOptimized (49.54s)
--- PASS: TestAccAWSLaunchTemplate_BlockDeviceMappings_EBS_DeleteOnTermination (52.88s)
--- PASS: TestAccAWSLaunchTemplate_BlockDeviceMappings_EBS (55.49s)
--- PASS: TestAccAWSLaunchTemplate_instanceMarketOptions (42.68s)
This has been released in version 2.49.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! |
Fixes #6522
Changes proposed in this pull request:
Output from acceptance testing: