-
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
New Resource: aws_cloudfront_origin_access_control #26508
New Resource: aws_cloudfront_origin_access_control #26508
Conversation
9bce887
to
0a973dc
Compare
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=TestAccCloudFrontOriginAccessControl_' PKG=cloudfront ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 2 -run=TestAccCloudFrontOriginAccessControl_ -timeout 180m
=== RUN TestAccCloudFrontOriginAccessControl_basic
=== PAUSE TestAccCloudFrontOriginAccessControl_basic
=== RUN TestAccCloudFrontOriginAccessControl_disappears
=== PAUSE TestAccCloudFrontOriginAccessControl_disappears
=== RUN TestAccCloudFrontOriginAccessControl_Name
=== PAUSE TestAccCloudFrontOriginAccessControl_Name
=== RUN TestAccCloudFrontOriginAccessControl_Description
=== PAUSE TestAccCloudFrontOriginAccessControl_Description
=== RUN TestAccCloudFrontOriginAccessControl_SigningBehavior
=== PAUSE TestAccCloudFrontOriginAccessControl_SigningBehavior
=== CONT TestAccCloudFrontOriginAccessControl_basic
=== CONT TestAccCloudFrontOriginAccessControl_Description
--- PASS: TestAccCloudFrontOriginAccessControl_basic (16.14s)
=== CONT TestAccCloudFrontOriginAccessControl_SigningBehavior
--- PASS: TestAccCloudFrontOriginAccessControl_Description (39.99s)
=== CONT TestAccCloudFrontOriginAccessControl_Name
--- PASS: TestAccCloudFrontOriginAccessControl_SigningBehavior (25.89s)
=== CONT TestAccCloudFrontOriginAccessControl_disappears
--- PASS: TestAccCloudFrontOriginAccessControl_disappears (11.07s)
--- PASS: TestAccCloudFrontOriginAccessControl_Name (24.92s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 68.979s
@roberth-k Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.29.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
Relates #26490
Output from acceptance testing: