-
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
F/destination_outpost_arn support in aws_ami_copy #17735
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.
LGTM 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSAMICopy_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAMICopy_ -timeout 180m
=== RUN TestAccAWSAMICopy_basic
=== PAUSE TestAccAWSAMICopy_basic
=== RUN TestAccAWSAMICopy_Description
=== PAUSE TestAccAWSAMICopy_Description
=== RUN TestAccAWSAMICopy_EnaSupport
=== PAUSE TestAccAWSAMICopy_EnaSupport
=== RUN TestAccAWSAMICopy_DestinationOutpost
=== PAUSE TestAccAWSAMICopy_DestinationOutpost
=== RUN TestAccAWSAMICopy_tags
=== PAUSE TestAccAWSAMICopy_tags
=== CONT TestAccAWSAMICopy_basic
=== CONT TestAccAWSAMICopy_DestinationOutpost
=== CONT TestAccAWSAMICopy_tags
=== CONT TestAccAWSAMICopy_EnaSupport
=== CONT TestAccAWSAMICopy_Description
=== CONT TestAccAWSAMICopy_DestinationOutpost
data_source_aws_outposts_outposts_test.go:67: skipping since no Outposts found
--- SKIP: TestAccAWSAMICopy_DestinationOutpost (1.55s)
--- PASS: TestAccAWSAMICopy_EnaSupport (360.32s)
--- PASS: TestAccAWSAMICopy_basic (360.46s)
--- PASS: TestAccAWSAMICopy_Description (386.02s)
--- PASS: TestAccAWSAMICopy_tags (399.09s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 402.185s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSAMICopy_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAMICopy_ -timeout 180m
=== RUN TestAccAWSAMICopy_basic
=== PAUSE TestAccAWSAMICopy_basic
=== RUN TestAccAWSAMICopy_Description
=== PAUSE TestAccAWSAMICopy_Description
=== RUN TestAccAWSAMICopy_EnaSupport
=== PAUSE TestAccAWSAMICopy_EnaSupport
=== RUN TestAccAWSAMICopy_DestinationOutpost
=== PAUSE TestAccAWSAMICopy_DestinationOutpost
=== RUN TestAccAWSAMICopy_tags
=== PAUSE TestAccAWSAMICopy_tags
=== CONT TestAccAWSAMICopy_basic
=== CONT TestAccAWSAMICopy_DestinationOutpost
=== CONT TestAccAWSAMICopy_tags
=== CONT TestAccAWSAMICopy_EnaSupport
=== CONT TestAccAWSAMICopy_Description
=== CONT TestAccAWSAMICopy_DestinationOutpost
data_source_aws_outposts_outposts_test.go:67: skipping since no Outposts found
--- SKIP: TestAccAWSAMICopy_DestinationOutpost (2.02s)
--- PASS: TestAccAWSAMICopy_EnaSupport (376.32s)
--- PASS: TestAccAWSAMICopy_basic (377.22s)
--- PASS: TestAccAWSAMICopy_Description (401.43s)
--- PASS: TestAccAWSAMICopy_tags (408.03s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 411.031s
This has been released in version 3.40.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 pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #17490.
Output from acceptance testing: