-
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
Feature: CloudFront response headers policies #21620
Conversation
Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccAWSCloudFrontResponseHeadersPolicy_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccAWSCloudFrontResponseHeadersPolicy_ -timeout 180m === RUN TestAccAWSCloudFrontResponseHeadersPolicy_basic === PAUSE TestAccAWSCloudFrontResponseHeadersPolicy_basic === RUN TestAccAWSCloudFrontResponseHeadersPolicy_disappears === PAUSE TestAccAWSCloudFrontResponseHeadersPolicy_disappears === RUN TestAccAWSCloudFrontResponseHeadersPolicy_update === PAUSE TestAccAWSCloudFrontResponseHeadersPolicy_update === CONT TestAccAWSCloudFrontResponseHeadersPolicy_basic === CONT TestAccAWSCloudFrontResponseHeadersPolicy_disappears === CONT TestAccAWSCloudFrontResponseHeadersPolicy_update --- PASS: TestAccAWSCloudFrontResponseHeadersPolicy_disappears (12.89s) --- PASS: TestAccAWSCloudFrontResponseHeadersPolicy_basic (16.57s) --- PASS: TestAccAWSCloudFrontResponseHeadersPolicy_update (28.36s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 33.439s
Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccAWSCloudFrontDataSourceResponseHeadersPolicy_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccAWSCloudFrontDataSourceResponseHeadersPolicy_ -timeout 180m === RUN TestAccAWSCloudFrontDataSourceResponseHeadersPolicy_basic === PAUSE TestAccAWSCloudFrontDataSourceResponseHeadersPolicy_basic === CONT TestAccAWSCloudFrontDataSourceResponseHeadersPolicy_basic --- PASS: TestAccAWSCloudFrontDataSourceResponseHeadersPolicy_basic (13.39s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 17.848s
Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccAWSCloudFrontResponseHeadersPolicy_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccAWSCloudFrontResponseHeadersPolicy_ -timeout 180m === RUN TestAccAWSCloudFrontResponseHeadersPolicy_basic === PAUSE TestAccAWSCloudFrontResponseHeadersPolicy_basic === RUN TestAccAWSCloudFrontResponseHeadersPolicy_disappears === PAUSE TestAccAWSCloudFrontResponseHeadersPolicy_disappears === RUN TestAccAWSCloudFrontResponseHeadersPolicy_update === PAUSE TestAccAWSCloudFrontResponseHeadersPolicy_update === CONT TestAccAWSCloudFrontResponseHeadersPolicy_basic === CONT TestAccAWSCloudFrontResponseHeadersPolicy_update === CONT TestAccAWSCloudFrontResponseHeadersPolicy_disappears --- PASS: TestAccAWSCloudFrontResponseHeadersPolicy_disappears (10.34s) --- PASS: TestAccAWSCloudFrontResponseHeadersPolicy_basic (13.19s) --- PASS: TestAccAWSCloudFrontResponseHeadersPolicy_update (20.73s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 23.748s
…eaders_config' must be specified.
…l_expose_headers'.
…bjects returned by AWS API.
LGTM 🚀. |
@AdamTylerLynch @skyscrapr Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.64.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 #21613.
Output from acceptance testing:
Commercial
GovCloud