-
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
resource aws_cloudfront_function #19315
resource aws_cloudfront_function #19315
Conversation
Thank you for your contribution! 🚀 Please note that the Remove any changes to the |
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.
Thanks for putting this PR together! A few minor comments.
@ewbankkit, @cristiangraz thanks for the reviews! I think it's good to go now. |
@ZsoltPath Thanks for the contribution 👏. |
Please add a CHANGELOG entry file
|
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=TestAccDataSourceAWSCloudfrontFunction_\|TestAccAWSCloudfrontFunction_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAWSCloudfrontFunction_\|TestAccAWSCloudfrontFunction_ -timeout 180m
=== RUN TestAccDataSourceAWSCloudfrontFunction_basic
=== PAUSE TestAccDataSourceAWSCloudfrontFunction_basic
=== RUN TestAccAWSCloudfrontFunction_basic
=== PAUSE TestAccAWSCloudfrontFunction_basic
=== RUN TestAccAWSCloudfrontFunction_disappears
=== PAUSE TestAccAWSCloudfrontFunction_disappears
=== RUN TestAccAWSCloudfrontFunction_Publish
=== PAUSE TestAccAWSCloudfrontFunction_Publish
=== RUN TestAccAWSCloudfrontFunction_Update_Code
=== PAUSE TestAccAWSCloudfrontFunction_Update_Code
=== RUN TestAccAWSCloudfrontFunction_Update_Comment
=== PAUSE TestAccAWSCloudfrontFunction_Update_Comment
=== CONT TestAccDataSourceAWSCloudfrontFunction_basic
=== CONT TestAccAWSCloudfrontFunction_Update_Code
=== CONT TestAccAWSCloudfrontFunction_Update_Comment
=== CONT TestAccAWSCloudfrontFunction_basic
=== CONT TestAccAWSCloudfrontFunction_disappears
=== CONT TestAccAWSCloudfrontFunction_Publish
--- PASS: TestAccAWSCloudfrontFunction_disappears (14.39s)
--- PASS: TestAccDataSourceAWSCloudfrontFunction_basic (16.75s)
--- PASS: TestAccAWSCloudfrontFunction_basic (17.56s)
--- PASS: TestAccAWSCloudfrontFunction_Publish (25.04s)
--- PASS: TestAccAWSCloudfrontFunction_Update_Code (26.09s)
--- PASS: TestAccAWSCloudfrontFunction_Update_Comment (28.11s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 31.224s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccDataSourceAWSCloudfrontFunction_\|TestAccAWSCloudfrontFunction_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAWSCloudfrontFunction_\|TestAccAWSCloudfrontFunction_ -timeout 180m
=== RUN TestAccDataSourceAWSCloudfrontFunction_basic
=== PAUSE TestAccDataSourceAWSCloudfrontFunction_basic
=== RUN TestAccAWSCloudfrontFunction_basic
=== PAUSE TestAccAWSCloudfrontFunction_basic
=== RUN TestAccAWSCloudfrontFunction_disappears
=== PAUSE TestAccAWSCloudfrontFunction_disappears
=== RUN TestAccAWSCloudfrontFunction_Publish
=== PAUSE TestAccAWSCloudfrontFunction_Publish
=== RUN TestAccAWSCloudfrontFunction_Associated
=== PAUSE TestAccAWSCloudfrontFunction_Associated
=== RUN TestAccAWSCloudfrontFunction_Update_Code
=== PAUSE TestAccAWSCloudfrontFunction_Update_Code
=== RUN TestAccAWSCloudfrontFunction_Update_Comment
=== PAUSE TestAccAWSCloudfrontFunction_Update_Comment
=== CONT TestAccDataSourceAWSCloudfrontFunction_basic
=== CONT TestAccAWSCloudfrontFunction_disappears
=== CONT TestAccAWSCloudfrontFunction_Publish
=== CONT TestAccAWSCloudfrontFunction_Associated
=== CONT TestAccAWSCloudfrontFunction_Update_Comment
=== CONT TestAccAWSCloudfrontFunction_Update_Code
=== CONT TestAccAWSCloudfrontFunction_basic
=== CONT TestAccDataSourceAWSCloudfrontFunction_basic
provider_test.go:721: skipping tests; partition aws-us-gov does not support cloudfront service
=== CONT TestAccAWSCloudfrontFunction_disappears
provider_test.go:721: skipping tests; partition aws-us-gov does not support cloudfront service
=== CONT TestAccAWSCloudfrontFunction_Associated
provider_test.go:721: skipping tests; partition aws-us-gov does not support cloudfront service
--- SKIP: TestAccDataSourceAWSCloudfrontFunction_basic (1.33s)
--- SKIP: TestAccAWSCloudfrontFunction_Associated (1.33s)
--- SKIP: TestAccAWSCloudfrontFunction_disappears (1.33s)
=== CONT TestAccAWSCloudfrontFunction_Update_Comment
provider_test.go:721: skipping tests; partition aws-us-gov does not support cloudfront service
--- SKIP: TestAccAWSCloudfrontFunction_Update_Comment (1.33s)
=== CONT TestAccAWSCloudfrontFunction_Publish
provider_test.go:721: skipping tests; partition aws-us-gov does not support cloudfront service
--- SKIP: TestAccAWSCloudfrontFunction_Publish (1.33s)
=== CONT TestAccAWSCloudfrontFunction_Update_Code
provider_test.go:721: skipping tests; partition aws-us-gov does not support cloudfront service
--- SKIP: TestAccAWSCloudfrontFunction_Update_Code (1.33s)
=== CONT TestAccAWSCloudfrontFunction_basic
provider_test.go:721: skipping tests; partition aws-us-gov does not support cloudfront service
--- SKIP: TestAccAWSCloudfrontFunction_basic (1.33s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 4.348s
This has been released in version 3.41.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 #19225
CHANGELOG entries:
aws_cloudfront_function
(#19225)))
Output from acceptance testing: