-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Update aws_launch_template schema(ipv6 addr count) #5771
Update aws_launch_template schema(ipv6 addr count) #5771
Conversation
Hi @iamjarvo 👋 Thank you for submitting this. Can you please provide an acceptance test or self-contained configuration that shows successful usage of this new argument? It will help speed up getting this pull request merged. Thanks! |
@bflad will write a test. Need to take a look at how the tests work. I think this will help me https://www.terraform.io/docs/extend/testing/acceptance-tests/index.html |
See also: #5830 (I would suggest working together) |
@iamjarvo my bad for not seeing your PR. cos you already started ipv6 portion, i'll change my PR to just address the ipv4 yeah? |
@kl4w sounds good! I should opened an issue for visibility |
Change ipv6_address_count from computed to optional
d722c72
to
0f6ee04
Compare
@bflad wrote a test |
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.
LGTM, thanks @iamjarvo! 🚀
--- PASS: TestAccAWSLaunchTemplate_data (4.65s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_t2 (5.24s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_t3 (6.99s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface_ipv6Addresses (7.39s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface_ipv6_count (7.45s)
--- PASS: TestAccAWSLaunchTemplate_basic (7.61s)
--- PASS: TestAccAWSLaunchTemplate_importData (7.64s)
--- PASS: TestAccAWSLaunchTemplate_creditSpecification_nonBurstable (7.79s)
--- PASS: TestAccAWSLaunchTemplate_importBasic (8.01s)
--- PASS: TestAccAWSLaunchTemplate_tags (10.55s)
--- PASS: TestAccAWSLaunchTemplate_networkInterface (12.21s)
--- PASS: TestAccAWSLaunchTemplate_BlockDeviceMappings_EBS (36.54s)
--- PASS: TestAccAWSLaunchTemplate_BlockDeviceMappings_EBS_DeleteOnTermination (39.92s)
--- PASS: TestAccAWSLaunchTemplate_update (45.58s)
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. |
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! |
Change ipv6_address_count from computed to optional
Changes proposed in this pull request:
ipv6_address_count
from computed to true - aws/resource_aws_launch_template.goOutput from acceptance testing:
Example of this working with the aws cli