-
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/ami_copy, r/ami_from_instance: add boot_mode
and ebs_block_device.outpost_arn
args inherited from AMI resource
#22972
Conversation
boot_mode
and destination.outpost_arn
args inherited from AMI resourceboot_mode
and ebs_block_device.outpost_arn
args inherited from AMI resource
…nherited from AMI resource
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 🚀.
% make testacc TESTARGS='-run=TestAccEC2AMICopy_\|TestAccEC2AMIFromInstance_' PKG=ec2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccEC2AMICopy_\|TestAccEC2AMIFromInstance_ -timeout 180m
=== RUN TestAccEC2AMICopy_basic
=== PAUSE TestAccEC2AMICopy_basic
=== RUN TestAccEC2AMICopy_description
=== PAUSE TestAccEC2AMICopy_description
=== RUN TestAccEC2AMICopy_enaSupport
=== PAUSE TestAccEC2AMICopy_enaSupport
=== RUN TestAccEC2AMICopy_destinationOutpost
=== PAUSE TestAccEC2AMICopy_destinationOutpost
=== RUN TestAccEC2AMICopy_tags
=== PAUSE TestAccEC2AMICopy_tags
=== RUN TestAccEC2AMIFromInstance_basic
=== PAUSE TestAccEC2AMIFromInstance_basic
=== RUN TestAccEC2AMIFromInstance_tags
=== PAUSE TestAccEC2AMIFromInstance_tags
=== RUN TestAccEC2AMIFromInstance_disappears
=== PAUSE TestAccEC2AMIFromInstance_disappears
=== CONT TestAccEC2AMICopy_basic
=== CONT TestAccEC2AMICopy_tags
=== CONT TestAccEC2AMIFromInstance_disappears
=== CONT TestAccEC2AMIFromInstance_tags
=== CONT TestAccEC2AMIFromInstance_basic
=== CONT TestAccEC2AMICopy_enaSupport
=== CONT TestAccEC2AMICopy_destinationOutpost
=== CONT TestAccEC2AMICopy_description
=== CONT TestAccEC2AMICopy_destinationOutpost
acctest.go:1264: skipping since no Outposts found
--- SKIP: TestAccEC2AMICopy_destinationOutpost (2.20s)
--- PASS: TestAccEC2AMIFromInstance_disappears (307.12s)
--- PASS: TestAccEC2AMIFromInstance_basic (332.98s)
--- PASS: TestAccEC2AMICopy_enaSupport (384.90s)
--- PASS: TestAccEC2AMICopy_basic (387.34s)
--- PASS: TestAccEC2AMICopy_description (390.32s)
--- PASS: TestAccEC2AMIFromInstance_tags (396.20s)
--- PASS: TestAccEC2AMICopy_tags (432.31s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 436.095s
% make testacc TESTARGS='-run=TestAccAutoScalingLaunchConfiguration_RootBlockDevice_amiDisappears' PKG=autoscaling
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/autoscaling/... -v -count 1 -parallel 20 -run=TestAccAutoScalingLaunchConfiguration_RootBlockDevice_amiDisappears -timeout 180m
=== RUN TestAccAutoScalingLaunchConfiguration_RootBlockDevice_amiDisappears
=== PAUSE TestAccAutoScalingLaunchConfiguration_RootBlockDevice_amiDisappears
=== CONT TestAccAutoScalingLaunchConfiguration_RootBlockDevice_amiDisappears
--- PASS: TestAccAutoScalingLaunchConfiguration_RootBlockDevice_amiDisappears (407.23s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/autoscaling 410.884s
This functionality has been released in v4.0.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #22971
Relates: #22939
Output from acceptance testing: