-
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
r/aws_cloudfront_distribution: Support trusted_key_groups argument #18644
r/aws_cloudfront_distribution: Support trusted_key_groups argument #18644
Conversation
dbef048
to
3a8e389
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.
Looks good! 🎉
Commercial acceptance tests:
--- PASS: TestAccAWSCloudFrontDistribution_DefaultCacheBehavior_TrustedSigners (166.89s)
--- PASS: TestAccAWSCloudFrontDistribution_disappears (171.42s)
--- PASS: TestAccAWSCloudFrontDistribution_OrderedCacheBehavior_ForwardedValues_Headers (195.23s)
--- PASS: TestAccAWSCloudFrontDistribution_DefaultCacheBehavior_ForwardedValues_Cookies_WhitelistedNames (197.30s)
--- PASS: TestAccAWSCloudFrontDistribution_OrderedCacheBehavior_ForwardedValues_Cookies_WhitelistedNames (197.39s)
--- PASS: TestAccAWSCloudFrontDistribution_DefaultCacheBehavior_ForwardedValues_Headers (200.51s)
--- PASS: TestAccAWSCloudFrontDistribution_Origin_EmptyDomainName (1.04s)
--- PASS: TestAccAWSCloudFrontDistribution_Origin_EmptyOriginID (0.91s)
--- PASS: TestAccAWSCloudFrontDistribution_ViewerCertificate_AcmCertificateArn_ConflictsWithCloudFrontDefaultCertificate (207.96s)
--- PASS: TestAccAWSCloudFrontDistribution_OrderedCacheBehavior_RealtimeLogConfigArn (209.86s)
--- PASS: TestAccAWSCloudFrontDistribution_DefaultCacheBehavior_RealtimeLogConfigArn (210.81s)
--- PASS: TestAccAWSCloudFrontDistribution_DefaultCacheBehavior_TrustedKeyGroups (221.41s)
--- PASS: TestAccAWSCloudFrontDistribution_ViewerCertificate_AcmCertificateArn (263.64s)
--- PASS: TestAccAWSCloudFrontDistribution_orderedCacheBehavior (320.99s)
--- PASS: TestAccAWSCloudFrontDistribution_RetainOnDelete (323.26s)
--- PASS: TestAccAWSCloudFrontDistribution_WaitForDeployment (328.04s)
--- PASS: TestAccAWSCloudFrontDistribution_originPolicyOrdered (378.02s)
--- PASS: TestAccAWSCloudFrontDistribution_originPolicyDefault (379.20s)
--- PASS: TestAccAWSCloudFrontDistribution_multiOrigin (379.44s)
--- PASS: TestAccAWSCloudFrontDistribution_OriginGroups (379.55s)
--- PASS: TestAccAWSCloudFrontDistribution_orderedCacheBehaviorCachePolicy (423.81s)
--- PASS: TestAccAWSCloudFrontDistribution_Enabled (506.15s)
--- PASS: TestAccAWSCloudFrontDistribution_noCustomErrorResponseConfig (335.19s)
--- PASS: TestAccAWSCloudFrontDistribution_IsIPV6EnabledConfig (345.01s)
--- PASS: TestAccAWSCloudFrontDistribution_S3Origin (337.06s)
--- PASS: TestAccAWSCloudFrontDistribution_HTTP11Config (345.46s)
--- PASS: TestAccAWSCloudFrontDistribution_customOrigin (347.10s)
--- PASS: TestAccAWSCloudFrontDistribution_noOptionalItemsConfig (334.89s)
--- PASS: TestAccAWSCloudFrontDistribution_forwardedValuesToCachePolicy (441.43s)
--- PASS: TestAccAWSCloudFrontDistribution_S3OriginWithTags (451.95s)
GovCloud acceptance tests:
(All skipped)
This has been released in version 3.37.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Closes #15912
Output from acceptance testing:
Added trusted_key_groups support for aws_cloudfront_distribution resource. Thank you for your review!