-
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
r/launch_template: fix market options #5957
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.
Thanks, @kl4w! 🚀
15 tests passed (all tests)
--- PASS: TestAccAWSLaunchTemplate_basic (4.97s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_nonBurstable (5.00s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface_ipv6Addresses (5.05s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_t3 (6.13s)
--- PASS: TestAccAWSLaunchTemplate_importBasic (7.09s)
--- PASS: TestAccAWSLaunchTemplate_data (7.33s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_t2 (7.45s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface_ipv6AddressCount (7.54s)
--- PASS: TestAccAWSLaunchTemplate_importData (8.22s)
--- PASS: TestAccAWSLaunchTemplate_tags (11.59s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface (12.14s)
--- PASS: TestAccAWSLaunchTemplate_BlockDeviceMappings_EBS (37.69s)
--- PASS: TestAccAWSLaunchTemplate_BlockDeviceMappings_EBS_DeleteOnTermination (42.28s)
--- PASS: TestAccAWSLaunchTemplate_update (63.81s)
--- PASS: TestAccAWSLaunchTemplate_instanceMarketOptions (73.76s)
This has been released in version 1.38.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
After updating we're still experiencing the Terraform version 0.11.8
|
@timonwalkley is this a previously created launch template or a new resource? I can't seem to repro this after updating. Using this config:
I get:
|
Hi @kl4w, this was with a previously created launch template. Deleting the launch template and recreating it has resolved the issue. I've tried to repo the issue but I'm not able to either. |
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 #5455
Changes proposed in this pull request:
Output from acceptance testing: