Skip to content
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

Migrate cloudfront service to aws-sdk-go-v2 #36663

Merged
merged 67 commits into from
Apr 26, 2024
Merged

Migrate cloudfront service to aws-sdk-go-v2 #36663

merged 67 commits into from
Apr 26, 2024

Conversation

surajsubramanian
Copy link
Contributor

@surajsubramanian surajsubramanian commented Mar 31, 2024

Description

Updates all cloudfront resources and data sources to aws-sdk-go-v2

Relations

Closes #36127.
Requires #37104.

Output from Acceptance Testing

Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added the size/XL Managed by automation to categorize the size of a PR. label Mar 31, 2024
@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label Mar 31, 2024
@github-actions github-actions bot added tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/cloudfront Issues and PRs that pertain to the cloudfront service. sweeper Pertains to changes to or issues with the sweeper. tags Pertains to resource tagging. generators Relates to code generators. labels Mar 31, 2024
@ewbankkit ewbankkit added aws-sdk-go-migration Issues that are related to the providers migration to AWS SDK for Go v2. and removed needs-triage Waiting for first response or review from a maintainer. labels Apr 1, 2024
@surajsubramanian
Copy link
Contributor Author

surajsubramanian commented Apr 21, 2024

My AWS account doesn't have sufficient permissions (yet) to run most of the acceptance tests:

make testacc TESTS=TestAccCloudFront PKG=cloudfront
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run='TestAccCloudFront'  -timeout 360m
=== RUN   TestAccCloudFrontCachePolicyDataSource_basic
=== PAUSE TestAccCloudFrontCachePolicyDataSource_basic
=== RUN   TestAccCloudFrontCachePolicy_basic
=== PAUSE TestAccCloudFrontCachePolicy_basic
=== RUN   TestAccCloudFrontCachePolicy_disappears
=== PAUSE TestAccCloudFrontCachePolicy_disappears
=== RUN   TestAccCloudFrontCachePolicy_Items
=== PAUSE TestAccCloudFrontCachePolicy_Items
=== RUN   TestAccCloudFrontCachePolicy_ZeroTTLs
=== PAUSE TestAccCloudFrontCachePolicy_ZeroTTLs
=== RUN   TestAccCloudFrontContinuousDeploymentPolicy_basic
=== PAUSE TestAccCloudFrontContinuousDeploymentPolicy_basic
=== RUN   TestAccCloudFrontContinuousDeploymentPolicy_disappears
=== PAUSE TestAccCloudFrontContinuousDeploymentPolicy_disappears
=== RUN   TestAccCloudFrontContinuousDeploymentPolicy_trafficConfig
=== PAUSE TestAccCloudFrontContinuousDeploymentPolicy_trafficConfig
=== RUN   TestAccCloudFrontContinuousDeploymentPolicy_domainChange
=== PAUSE TestAccCloudFrontContinuousDeploymentPolicy_domainChange
=== RUN   TestAccCloudFrontDistributionDataSource_basic
=== PAUSE TestAccCloudFrontDistributionDataSource_basic
=== RUN   TestAccCloudFrontDistribution_basic
=== PAUSE TestAccCloudFrontDistribution_basic
=== RUN   TestAccCloudFrontDistribution_disappears
=== PAUSE TestAccCloudFrontDistribution_disappears
=== RUN   TestAccCloudFrontDistribution_tags
=== PAUSE TestAccCloudFrontDistribution_tags
=== RUN   TestAccCloudFrontDistribution_s3Origin
=== PAUSE TestAccCloudFrontDistribution_s3Origin
=== RUN   TestAccCloudFrontDistribution_customOrigin
=== PAUSE TestAccCloudFrontDistribution_customOrigin
=== RUN   TestAccCloudFrontDistribution_originPolicyDefault
=== PAUSE TestAccCloudFrontDistribution_originPolicyDefault
=== RUN   TestAccCloudFrontDistribution_originPolicyOrdered
=== PAUSE TestAccCloudFrontDistribution_originPolicyOrdered
=== RUN   TestAccCloudFrontDistribution_multiOrigin
=== PAUSE TestAccCloudFrontDistribution_multiOrigin
=== RUN   TestAccCloudFrontDistribution_orderedCacheBehavior
=== PAUSE TestAccCloudFrontDistribution_orderedCacheBehavior
=== RUN   TestAccCloudFrontDistribution_orderedCacheBehaviorCachePolicy
=== PAUSE TestAccCloudFrontDistribution_orderedCacheBehaviorCachePolicy
=== RUN   TestAccCloudFrontDistribution_orderedCacheBehaviorResponseHeadersPolicy
=== PAUSE TestAccCloudFrontDistribution_orderedCacheBehaviorResponseHeadersPolicy
=== RUN   TestAccCloudFrontDistribution_forwardedValuesToCachePolicy
=== PAUSE TestAccCloudFrontDistribution_forwardedValuesToCachePolicy
=== RUN   TestAccCloudFrontDistribution_Origin_emptyDomainName
=== PAUSE TestAccCloudFrontDistribution_Origin_emptyDomainName
=== RUN   TestAccCloudFrontDistribution_Origin_emptyOriginID
=== PAUSE TestAccCloudFrontDistribution_Origin_emptyOriginID
=== RUN   TestAccCloudFrontDistribution_Origin_connectionAttempts
=== PAUSE TestAccCloudFrontDistribution_Origin_connectionAttempts
=== RUN   TestAccCloudFrontDistribution_Origin_connectionTimeout
=== PAUSE TestAccCloudFrontDistribution_Origin_connectionTimeout
=== RUN   TestAccCloudFrontDistribution_Origin_originShield
=== PAUSE TestAccCloudFrontDistribution_Origin_originShield
=== RUN   TestAccCloudFrontDistribution_Origin_originAccessControl
=== PAUSE TestAccCloudFrontDistribution_Origin_originAccessControl
=== RUN   TestAccCloudFrontDistribution_noOptionalItems
=== PAUSE TestAccCloudFrontDistribution_noOptionalItems
=== RUN   TestAccCloudFrontDistribution_http11
=== PAUSE TestAccCloudFrontDistribution_http11
=== RUN   TestAccCloudFrontDistribution_isIPV6Enabled
=== PAUSE TestAccCloudFrontDistribution_isIPV6Enabled
=== RUN   TestAccCloudFrontDistribution_noCustomErrorResponse
=== PAUSE TestAccCloudFrontDistribution_noCustomErrorResponse
=== RUN   TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValuesCookies_whitelistedNames
=== PAUSE TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValuesCookies_whitelistedNames
=== RUN   TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValues_headers
=== PAUSE TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValues_headers
=== RUN   TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedKeyGroups
=== PAUSE TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedKeyGroups
=== RUN   TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedSigners
=== PAUSE TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedSigners
=== RUN   TestAccCloudFrontDistribution_DefaultCacheBehavior_realtimeLogARN
=== PAUSE TestAccCloudFrontDistribution_DefaultCacheBehavior_realtimeLogARN
=== RUN   TestAccCloudFrontDistribution_OrderedCacheBehavior_realtimeLogARN
=== PAUSE TestAccCloudFrontDistribution_OrderedCacheBehavior_realtimeLogARN
=== RUN   TestAccCloudFrontDistribution_enabled
=== PAUSE TestAccCloudFrontDistribution_enabled
=== RUN   TestAccCloudFrontDistribution_retainOnDelete
=== PAUSE TestAccCloudFrontDistribution_retainOnDelete
=== RUN   TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValuesCookies_whitelistedNames
=== PAUSE TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValuesCookies_whitelistedNames
=== RUN   TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValues_headers
=== PAUSE TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValues_headers
=== RUN   TestAccCloudFrontDistribution_ViewerCertificate_acmCertificateARN
=== PAUSE TestAccCloudFrontDistribution_ViewerCertificate_acmCertificateARN
=== RUN   TestAccCloudFrontDistribution_ViewerCertificateACMCertificateARN_conflictsWithCloudFrontDefaultCertificate
=== PAUSE TestAccCloudFrontDistribution_ViewerCertificateACMCertificateARN_conflictsWithCloudFrontDefaultCertificate
=== RUN   TestAccCloudFrontDistribution_waitForDeployment
=== PAUSE TestAccCloudFrontDistribution_waitForDeployment
=== RUN   TestAccCloudFrontDistribution_preconditionFailed
=== PAUSE TestAccCloudFrontDistribution_preconditionFailed
=== RUN   TestAccCloudFrontDistribution_originGroups
=== PAUSE TestAccCloudFrontDistribution_originGroups
=== RUN   TestAccCloudFrontFieldLevelEncryptionConfig_basic
=== PAUSE TestAccCloudFrontFieldLevelEncryptionConfig_basic
=== RUN   TestAccCloudFrontFieldLevelEncryptionConfig_disappears
=== PAUSE TestAccCloudFrontFieldLevelEncryptionConfig_disappears
=== RUN   TestAccCloudFrontFieldLevelEncryptionProfile_basic
=== PAUSE TestAccCloudFrontFieldLevelEncryptionProfile_basic
=== RUN   TestAccCloudFrontFieldLevelEncryptionProfile_disappears
=== PAUSE TestAccCloudFrontFieldLevelEncryptionProfile_disappears
=== RUN   TestAccCloudFrontFunctionDataSource_basic
=== PAUSE TestAccCloudFrontFunctionDataSource_basic
=== RUN   TestAccCloudFrontFunction_basic
=== PAUSE TestAccCloudFrontFunction_basic
=== RUN   TestAccCloudFrontFunction_disappears
=== PAUSE TestAccCloudFrontFunction_disappears
=== RUN   TestAccCloudFrontFunction_publish
=== PAUSE TestAccCloudFrontFunction_publish
=== RUN   TestAccCloudFrontFunction_associated
=== PAUSE TestAccCloudFrontFunction_associated
=== RUN   TestAccCloudFrontFunction_Update_code
=== PAUSE TestAccCloudFrontFunction_Update_code
=== RUN   TestAccCloudFrontFunction_UpdateCodeAndPublish
=== PAUSE TestAccCloudFrontFunction_UpdateCodeAndPublish
=== RUN   TestAccCloudFrontFunction_Update_comment
=== PAUSE TestAccCloudFrontFunction_Update_comment
=== RUN   TestAccCloudFrontFunction_KeyValueStoreAssociations
=== PAUSE TestAccCloudFrontFunction_KeyValueStoreAssociations
=== RUN   TestAccCloudFrontKeyGroup_basic
=== PAUSE TestAccCloudFrontKeyGroup_basic
=== RUN   TestAccCloudFrontKeyGroup_disappears
=== PAUSE TestAccCloudFrontKeyGroup_disappears
=== RUN   TestAccCloudFrontKeyGroup_comment
=== PAUSE TestAccCloudFrontKeyGroup_comment
=== RUN   TestAccCloudFrontKeyGroup_items
=== PAUSE TestAccCloudFrontKeyGroup_items
=== RUN   TestAccCloudFrontKeyValueStore_basic
=== PAUSE TestAccCloudFrontKeyValueStore_basic
=== RUN   TestAccCloudFrontKeyValueStore_disappears
=== PAUSE TestAccCloudFrontKeyValueStore_disappears
=== RUN   TestAccCloudFrontKeyValueStore_comment
=== PAUSE TestAccCloudFrontKeyValueStore_comment
=== RUN   TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic
=== PAUSE TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic
=== RUN   TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_default
=== PAUSE TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_default
=== RUN   TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_cn
=== PAUSE TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_cn
=== RUN   TestAccCloudFrontMonitoringSubscription_basic
=== PAUSE TestAccCloudFrontMonitoringSubscription_basic
=== RUN   TestAccCloudFrontMonitoringSubscription_disappears
=== PAUSE TestAccCloudFrontMonitoringSubscription_disappears
=== RUN   TestAccCloudFrontMonitoringSubscription_update
=== PAUSE TestAccCloudFrontMonitoringSubscription_update
=== 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
=== RUN   TestAccCloudFrontOriginAccessIdentitiesDataSource_comments
=== PAUSE TestAccCloudFrontOriginAccessIdentitiesDataSource_comments
=== RUN   TestAccCloudFrontOriginAccessIdentitiesDataSource_all
=== PAUSE TestAccCloudFrontOriginAccessIdentitiesDataSource_all
=== RUN   TestAccCloudFrontOriginAccessIdentityDataSource_basic
=== PAUSE TestAccCloudFrontOriginAccessIdentityDataSource_basic
=== RUN   TestAccCloudFrontOriginAccessIdentity_basic
=== PAUSE TestAccCloudFrontOriginAccessIdentity_basic
=== RUN   TestAccCloudFrontOriginAccessIdentity_noComment
=== PAUSE TestAccCloudFrontOriginAccessIdentity_noComment
=== RUN   TestAccCloudFrontOriginAccessIdentity_disappears
=== PAUSE TestAccCloudFrontOriginAccessIdentity_disappears
=== RUN   TestAccCloudFrontOriginRequestPolicyDataSource_basic
=== PAUSE TestAccCloudFrontOriginRequestPolicyDataSource_basic
=== RUN   TestAccCloudFrontOriginRequestPolicy_basic
=== PAUSE TestAccCloudFrontOriginRequestPolicy_basic
=== RUN   TestAccCloudFrontOriginRequestPolicy_disappears
=== PAUSE TestAccCloudFrontOriginRequestPolicy_disappears
=== RUN   TestAccCloudFrontOriginRequestPolicy_Items
=== PAUSE TestAccCloudFrontOriginRequestPolicy_Items
=== RUN   TestAccCloudFrontPublicKey_basic
=== PAUSE TestAccCloudFrontPublicKey_basic
=== RUN   TestAccCloudFrontPublicKey_disappears
=== PAUSE TestAccCloudFrontPublicKey_disappears
=== RUN   TestAccCloudFrontPublicKey_nameGenerated
=== PAUSE TestAccCloudFrontPublicKey_nameGenerated
=== RUN   TestAccCloudFrontPublicKey_namePrefix
=== PAUSE TestAccCloudFrontPublicKey_namePrefix
=== RUN   TestAccCloudFrontPublicKey_update
=== PAUSE TestAccCloudFrontPublicKey_update
=== RUN   TestAccCloudFrontRealtimeLogConfigDataSource_basic
=== PAUSE TestAccCloudFrontRealtimeLogConfigDataSource_basic
=== RUN   TestAccCloudFrontRealtimeLogConfig_basic
=== PAUSE TestAccCloudFrontRealtimeLogConfig_basic
=== RUN   TestAccCloudFrontRealtimeLogConfig_disappears
=== PAUSE TestAccCloudFrontRealtimeLogConfig_disappears
=== RUN   TestAccCloudFrontRealtimeLogConfig_updates
=== PAUSE TestAccCloudFrontRealtimeLogConfig_updates
=== RUN   TestAccCloudFrontResponseHeadersPolicyDataSource_basic
=== PAUSE TestAccCloudFrontResponseHeadersPolicyDataSource_basic
=== RUN   TestAccCloudFrontResponseHeadersPolicy_cors
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_cors
=== RUN   TestAccCloudFrontResponseHeadersPolicy_customHeaders
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_customHeaders
=== RUN   TestAccCloudFrontResponseHeadersPolicy_RemoveHeadersConfig
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_RemoveHeadersConfig
=== RUN   TestAccCloudFrontResponseHeadersPolicy_securityHeaders
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_securityHeaders
=== RUN   TestAccCloudFrontResponseHeadersPolicy_serverTimingHeaders
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_serverTimingHeaders
=== RUN   TestAccCloudFrontResponseHeadersPolicy_disappears
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_disappears
=== CONT  TestAccCloudFrontCachePolicyDataSource_basic
=== CONT  TestAccCloudFrontFunction_basic
=== CONT  TestAccCloudFrontOriginAccessIdentitiesDataSource_comments
=== CONT  TestAccCloudFrontDistribution_Origin_originShield
=== CONT  TestAccCloudFrontPublicKey_namePrefix
=== CONT  TestAccCloudFrontDistribution_s3Origin
=== CONT  TestAccCloudFrontOriginRequestPolicy_disappears
=== CONT  TestAccCloudFrontResponseHeadersPolicy_cors
=== CONT  TestAccCloudFrontOriginAccessControl_SigningBehavior
=== CONT  TestAccCloudFrontFunctionDataSource_basic
=== CONT  TestAccCloudFrontOriginRequestPolicy_basic
=== CONT  TestAccCloudFrontRealtimeLogConfig_updates
=== CONT  TestAccCloudFrontDistribution_retainOnDelete
=== CONT  TestAccCloudFrontResponseHeadersPolicyDataSource_basic
=== CONT  TestAccCloudFrontPublicKey_disappears
=== CONT  TestAccCloudFrontPublicKey_basic
=== CONT  TestAccCloudFrontOriginRequestPolicy_Items
=== CONT  TestAccCloudFrontDistribution_tags
=== CONT  TestAccCloudFrontDistribution_disappears
=== CONT  TestAccCloudFrontPublicKey_nameGenerated
=== NAME  TestAccCloudFrontDistribution_disappears
    distribution_test.go:65: Step 1/1 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: ac9181e1-bd9c-400a-b610-26084ce3f739, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontPublicKey_disappears
    public_key_test.go:58: Step 1/1 error: Error running apply: exit status 1
        
        Error: creating CloudFront Public Key (tf-acc-test-2492291386201440426): operation error CloudFront: CreatePublicKey, https response error StatusCode: 400, RequestID: c8d62bd2-8e84-4452-afc3-87a3a3685d6a, TooManyPublicKeys: Processing your request will cause you to exceed the maximum number of CloudFront public keys allowed.
        
          with aws_cloudfront_public_key.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_public_key" "test":
          12: resource "aws_cloudfront_public_key" "test" {
        
--- FAIL: TestAccCloudFrontDistribution_disappears (14.72s)
=== CONT  TestAccCloudFrontDistribution_basic
=== NAME  TestAccCloudFrontPublicKey_nameGenerated
    public_key_test.go:80: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Public Key (tf-20240421191518296400000006): operation error CloudFront: CreatePublicKey, https response error StatusCode: 400, RequestID: 07ba2bfe-67bb-4aba-8bcf-fe877a526be9, TooManyPublicKeys: Processing your request will cause you to exceed the maximum number of CloudFront public keys allowed.
        
          with aws_cloudfront_public_key.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_public_key" "test":
          12: resource "aws_cloudfront_public_key" "test" {
        
=== NAME  TestAccCloudFrontDistribution_tags
    distribution_test.go:88: Step 1/4 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: d6bb0712-80b1-404a-8e58-461543224af0, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontDistribution_retainOnDelete
    distribution_test.go:1143: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: cbac09bc-ed5e-4a53-a9db-1321746f04f3, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
--- FAIL: TestAccCloudFrontDistribution_tags (16.04s)
=== CONT  TestAccCloudFrontDistributionDataSource_basic
--- FAIL: TestAccCloudFrontPublicKey_disappears (16.05s)
=== CONT  TestAccCloudFrontContinuousDeploymentPolicy_domainChange
=== CONT  TestAccCloudFrontContinuousDeploymentPolicy_trafficConfig
--- FAIL: TestAccCloudFrontPublicKey_nameGenerated (16.09s)
--- FAIL: TestAccCloudFrontDistribution_retainOnDelete (16.38s)
=== CONT  TestAccCloudFrontContinuousDeploymentPolicy_disappears
=== NAME  TestAccCloudFrontOriginAccessIdentitiesDataSource_comments
    origin_access_identities_data_source_test.go:22: Step 1/1 error: Check failed: Check 1/6 error: data.aws_cloudfront_origin_access_identities.test: Attribute 'iam_arns.#' expected "1", got "0"
=== NAME  TestAccCloudFrontDistribution_s3Origin
    distribution_test.go:146: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: bbd03360-9ef2-42fd-b6d9-a81664229523, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.s3_distribution,
          on terraform_plugin_test.tf line 74, in resource "aws_cloudfront_distribution" "s3_distribution":
          74: resource "aws_cloudfront_distribution" "s3_distribution" {
        
=== NAME  TestAccCloudFrontDistribution_basic
    distribution_test.go:34: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 0e8671c1-ebf4-4ba2-9536-c48b262682e7, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
--- FAIL: TestAccCloudFrontOriginAccessIdentitiesDataSource_comments (27.37s)
=== CONT  TestAccCloudFrontContinuousDeploymentPolicy_basic
--- FAIL: TestAccCloudFrontDistribution_basic (12.81s)
=== CONT  TestAccCloudFrontCachePolicy_ZeroTTLs
=== NAME  TestAccCloudFrontDistributionDataSource_basic
    distribution_data_source_test.go:19: Step 1/1 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: bbcce2dd-3983-436a-a645-6eed60d52569, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontContinuousDeploymentPolicy_disappears
    continuous_deployment_policy_test.go:92: Step 1/1 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: cd25e931-65b8-407a-8bdb-e20903869ef8, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.staging,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "staging":
          12: resource "aws_cloudfront_distribution" "staging" {
        
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 78f2be5e-8d20-4cad-bea1-b26d8f2f0362, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 55, in resource "aws_cloudfront_distribution" "test":
          55: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontContinuousDeploymentPolicy_trafficConfig
    continuous_deployment_policy_test.go:124: Step 1/7 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 797432d4-6e92-4b71-a43a-ec340d1afbaa, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.staging,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "staging":
          12: resource "aws_cloudfront_distribution" "staging" {
        
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: cdc53ea5-8123-4271-a1b3-54f15698ac7c, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 55, in resource "aws_cloudfront_distribution" "test":
          55: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontContinuousDeploymentPolicy_domainChange
    continuous_deployment_policy_test.go:223: Step 1/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 068b71a4-36be-4d4d-b7ad-b7fd65106b6d, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.staging,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "staging":
          12: resource "aws_cloudfront_distribution" "staging" {
        
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 39a2bbc3-a3a6-4d81-8e73-cb4ee22efc21, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 55, in resource "aws_cloudfront_distribution" "test":
          55: resource "aws_cloudfront_distribution" "test" {
        
--- FAIL: TestAccCloudFrontDistributionDataSource_basic (13.16s)
=== CONT  TestAccCloudFrontCachePolicy_Items
--- FAIL: TestAccCloudFrontContinuousDeploymentPolicy_disappears (12.89s)
=== CONT  TestAccCloudFrontCachePolicy_disappears
--- FAIL: TestAccCloudFrontContinuousDeploymentPolicy_domainChange (13.44s)
=== CONT  TestAccCloudFrontCachePolicy_basic
--- FAIL: TestAccCloudFrontContinuousDeploymentPolicy_trafficConfig (13.40s)
=== CONT  TestAccCloudFrontKeyValueStore_disappears
--- FAIL: TestAccCloudFrontDistribution_s3Origin (32.89s)
=== CONT  TestAccCloudFrontOriginAccessControl_Description
--- PASS: TestAccCloudFrontCachePolicyDataSource_basic (41.49s)
=== CONT  TestAccCloudFrontOriginAccessControl_Name
--- PASS: TestAccCloudFrontOriginRequestPolicy_disappears (41.64s)
=== CONT  TestAccCloudFrontOriginAccessControl_disappears
--- PASS: TestAccCloudFrontResponseHeadersPolicyDataSource_basic (41.68s)
=== CONT  TestAccCloudFrontOriginAccessControl_basic
--- PASS: TestAccCloudFrontPublicKey_namePrefix (47.37s)
=== CONT  TestAccCloudFrontMonitoringSubscription_update
--- PASS: TestAccCloudFrontPublicKey_basic (47.37s)
=== CONT  TestAccCloudFrontMonitoringSubscription_disappears
--- PASS: TestAccCloudFrontOriginRequestPolicy_basic (48.82s)
=== CONT  TestAccCloudFrontMonitoringSubscription_basic
--- PASS: TestAccCloudFrontFunction_basic (55.45s)
=== CONT  TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_cn
=== NAME  TestAccCloudFrontContinuousDeploymentPolicy_basic
    continuous_deployment_policy_test.go:38: Step 1/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 80adbe84-d111-4f49-b950-a54e3785e948, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.staging,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "staging":
          12: resource "aws_cloudfront_distribution" "staging" {
        
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 02d1729b-0782-49f8-9403-07ec9a24bfbc, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 55, in resource "aws_cloudfront_distribution" "test":
          55: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontMonitoringSubscription_disappears
    monitoring_subscription_test.go:56: Step 1/1 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: cc5aa49c-c749-4e67-a832-62b8cf5a6deb, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontMonitoringSubscription_update
    monitoring_subscription_test.go:79: Step 1/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: ab693a45-990d-44a1-b35e-c5f25b8954ab, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
--- FAIL: TestAccCloudFrontMonitoringSubscription_disappears (12.54s)
=== CONT  TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_default
--- FAIL: TestAccCloudFrontContinuousDeploymentPolicy_basic (32.55s)
=== CONT  TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic
=== NAME  TestAccCloudFrontMonitoringSubscription_basic
    monitoring_subscription_test.go:26: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 74147660-42b5-441a-9509-c3e96de81dd5, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
--- FAIL: TestAccCloudFrontMonitoringSubscription_update (13.86s)
=== CONT  TestAccCloudFrontKeyValueStore_comment
--- FAIL: TestAccCloudFrontMonitoringSubscription_basic (13.57s)
=== CONT  TestAccCloudFrontDistribution_orderedCacheBehaviorResponseHeadersPolicy
--- PASS: TestAccCloudFrontFunctionDataSource_basic (65.66s)
=== CONT  TestAccCloudFrontDistribution_Origin_connectionTimeout
--- PASS: TestAccCloudFrontCachePolicy_disappears (38.36s)
=== CONT  TestAccCloudFrontRealtimeLogConfig_disappears
--- PASS: TestAccCloudFrontOriginAccessControl_SigningBehavior (73.04s)
=== CONT  TestAccCloudFrontOriginAccessIdentity_noComment
=== NAME  TestAccCloudFrontDistribution_Origin_originShield
    distribution_test.go:584: Step 4/4 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: b5890930-fe3e-4eb9-b520-d687210f6db8, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 104, in resource "aws_cloudfront_distribution" "test":
         104: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontDistribution_orderedCacheBehaviorResponseHeadersPolicy
    distribution_test.go:411: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 89414880-7f62-4c55-a898-4bd25fd7bce6, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.main,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "main":
          12: resource "aws_cloudfront_distribution" "main" {
        
--- PASS: TestAccCloudFrontOriginRequestPolicy_Items (76.33s)
=== CONT  TestAccCloudFrontOriginRequestPolicyDataSource_basic
--- PASS: TestAccCloudFrontCachePolicy_basic (47.03s)
=== CONT  TestAccCloudFrontOriginAccessIdentity_disappears
--- PASS: TestAccCloudFrontCachePolicy_ZeroTTLs (49.18s)
=== CONT  TestAccCloudFrontDistribution_multiOrigin
--- PASS: TestAccCloudFrontResponseHeadersPolicy_cors (76.97s)
=== CONT  TestAccCloudFrontDistribution_orderedCacheBehaviorCachePolicy
--- PASS: TestAccCloudFrontOriginAccessControl_disappears (41.22s)
=== CONT  TestAccCloudFrontDistribution_orderedCacheBehavior
--- FAIL: TestAccCloudFrontDistribution_orderedCacheBehaviorResponseHeadersPolicy (22.35s)
=== CONT  TestAccCloudFrontDistribution_Origin_emptyDomainName
--- PASS: TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_cn (30.89s)
=== CONT  TestAccCloudFrontDistribution_Origin_emptyOriginID
--- PASS: TestAccCloudFrontKeyValueStore_disappears (56.97s)
=== CONT  TestAccCloudFrontResponseHeadersPolicy_securityHeaders
--- PASS: TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic (26.97s)
=== CONT  TestAccCloudFrontDistribution_originPolicyOrdered
--- PASS: TestAccCloudFrontDistribution_Origin_emptyDomainName (2.34s)
=== CONT  TestAccCloudFrontResponseHeadersPolicy_disappears
--- PASS: TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_default (27.28s)
=== CONT  TestAccCloudFrontDistribution_originPolicyDefault
=== NAME  TestAccCloudFrontDistribution_orderedCacheBehaviorCachePolicy
    distribution_test.go:374: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 2da1b9e8-cdad-4fa6-9f1f-e507922a348a, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.main,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "main":
          12: resource "aws_cloudfront_distribution" "main" {
        
--- PASS: TestAccCloudFrontDistribution_Origin_emptyOriginID (2.97s)
=== CONT  TestAccCloudFrontResponseHeadersPolicy_serverTimingHeaders
--- PASS: TestAccCloudFrontOriginAccessControl_basic (48.43s)
=== CONT  TestAccCloudFrontDistribution_customOrigin
=== NAME  TestAccCloudFrontDistribution_orderedCacheBehavior
    distribution_test.go:334: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 7637e5f0-0c02-460a-9702-24227c5c7933, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.main,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "main":
          12: resource "aws_cloudfront_distribution" "main" {
        
--- FAIL: TestAccCloudFrontDistribution_orderedCacheBehavior (11.55s)
=== CONT  TestAccCloudFrontRealtimeLogConfigDataSource_basic
=== NAME  TestAccCloudFrontDistribution_multiOrigin
    distribution_test.go:291: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 0f5f7ea7-2870-463f-bd65-ff4453e7e1d1, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.multi_origin_distribution,
          on terraform_plugin_test.tf line 74, in resource "aws_cloudfront_distribution" "multi_origin_distribution":
          74: resource "aws_cloudfront_distribution" "multi_origin_distribution" {
        
--- FAIL: TestAccCloudFrontDistribution_orderedCacheBehaviorCachePolicy (18.80s)
=== CONT  TestAccCloudFrontDistribution_preconditionFailed
--- FAIL: TestAccCloudFrontDistribution_Origin_originShield (96.83s)
=== CONT  TestAccCloudFrontDistribution_ViewerCertificate_acmCertificateARN
--- PASS: TestAccCloudFrontCachePolicy_Items (74.03s)
=== CONT  TestAccCloudFrontDistribution_waitForDeployment
=== NAME  TestAccCloudFrontDistribution_originPolicyOrdered
    distribution_test.go:251: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 7579d690-12b5-4856-9a15-804aabb79498, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.custom_distribution,
          on terraform_plugin_test.tf line 118, in resource "aws_cloudfront_distribution" "custom_distribution":
         118: resource "aws_cloudfront_distribution" "custom_distribution" {
        
--- FAIL: TestAccCloudFrontDistribution_multiOrigin (27.62s)
=== CONT  TestAccCloudFrontRealtimeLogConfig_basic
=== NAME  TestAccCloudFrontDistribution_originPolicyDefault
    distribution_test.go:218: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 926c609c-35ed-481b-904f-cc3c9baeadb2, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.custom_distribution,
          on terraform_plugin_test.tf line 118, in resource "aws_cloudfront_distribution" "custom_distribution":
         118: resource "aws_cloudfront_distribution" "custom_distribution" {
        
=== NAME  TestAccCloudFrontDistribution_customOrigin
    distribution_test.go:185: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 49bbab8a-0532-4321-a55e-a452b626d868, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.custom_distribution,
          on terraform_plugin_test.tf line 44, in resource "aws_cloudfront_distribution" "custom_distribution":
          44: resource "aws_cloudfront_distribution" "custom_distribution" {
        
=== NAME  TestAccCloudFrontDistribution_ViewerCertificate_acmCertificateARN
    distribution_test.go:1271: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 7e6f9127-7692-4b86-89ba-589c8165fff0, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 21, in resource "aws_cloudfront_distribution" "test":
          21: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontDistribution_preconditionFailed
    distribution_test.go:1393: Step 1/5 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: edb8c0d2-3ee3-419d-a14e-038bfc59dc75, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.main,
          on terraform_plugin_test.tf line 118, in resource "aws_cloudfront_distribution" "main":
         118: resource "aws_cloudfront_distribution" "main" {
        
=== NAME  TestAccCloudFrontOriginAccessIdentity_disappears
    origin_access_identity_test.go:91: Error running post-test destroy, there may be dangling resources: exit status 1
        
        Error: deleting Amazon CloudFront Origin Access Identity (E1FIZIIQ0NAFP5): operation error CloudFront: DeleteCloudFrontOriginAccessIdentity, https response error StatusCode: 404, RequestID: 8186ca5b-ec5e-45fe-879d-3852b1f0bb8a, NoSuchCloudFrontOriginAccessIdentity: The specified CloudFront origin access identity does not exist.
        
--- FAIL: TestAccCloudFrontOriginAccessIdentity_disappears (36.92s)
=== CONT  TestAccCloudFrontDistribution_ViewerCertificateACMCertificateARN_conflictsWithCloudFrontDefaultCertificate
--- PASS: TestAccCloudFrontOriginRequestPolicyDataSource_basic (37.32s)
=== CONT  TestAccCloudFrontDistribution_forwardedValuesToCachePolicy
--- FAIL: TestAccCloudFrontDistribution_originPolicyOrdered (27.46s)
=== CONT  TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValues_headers
=== NAME  TestAccCloudFrontDistribution_waitForDeployment
    distribution_test.go:1339: Step 1/4 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 092933a1-7e7b-47a9-8db5-c18a7dc31329, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
--- FAIL: TestAccCloudFrontDistribution_originPolicyDefault (27.33s)
=== CONT  TestAccCloudFrontPublicKey_update
--- PASS: TestAccCloudFrontOriginAccessControl_Name (73.50s)
=== CONT  TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValues_headers
--- PASS: TestAccCloudFrontOriginAccessIdentity_noComment (42.71s)
=== CONT  TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValuesCookies_whitelistedNames
=== CONT  TestAccCloudFrontDistribution_isIPV6Enabled
--- FAIL: TestAccCloudFrontDistribution_waitForDeployment (13.43s)
--- FAIL: TestAccCloudFrontDistribution_ViewerCertificate_acmCertificateARN (22.02s)
=== CONT  TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValuesCookies_whitelistedNames
--- FAIL: TestAccCloudFrontDistribution_customOrigin (28.61s)
=== CONT  TestAccCloudFrontDistribution_noCustomErrorResponse
--- PASS: TestAccCloudFrontResponseHeadersPolicy_disappears (36.36s)
=== CONT  TestAccCloudFrontFunction_KeyValueStoreAssociations
--- FAIL: TestAccCloudFrontDistribution_preconditionFailed (27.83s)
=== CONT  TestAccCloudFrontDistribution_http11
=== NAME  TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValues_headers
    distribution_test.go:904: Step 1/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 36bcfdf3-fc8b-418d-8d49-5cb0d4cad0fa, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontDistribution_forwardedValuesToCachePolicy
    distribution_test.go:448: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: bd04bd32-93df-4482-a557-d2e83f6c7e27, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.main,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "main":
          12: resource "aws_cloudfront_distribution" "main" {
        
=== NAME  TestAccCloudFrontDistribution_ViewerCertificateACMCertificateARN_conflictsWithCloudFrontDefaultCertificate
    distribution_test.go:1304: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 878d7f83-1082-475a-98dd-75b5621a0f26, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 21, in resource "aws_cloudfront_distribution" "test":
          21: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValuesCookies_whitelistedNames
    distribution_test.go:1179: Step 1/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: f7815752-2a0c-4af7-a4b6-9dece63a253c, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValues_headers
    distribution_test.go:1228: Step 1/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 2b7dffac-b912-4d19-8372-58074d9710b5, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontDistribution_isIPV6Enabled
    distribution_test.go:793: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 073e1b2d-028d-40cf-b48b-4dd1356bbe38, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.is_ipv6_enabled,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "is_ipv6_enabled":
          12: resource "aws_cloudfront_distribution" "is_ipv6_enabled" {
        
--- FAIL: TestAccCloudFrontDistribution_forwardedValuesToCachePolicy (13.72s)
=== CONT  TestAccCloudFrontKeyValueStore_basic
=== CONT  TestAccCloudFrontDistribution_noOptionalItems
--- FAIL: TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValues_headers (13.15s)
--- FAIL: TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValues_headers (13.45s)
=== CONT  TestAccCloudFrontKeyGroup_items
--- FAIL: TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValuesCookies_whitelistedNames (12.71s)
=== CONT  TestAccCloudFrontDistribution_Origin_originAccessControl
--- FAIL: TestAccCloudFrontDistribution_isIPV6Enabled (12.35s)
=== CONT  TestAccCloudFrontKeyGroup_comment
=== NAME  TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValuesCookies_whitelistedNames
    distribution_test.go:859: Step 1/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 2f2fd408-601a-432e-a730-112a1d7fcda8, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontDistribution_noCustomErrorResponse
    distribution_test.go:828: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 87e7724f-2455-4617-b5fa-ea9d917bcf34, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.no_custom_error_responses,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "no_custom_error_responses":
          12: resource "aws_cloudfront_distribution" "no_custom_error_responses" {
        
--- FAIL: TestAccCloudFrontDistribution_noCustomErrorResponse (14.43s)
=== CONT  TestAccCloudFrontKeyGroup_disappears
--- FAIL: TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValuesCookies_whitelistedNames (14.66s)
=== CONT  TestAccCloudFrontDistribution_DefaultCacheBehavior_realtimeLogARN
--- FAIL: TestAccCloudFrontDistribution_ViewerCertificateACMCertificateARN_conflictsWithCloudFrontDefaultCertificate (21.75s)
=== CONT  TestAccCloudFrontKeyGroup_basic
--- PASS: TestAccCloudFrontOriginAccessControl_Description (104.39s)
=== CONT  TestAccCloudFrontDistribution_OrderedCacheBehavior_realtimeLogARN
=== NAME  TestAccCloudFrontKeyGroup_disappears
    key_group_test.go:60: Step 1/1 error: Error running apply: exit status 1
        
        Error: creating CloudFront Public Key (tf-acc-test-7696604024310369787): operation error CloudFront: CreatePublicKey, https response error StatusCode: 400, RequestID: de3ad822-7f26-4ac3-abc8-c74ee6b524e5, TooManyPublicKeys: Processing your request will cause you to exceed the maximum number of CloudFront public keys allowed.
        
          with aws_cloudfront_public_key.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_public_key" "test":
          12: resource "aws_cloudfront_public_key" "test" {
        
--- FAIL: TestAccCloudFrontKeyGroup_disappears (9.52s)
=== CONT  TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedSigners
=== NAME  TestAccCloudFrontKeyGroup_basic
    key_group_test.go:29: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Public Key (tf-acc-test-3213737438407765602): operation error CloudFront: CreatePublicKey, https response error StatusCode: 400, RequestID: 31dc67c7-4c14-41f9-83ce-1d5c786d10c4, TooManyPublicKeys: Processing your request will cause you to exceed the maximum number of CloudFront public keys allowed.
        
          with aws_cloudfront_public_key.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_public_key" "test":
          12: resource "aws_cloudfront_public_key" "test" {
        
--- FAIL: TestAccCloudFrontKeyGroup_basic (8.65s)
=== CONT  TestAccCloudFrontOriginAccessIdentityDataSource_basic
=== NAME  TestAccCloudFrontDistribution_http11
    distribution_test.go:760: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: a14a0062-f973-43cd-adec-2d899a35cba0, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.http_1_1,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "http_1_1":
          12: resource "aws_cloudfront_distribution" "http_1_1" {
        
--- PASS: TestAccCloudFrontRealtimeLogConfig_updates (144.47s)
=== CONT  TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedKeyGroups
=== NAME  TestAccCloudFrontDistribution_noOptionalItems
    distribution_test.go:671: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: fc8aa553-7767-4332-944e-52574d030ebc, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.no_optional_items,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "no_optional_items":
          12: resource "aws_cloudfront_distribution" "no_optional_items" {
        
--- FAIL: TestAccCloudFrontDistribution_http11 (21.27s)
=== CONT  TestAccCloudFrontOriginAccessIdentity_basic
--- PASS: TestAccCloudFrontRealtimeLogConfig_disappears (77.41s)
=== CONT  TestAccCloudFrontOriginAccessIdentitiesDataSource_all
--- FAIL: TestAccCloudFrontDistribution_noOptionalItems (18.57s)
=== CONT  TestAccCloudFrontResponseHeadersPolicy_RemoveHeadersConfig
--- PASS: TestAccCloudFrontKeyValueStore_comment (85.42s)
=== CONT  TestAccCloudFrontResponseHeadersPolicy_customHeaders
=== NAME  TestAccCloudFrontDistribution_Origin_originAccessControl
    distribution_test.go:624: Step 1/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 1854b53b-e5ac-4b16-9878-9887d707919e, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 87, in resource "aws_cloudfront_distribution" "test":
          87: resource "aws_cloudfront_distribution" "test" {
        
--- PASS: TestAccCloudFrontResponseHeadersPolicy_securityHeaders (63.85s)
=== CONT  TestAccCloudFrontFieldLevelEncryptionProfile_disappears
=== NAME  TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedSigners
    distribution_test.go:987: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 0a2f57d4-a244-4642-a7fa-1e14eaa50cc6, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
--- FAIL: TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedSigners (10.88s)
=== CONT  TestAccCloudFrontFieldLevelEncryptionProfile_basic
=== NAME  TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedKeyGroups
    distribution_test.go:949: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Public Key (tf-acc-test-3019267384859500662): operation error CloudFront: CreatePublicKey, https response error StatusCode: 400, RequestID: fa807508-d269-40e4-b099-d8e94e2bc897, TooManyPublicKeys: Processing your request will cause you to exceed the maximum number of CloudFront public keys allowed.
        
          with aws_cloudfront_public_key.test,
          on terraform_plugin_test.tf line 57, in resource "aws_cloudfront_public_key" "test":
          57: resource "aws_cloudfront_public_key" "test" {
        
--- FAIL: TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedKeyGroups (11.05s)
=== CONT  TestAccCloudFrontFieldLevelEncryptionConfig_disappears
--- FAIL: TestAccCloudFrontDistribution_Origin_originAccessControl (29.42s)
=== CONT  TestAccCloudFrontFieldLevelEncryptionConfig_basic
=== NAME  TestAccCloudFrontOriginAccessIdentitiesDataSource_all
    origin_access_identities_data_source_test.go:48: Step 1/1 error: Check failed: Check 1/3 error: data.aws_cloudfront_origin_access_identities.test: Attribute "iam_arns.#" value: got 0, want > 1
=== NAME  TestAccCloudFrontFieldLevelEncryptionProfile_disappears
    field_level_encryption_profile_test.go:84: Step 1/1 error: Error running apply: exit status 1
        
        Error: creating CloudFront Public Key (tf-acc-test-7345972728379901806): operation error CloudFront: CreatePublicKey, https response error StatusCode: 400, RequestID: 83a15461-d256-4d1d-a3d2-1ca8cd0a7dfd, TooManyPublicKeys: Processing your request will cause you to exceed the maximum number of CloudFront public keys allowed.
        
          with aws_cloudfront_public_key.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_public_key" "test":
          12: resource "aws_cloudfront_public_key" "test" {
        
--- FAIL: TestAccCloudFrontFieldLevelEncryptionProfile_disappears (12.39s)
=== CONT  TestAccCloudFrontDistribution_originGroups
--- PASS: TestAccCloudFrontRealtimeLogConfigDataSource_basic (69.20s)
=== CONT  TestAccCloudFrontFunction_publish
=== NAME  TestAccCloudFrontFieldLevelEncryptionProfile_basic
    field_level_encryption_profile_test.go:28: Step 1/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Public Key (tf-acc-test-3592452028233945217): operation error CloudFront: CreatePublicKey, https response error StatusCode: 400, RequestID: 9085ee8b-46a8-429e-9d6b-e4394b1357e8, TooManyPublicKeys: Processing your request will cause you to exceed the maximum number of CloudFront public keys allowed.
        
          with aws_cloudfront_public_key.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_public_key" "test":
          12: resource "aws_cloudfront_public_key" "test" {
        
=== NAME  TestAccCloudFrontDistribution_DefaultCacheBehavior_realtimeLogARN
    distribution_test.go:1025: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 02e7313f-1cb3-44c7-bea5-faa86622d163, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 72, in resource "aws_cloudfront_distribution" "test":
          72: resource "aws_cloudfront_distribution" "test" {
        
--- FAIL: TestAccCloudFrontFieldLevelEncryptionProfile_basic (14.36s)
=== CONT  TestAccCloudFrontFunction_associated
=== NAME  TestAccCloudFrontFieldLevelEncryptionConfig_disappears
    field_level_encryption_config_test.go:93: Step 1/1 error: Error running apply: exit status 1
        
        Error: creating CloudFront Public Key (tf-acc-test-8453372215014859566): operation error CloudFront: CreatePublicKey, https response error StatusCode: 400, RequestID: 9383652e-8216-4fdb-8983-7ee9b80e9099, TooManyPublicKeys: Processing your request will cause you to exceed the maximum number of CloudFront public keys allowed.
        
          with aws_cloudfront_public_key.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_public_key" "test":
          12: resource "aws_cloudfront_public_key" "test" {
        
=== NAME  TestAccCloudFrontDistribution_OrderedCacheBehavior_realtimeLogARN
    distribution_test.go:1060: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: cec50ce2-1fc7-4ae2-ab38-c70b8903cb06, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 72, in resource "aws_cloudfront_distribution" "test":
          72: resource "aws_cloudfront_distribution" "test" {
        
--- FAIL: TestAccCloudFrontFieldLevelEncryptionConfig_disappears (14.32s)
=== CONT  TestAccCloudFrontFunction_Update_comment
--- FAIL: TestAccCloudFrontOriginAccessIdentitiesDataSource_all (26.21s)
=== CONT  TestAccCloudFrontFunction_UpdateCodeAndPublish
=== NAME  TestAccCloudFrontFieldLevelEncryptionConfig_basic
    field_level_encryption_config_test.go:28: Step 1/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Public Key (tf-acc-test-2551500906248841605): operation error CloudFront: CreatePublicKey, https response error StatusCode: 400, RequestID: d06ffa83-c255-4c36-9130-92a7a2da9207, TooManyPublicKeys: Processing your request will cause you to exceed the maximum number of CloudFront public keys allowed.
        
          with aws_cloudfront_public_key.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_public_key" "test":
          12: resource "aws_cloudfront_public_key" "test" {
        
=== NAME  TestAccCloudFrontDistribution_Origin_connectionTimeout
    distribution_test.go:548: Step 3/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 33a61f49-fb41-48db-894a-46b9e7bc9256, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 104, in resource "aws_cloudfront_distribution" "test":
         104: resource "aws_cloudfront_distribution" "test" {
        
=== NAME  TestAccCloudFrontKeyGroup_items
    key_group_test.go:120: Step 3/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Public Key (tf-acc-test-5626673339326135684-second): operation error CloudFront: CreatePublicKey, https response error StatusCode: 400, RequestID: 537edea8-8024-448f-8ee8-c1d2a228ffba, TooManyPublicKeys: Processing your request will cause you to exceed the maximum number of CloudFront public keys allowed.
        
          with aws_cloudfront_public_key.test2,
          on terraform_plugin_test.tf line 18, in resource "aws_cloudfront_public_key" "test2":
          18: resource "aws_cloudfront_public_key" "test2" {
        
--- FAIL: TestAccCloudFrontFieldLevelEncryptionConfig_basic (16.02s)
=== CONT  TestAccCloudFrontFunction_disappears
--- FAIL: TestAccCloudFrontKeyGroup_items (53.67s)
=== CONT  TestAccCloudFrontDistribution_enabled
=== NAME  TestAccCloudFrontFunction_associated
    function_test.go:144: Step 1/4 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: bc0cbbf9-26a2-4d6b-824f-3b61e4e0feaa, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
--- PASS: TestAccCloudFrontPublicKey_update (67.94s)
=== CONT  TestAccCloudFrontDistribution_Origin_connectionAttempts
--- PASS: TestAccCloudFrontOriginAccessIdentityDataSource_basic (39.33s)
=== CONT  TestAccCloudFrontFunction_Update_code
=== NAME  TestAccCloudFrontDistribution_originGroups
    distribution_test.go:1663: Step 1/1 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 04f55400-2c7b-4685-b6d6-9589305c2383, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.failover_distribution,
          on terraform_plugin_test.tf line 72, in resource "aws_cloudfront_distribution" "failover_distribution":
          72: resource "aws_cloudfront_distribution" "failover_distribution" {
        
--- PASS: TestAccCloudFrontRealtimeLogConfig_basic (82.12s)
--- FAIL: TestAccCloudFrontDistribution_DefaultCacheBehavior_realtimeLogARN (55.22s)
--- PASS: TestAccCloudFrontResponseHeadersPolicy_customHeaders (42.94s)
--- PASS: TestAccCloudFrontResponseHeadersPolicy_RemoveHeadersConfig (44.11s)
--- PASS: TestAccCloudFrontOriginAccessIdentity_basic (45.46s)
--- PASS: TestAccCloudFrontKeyValueStore_basic (63.26s)
=== NAME  TestAccCloudFrontDistribution_enabled
    distribution_test.go:1096: Step 1/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 50224a2b-a112-40e8-894f-2eacbf37b7de, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 12, in resource "aws_cloudfront_distribution" "test":
          12: resource "aws_cloudfront_distribution" "test" {
        
--- FAIL: TestAccCloudFrontDistribution_enabled (9.42s)
--- FAIL: TestAccCloudFrontDistribution_OrderedCacheBehavior_realtimeLogARN (54.49s)
--- FAIL: TestAccCloudFrontFunction_associated (24.62s)
--- PASS: TestAccCloudFrontKeyGroup_comment (64.03s)
--- FAIL: TestAccCloudFrontDistribution_originGroups (31.42s)
--- FAIL: TestAccCloudFrontDistribution_Origin_connectionTimeout (128.46s)
--- PASS: TestAccCloudFrontResponseHeadersPolicy_serverTimingHeaders (109.27s)
--- PASS: TestAccCloudFrontFunction_disappears (27.75s)
--- PASS: TestAccCloudFrontFunction_publish (51.21s)
--- PASS: TestAccCloudFrontFunction_UpdateCodeAndPublish (48.09s)
--- PASS: TestAccCloudFrontFunction_Update_comment (49.97s)
--- PASS: TestAccCloudFrontFunction_Update_code (42.12s)
=== NAME  TestAccCloudFrontDistribution_Origin_connectionAttempts
    distribution_test.go:512: Step 3/3 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: operation error CloudFront: CreateDistributionWithTags, https response error StatusCode: 403, RequestID: 1e6475be-7c93-4c57-b121-59ee573bf52c, AccessDenied: Your account must be verified before you can add new CloudFront resources. To verify your account, please contact AWS Support (https://console.aws.amazon.com/support/home#/) and include this error message.
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 104, in resource "aws_cloudfront_distribution" "test":
         104: resource "aws_cloudfront_distribution" "test" {
        
--- PASS: TestAccCloudFrontFunction_KeyValueStoreAssociations (114.15s)
--- FAIL: TestAccCloudFrontDistribution_Origin_connectionAttempts (58.39s)
FAIL
FAIL    github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 247.158s
FAIL
make: *** [testacc] Error 1

…d plan is stale. The given plan file can no longer be applied because the state was changed by another operation after the plan was created.".
@github-actions github-actions bot added linter Pertains to changes to or issues with the various linters. client-connections Pertains to the AWS Client and service connections. flex Pertains to FLatteners and EXpanders. verify Pertains to the verify package (i.e., provider-level validating, diff suppression, etc.) labels Apr 25, 2024
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

% ACCTEST_TIMEOUT=720m make testacc TESTARGS='-run=TestAccCloudFront' PKG=cloudfront ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/cloudfront/... -v -count 1 -parallel 3  -run=TestAccCloudFront -timeout 720m
=== RUN   TestAccCloudFrontCachePolicyDataSource_basic
=== PAUSE TestAccCloudFrontCachePolicyDataSource_basic
=== RUN   TestAccCloudFrontCachePolicy_basic
=== PAUSE TestAccCloudFrontCachePolicy_basic
=== RUN   TestAccCloudFrontCachePolicy_disappears
=== PAUSE TestAccCloudFrontCachePolicy_disappears
=== RUN   TestAccCloudFrontCachePolicy_Items
=== PAUSE TestAccCloudFrontCachePolicy_Items
=== RUN   TestAccCloudFrontCachePolicy_ZeroTTLs
=== PAUSE TestAccCloudFrontCachePolicy_ZeroTTLs
=== RUN   TestAccCloudFrontContinuousDeploymentPolicy_basic
=== PAUSE TestAccCloudFrontContinuousDeploymentPolicy_basic
=== RUN   TestAccCloudFrontContinuousDeploymentPolicy_disappears
=== PAUSE TestAccCloudFrontContinuousDeploymentPolicy_disappears
=== RUN   TestAccCloudFrontContinuousDeploymentPolicy_trafficConfig
=== PAUSE TestAccCloudFrontContinuousDeploymentPolicy_trafficConfig
=== RUN   TestAccCloudFrontContinuousDeploymentPolicy_domainChange
=== PAUSE TestAccCloudFrontContinuousDeploymentPolicy_domainChange
=== RUN   TestAccCloudFrontDistributionDataSource_basic
=== PAUSE TestAccCloudFrontDistributionDataSource_basic
=== RUN   TestAccCloudFrontDistribution_basic
=== PAUSE TestAccCloudFrontDistribution_basic
=== RUN   TestAccCloudFrontDistribution_disappears
=== PAUSE TestAccCloudFrontDistribution_disappears
=== RUN   TestAccCloudFrontDistribution_tags
=== PAUSE TestAccCloudFrontDistribution_tags
=== RUN   TestAccCloudFrontDistribution_s3Origin
=== PAUSE TestAccCloudFrontDistribution_s3Origin
=== RUN   TestAccCloudFrontDistribution_customOrigin
=== PAUSE TestAccCloudFrontDistribution_customOrigin
=== RUN   TestAccCloudFrontDistribution_originPolicyDefault
=== PAUSE TestAccCloudFrontDistribution_originPolicyDefault
=== RUN   TestAccCloudFrontDistribution_originPolicyOrdered
=== PAUSE TestAccCloudFrontDistribution_originPolicyOrdered
=== RUN   TestAccCloudFrontDistribution_multiOrigin
=== PAUSE TestAccCloudFrontDistribution_multiOrigin
=== RUN   TestAccCloudFrontDistribution_orderedCacheBehavior
=== PAUSE TestAccCloudFrontDistribution_orderedCacheBehavior
=== RUN   TestAccCloudFrontDistribution_orderedCacheBehaviorCachePolicy
=== PAUSE TestAccCloudFrontDistribution_orderedCacheBehaviorCachePolicy
=== RUN   TestAccCloudFrontDistribution_orderedCacheBehaviorResponseHeadersPolicy
=== PAUSE TestAccCloudFrontDistribution_orderedCacheBehaviorResponseHeadersPolicy
=== RUN   TestAccCloudFrontDistribution_forwardedValuesToCachePolicy
=== PAUSE TestAccCloudFrontDistribution_forwardedValuesToCachePolicy
=== RUN   TestAccCloudFrontDistribution_Origin_emptyDomainName
=== PAUSE TestAccCloudFrontDistribution_Origin_emptyDomainName
=== RUN   TestAccCloudFrontDistribution_Origin_emptyOriginID
=== PAUSE TestAccCloudFrontDistribution_Origin_emptyOriginID
=== RUN   TestAccCloudFrontDistribution_Origin_connectionAttempts
=== PAUSE TestAccCloudFrontDistribution_Origin_connectionAttempts
=== RUN   TestAccCloudFrontDistribution_Origin_connectionTimeout
=== PAUSE TestAccCloudFrontDistribution_Origin_connectionTimeout
=== RUN   TestAccCloudFrontDistribution_Origin_originShield
=== PAUSE TestAccCloudFrontDistribution_Origin_originShield
=== RUN   TestAccCloudFrontDistribution_Origin_originAccessControl
=== PAUSE TestAccCloudFrontDistribution_Origin_originAccessControl
=== RUN   TestAccCloudFrontDistribution_noOptionalItems
=== PAUSE TestAccCloudFrontDistribution_noOptionalItems
=== RUN   TestAccCloudFrontDistribution_http11
=== PAUSE TestAccCloudFrontDistribution_http11
=== RUN   TestAccCloudFrontDistribution_isIPV6Enabled
=== PAUSE TestAccCloudFrontDistribution_isIPV6Enabled
=== RUN   TestAccCloudFrontDistribution_noCustomErrorResponse
=== PAUSE TestAccCloudFrontDistribution_noCustomErrorResponse
=== RUN   TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValuesCookies_whitelistedNames
=== PAUSE TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValuesCookies_whitelistedNames
=== RUN   TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValues_headers
=== PAUSE TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValues_headers
=== RUN   TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedKeyGroups
=== PAUSE TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedKeyGroups
=== RUN   TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedSigners
=== PAUSE TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedSigners
=== RUN   TestAccCloudFrontDistribution_DefaultCacheBehavior_realtimeLogARN
=== PAUSE TestAccCloudFrontDistribution_DefaultCacheBehavior_realtimeLogARN
=== RUN   TestAccCloudFrontDistribution_OrderedCacheBehavior_realtimeLogARN
=== PAUSE TestAccCloudFrontDistribution_OrderedCacheBehavior_realtimeLogARN
=== RUN   TestAccCloudFrontDistribution_enabled
=== PAUSE TestAccCloudFrontDistribution_enabled
=== RUN   TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValuesCookies_whitelistedNames
=== PAUSE TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValuesCookies_whitelistedNames
=== RUN   TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValues_headers
=== PAUSE TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValues_headers
=== RUN   TestAccCloudFrontDistribution_ViewerCertificate_acmCertificateARN
=== PAUSE TestAccCloudFrontDistribution_ViewerCertificate_acmCertificateARN
=== RUN   TestAccCloudFrontDistribution_ViewerCertificateACMCertificateARN_conflictsWithCloudFrontDefaultCertificate
=== PAUSE TestAccCloudFrontDistribution_ViewerCertificateACMCertificateARN_conflictsWithCloudFrontDefaultCertificate
=== RUN   TestAccCloudFrontDistribution_waitForDeployment
=== PAUSE TestAccCloudFrontDistribution_waitForDeployment
=== RUN   TestAccCloudFrontDistribution_preconditionFailed
=== PAUSE TestAccCloudFrontDistribution_preconditionFailed
=== RUN   TestAccCloudFrontDistribution_originGroups
=== PAUSE TestAccCloudFrontDistribution_originGroups
=== RUN   TestAccCloudFrontFieldLevelEncryptionConfig_basic
=== PAUSE TestAccCloudFrontFieldLevelEncryptionConfig_basic
=== RUN   TestAccCloudFrontFieldLevelEncryptionConfig_disappears
=== PAUSE TestAccCloudFrontFieldLevelEncryptionConfig_disappears
=== RUN   TestAccCloudFrontFieldLevelEncryptionProfile_basic
=== PAUSE TestAccCloudFrontFieldLevelEncryptionProfile_basic
=== RUN   TestAccCloudFrontFieldLevelEncryptionProfile_disappears
=== PAUSE TestAccCloudFrontFieldLevelEncryptionProfile_disappears
=== RUN   TestAccCloudFrontFunctionDataSource_basic
=== PAUSE TestAccCloudFrontFunctionDataSource_basic
=== RUN   TestAccCloudFrontFunction_basic
=== PAUSE TestAccCloudFrontFunction_basic
=== RUN   TestAccCloudFrontFunction_disappears
=== PAUSE TestAccCloudFrontFunction_disappears
=== RUN   TestAccCloudFrontFunction_publish
=== PAUSE TestAccCloudFrontFunction_publish
=== RUN   TestAccCloudFrontFunction_associated
=== PAUSE TestAccCloudFrontFunction_associated
=== RUN   TestAccCloudFrontFunction_Update_code
=== PAUSE TestAccCloudFrontFunction_Update_code
=== RUN   TestAccCloudFrontFunction_UpdateCodeAndPublish
=== PAUSE TestAccCloudFrontFunction_UpdateCodeAndPublish
=== RUN   TestAccCloudFrontFunction_Update_comment
=== PAUSE TestAccCloudFrontFunction_Update_comment
=== RUN   TestAccCloudFrontFunction_KeyValueStoreAssociations
=== PAUSE TestAccCloudFrontFunction_KeyValueStoreAssociations
=== RUN   TestAccCloudFrontKeyGroup_basic
=== PAUSE TestAccCloudFrontKeyGroup_basic
=== RUN   TestAccCloudFrontKeyGroup_disappears
=== PAUSE TestAccCloudFrontKeyGroup_disappears
=== RUN   TestAccCloudFrontKeyGroup_comment
=== PAUSE TestAccCloudFrontKeyGroup_comment
=== RUN   TestAccCloudFrontKeyGroup_items
=== PAUSE TestAccCloudFrontKeyGroup_items
=== RUN   TestAccCloudFrontKeyValueStore_basic
=== PAUSE TestAccCloudFrontKeyValueStore_basic
=== RUN   TestAccCloudFrontKeyValueStore_disappears
=== PAUSE TestAccCloudFrontKeyValueStore_disappears
=== RUN   TestAccCloudFrontKeyValueStore_comment
=== PAUSE TestAccCloudFrontKeyValueStore_comment
=== RUN   TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic
=== PAUSE TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic
=== RUN   TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_default
=== PAUSE TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_default
=== RUN   TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_cn
=== PAUSE TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_cn
=== RUN   TestAccCloudFrontMonitoringSubscription_basic
=== PAUSE TestAccCloudFrontMonitoringSubscription_basic
=== RUN   TestAccCloudFrontMonitoringSubscription_disappears
=== PAUSE TestAccCloudFrontMonitoringSubscription_disappears
=== RUN   TestAccCloudFrontMonitoringSubscription_update
=== PAUSE TestAccCloudFrontMonitoringSubscription_update
=== 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
=== RUN   TestAccCloudFrontOriginAccessControl_lambdaOriginType
=== PAUSE TestAccCloudFrontOriginAccessControl_lambdaOriginType
=== RUN   TestAccCloudFrontOriginAccessControl_mediaPackageV2Type
=== PAUSE TestAccCloudFrontOriginAccessControl_mediaPackageV2Type
=== RUN   TestAccCloudFrontOriginAccessIdentitiesDataSource_comments
=== PAUSE TestAccCloudFrontOriginAccessIdentitiesDataSource_comments
=== RUN   TestAccCloudFrontOriginAccessIdentitiesDataSource_all
=== PAUSE TestAccCloudFrontOriginAccessIdentitiesDataSource_all
=== RUN   TestAccCloudFrontOriginAccessIdentityDataSource_basic
=== PAUSE TestAccCloudFrontOriginAccessIdentityDataSource_basic
=== RUN   TestAccCloudFrontOriginAccessIdentity_basic
=== PAUSE TestAccCloudFrontOriginAccessIdentity_basic
=== RUN   TestAccCloudFrontOriginAccessIdentity_noComment
=== PAUSE TestAccCloudFrontOriginAccessIdentity_noComment
=== RUN   TestAccCloudFrontOriginAccessIdentity_disappears
=== PAUSE TestAccCloudFrontOriginAccessIdentity_disappears
=== RUN   TestAccCloudFrontOriginRequestPolicyDataSource_basic
=== PAUSE TestAccCloudFrontOriginRequestPolicyDataSource_basic
=== RUN   TestAccCloudFrontOriginRequestPolicy_basic
=== PAUSE TestAccCloudFrontOriginRequestPolicy_basic
=== RUN   TestAccCloudFrontOriginRequestPolicy_disappears
=== PAUSE TestAccCloudFrontOriginRequestPolicy_disappears
=== RUN   TestAccCloudFrontOriginRequestPolicy_Items
=== PAUSE TestAccCloudFrontOriginRequestPolicy_Items
=== RUN   TestAccCloudFrontPublicKey_basic
=== PAUSE TestAccCloudFrontPublicKey_basic
=== RUN   TestAccCloudFrontPublicKey_disappears
=== PAUSE TestAccCloudFrontPublicKey_disappears
=== RUN   TestAccCloudFrontPublicKey_nameGenerated
=== PAUSE TestAccCloudFrontPublicKey_nameGenerated
=== RUN   TestAccCloudFrontPublicKey_namePrefix
=== PAUSE TestAccCloudFrontPublicKey_namePrefix
=== RUN   TestAccCloudFrontPublicKey_update
=== PAUSE TestAccCloudFrontPublicKey_update
=== RUN   TestAccCloudFrontRealtimeLogConfigDataSource_basic
=== PAUSE TestAccCloudFrontRealtimeLogConfigDataSource_basic
=== RUN   TestAccCloudFrontRealtimeLogConfig_basic
=== PAUSE TestAccCloudFrontRealtimeLogConfig_basic
=== RUN   TestAccCloudFrontRealtimeLogConfig_disappears
=== PAUSE TestAccCloudFrontRealtimeLogConfig_disappears
=== RUN   TestAccCloudFrontRealtimeLogConfig_updates
=== PAUSE TestAccCloudFrontRealtimeLogConfig_updates
=== RUN   TestAccCloudFrontResponseHeadersPolicyDataSource_basic
=== PAUSE TestAccCloudFrontResponseHeadersPolicyDataSource_basic
=== RUN   TestAccCloudFrontResponseHeadersPolicy_cors
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_cors
=== RUN   TestAccCloudFrontResponseHeadersPolicy_customHeaders
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_customHeaders
=== RUN   TestAccCloudFrontResponseHeadersPolicy_RemoveHeadersConfig
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_RemoveHeadersConfig
=== RUN   TestAccCloudFrontResponseHeadersPolicy_securityHeaders
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_securityHeaders
=== RUN   TestAccCloudFrontResponseHeadersPolicy_serverTimingHeaders
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_serverTimingHeaders
=== RUN   TestAccCloudFrontResponseHeadersPolicy_disappears
=== PAUSE TestAccCloudFrontResponseHeadersPolicy_disappears
=== CONT  TestAccCloudFrontCachePolicyDataSource_basic
=== CONT  TestAccCloudFrontOriginRequestPolicy_disappears
=== CONT  TestAccCloudFrontDistribution_preconditionFailed
--- PASS: TestAccCloudFrontCachePolicyDataSource_basic (17.54s)
=== CONT  TestAccCloudFrontRealtimeLogConfig_disappears
--- PASS: TestAccCloudFrontOriginRequestPolicy_disappears (18.08s)
=== CONT  TestAccCloudFrontResponseHeadersPolicy_disappears
--- PASS: TestAccCloudFrontResponseHeadersPolicy_disappears (14.88s)
=== CONT  TestAccCloudFrontResponseHeadersPolicy_serverTimingHeaders
--- PASS: TestAccCloudFrontRealtimeLogConfig_disappears (49.12s)
=== CONT  TestAccCloudFrontResponseHeadersPolicy_securityHeaders
--- PASS: TestAccCloudFrontResponseHeadersPolicy_serverTimingHeaders (50.77s)
=== CONT  TestAccCloudFrontResponseHeadersPolicy_RemoveHeadersConfig
--- PASS: TestAccCloudFrontResponseHeadersPolicy_securityHeaders (29.99s)
=== CONT  TestAccCloudFrontResponseHeadersPolicy_customHeaders
--- PASS: TestAccCloudFrontResponseHeadersPolicy_RemoveHeadersConfig (18.40s)
=== CONT  TestAccCloudFrontResponseHeadersPolicy_cors
--- PASS: TestAccCloudFrontResponseHeadersPolicy_customHeaders (18.80s)
=== CONT  TestAccCloudFrontResponseHeadersPolicyDataSource_basic
--- PASS: TestAccCloudFrontResponseHeadersPolicyDataSource_basic (15.83s)
=== CONT  TestAccCloudFrontRealtimeLogConfig_updates
--- PASS: TestAccCloudFrontResponseHeadersPolicy_cors (30.99s)
=== CONT  TestAccCloudFrontDistribution_Origin_emptyDomainName
--- PASS: TestAccCloudFrontDistribution_Origin_emptyDomainName (2.39s)
=== CONT  TestAccCloudFrontDistribution_waitForDeployment
--- PASS: TestAccCloudFrontRealtimeLogConfig_updates (84.72s)
=== CONT  TestAccCloudFrontDistribution_ViewerCertificateACMCertificateARN_conflictsWithCloudFrontDefaultCertificate
--- PASS: TestAccCloudFrontDistribution_ViewerCertificateACMCertificateARN_conflictsWithCloudFrontDefaultCertificate (231.46s)
=== CONT  TestAccCloudFrontDistribution_ViewerCertificate_acmCertificateARN
--- PASS: TestAccCloudFrontDistribution_preconditionFailed (535.03s)
=== CONT  TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValues_headers
--- PASS: TestAccCloudFrontDistribution_waitForDeployment (442.24s)
=== CONT  TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValuesCookies_whitelistedNames
--- PASS: TestAccCloudFrontDistribution_ViewerCertificate_acmCertificateARN (211.90s)
=== CONT  TestAccCloudFrontDistribution_enabled
--- PASS: TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValues_headers (202.83s)
=== CONT  TestAccCloudFrontDistribution_OrderedCacheBehavior_realtimeLogARN
--- PASS: TestAccCloudFrontDistribution_OrderedCacheBehaviorForwardedValuesCookies_whitelistedNames (225.34s)
=== CONT  TestAccCloudFrontDistribution_DefaultCacheBehavior_realtimeLogARN
--- PASS: TestAccCloudFrontDistribution_OrderedCacheBehavior_realtimeLogARN (257.94s)
=== CONT  TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedSigners
--- PASS: TestAccCloudFrontDistribution_DefaultCacheBehavior_realtimeLogARN (255.00s)
=== CONT  TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedKeyGroups
--- PASS: TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedSigners (220.99s)
=== CONT  TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValues_headers
--- PASS: TestAccCloudFrontDistribution_DefaultCacheBehavior_trustedKeyGroups (191.18s)
=== CONT  TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValuesCookies_whitelistedNames
--- PASS: TestAccCloudFrontDistribution_enabled (639.11s)
=== CONT  TestAccCloudFrontDistribution_noCustomErrorResponse
--- PASS: TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValues_headers (211.80s)
=== CONT  TestAccCloudFrontDistribution_isIPV6Enabled
--- PASS: TestAccCloudFrontDistribution_DefaultCacheBehaviorForwardedValuesCookies_whitelistedNames (212.49s)
=== CONT  TestAccCloudFrontDistribution_http11
--- PASS: TestAccCloudFrontDistribution_noCustomErrorResponse (478.06s)
=== CONT  TestAccCloudFrontDistribution_noOptionalItems
--- PASS: TestAccCloudFrontDistribution_isIPV6Enabled (472.56s)
=== CONT  TestAccCloudFrontDistribution_Origin_originAccessControl
--- PASS: TestAccCloudFrontDistribution_http11 (442.11s)
=== CONT  TestAccCloudFrontDistribution_Origin_originShield
--- PASS: TestAccCloudFrontDistribution_noOptionalItems (452.88s)
=== CONT  TestAccCloudFrontDistribution_Origin_connectionTimeout
--- PASS: TestAccCloudFrontDistribution_Origin_originShield (466.52s)
=== CONT  TestAccCloudFrontDistribution_Origin_connectionAttempts
--- PASS: TestAccCloudFrontDistribution_Origin_originAccessControl (543.90s)
=== CONT  TestAccCloudFrontDistribution_Origin_emptyOriginID
--- PASS: TestAccCloudFrontDistribution_Origin_emptyOriginID (2.10s)
=== CONT  TestAccCloudFrontDistribution_multiOrigin
--- PASS: TestAccCloudFrontDistribution_Origin_connectionTimeout (452.60s)
=== CONT  TestAccCloudFrontDistribution_forwardedValuesToCachePolicy
--- PASS: TestAccCloudFrontDistribution_Origin_connectionAttempts (483.14s)
=== CONT  TestAccCloudFrontDistribution_orderedCacheBehaviorResponseHeadersPolicy
--- PASS: TestAccCloudFrontDistribution_multiOrigin (420.90s)
=== CONT  TestAccCloudFrontDistribution_orderedCacheBehaviorCachePolicy
--- PASS: TestAccCloudFrontDistribution_forwardedValuesToCachePolicy (800.94s)
=== CONT  TestAccCloudFrontDistribution_disappears
--- PASS: TestAccCloudFrontDistribution_orderedCacheBehaviorCachePolicy (614.31s)
=== CONT  TestAccCloudFrontDistribution_originPolicyOrdered
--- PASS: TestAccCloudFrontDistribution_orderedCacheBehaviorResponseHeadersPolicy (635.02s)
=== CONT  TestAccCloudFrontDistribution_originPolicyDefault
--- PASS: TestAccCloudFrontDistribution_disappears (230.15s)
=== CONT  TestAccCloudFrontDistribution_orderedCacheBehavior
--- PASS: TestAccCloudFrontDistribution_originPolicyDefault (459.57s)
=== CONT  TestAccCloudFrontDistribution_customOrigin
--- PASS: TestAccCloudFrontDistribution_originPolicyOrdered (471.34s)
=== CONT  TestAccCloudFrontDistribution_s3Origin
--- PASS: TestAccCloudFrontDistribution_orderedCacheBehavior (440.25s)
=== CONT  TestAccCloudFrontDistribution_tags
--- PASS: TestAccCloudFrontDistribution_tags (253.36s)
=== CONT  TestAccCloudFrontCachePolicy_Items
--- PASS: TestAccCloudFrontCachePolicy_Items (27.22s)
=== CONT  TestAccCloudFrontContinuousDeploymentPolicy_disappears
--- PASS: TestAccCloudFrontDistribution_s3Origin (482.15s)
=== CONT  TestAccCloudFrontContinuousDeploymentPolicy_basic
--- PASS: TestAccCloudFrontDistribution_customOrigin (491.07s)
=== CONT  TestAccCloudFrontDistribution_basic
--- PASS: TestAccCloudFrontDistribution_basic (245.37s)
=== CONT  TestAccCloudFrontCachePolicy_ZeroTTLs
--- PASS: TestAccCloudFrontCachePolicy_ZeroTTLs (16.88s)
=== CONT  TestAccCloudFrontDistributionDataSource_basic
--- PASS: TestAccCloudFrontContinuousDeploymentPolicy_disappears (446.71s)
=== CONT  TestAccCloudFrontCachePolicy_disappears
--- PASS: TestAccCloudFrontCachePolicy_disappears (14.39s)
=== CONT  TestAccCloudFrontContinuousDeploymentPolicy_domainChange
--- PASS: TestAccCloudFrontContinuousDeploymentPolicy_basic (798.27s)
=== CONT  TestAccCloudFrontCachePolicy_basic
--- PASS: TestAccCloudFrontCachePolicy_basic (18.40s)
=== CONT  TestAccCloudFrontContinuousDeploymentPolicy_trafficConfig
--- PASS: TestAccCloudFrontDistributionDataSource_basic (239.20s)
=== CONT  TestAccCloudFrontPublicKey_namePrefix
--- PASS: TestAccCloudFrontPublicKey_namePrefix (19.57s)
=== CONT  TestAccCloudFrontRealtimeLogConfigDataSource_basic
--- PASS: TestAccCloudFrontRealtimeLogConfigDataSource_basic (47.35s)
=== CONT  TestAccCloudFrontPublicKey_update
--- PASS: TestAccCloudFrontPublicKey_update (28.30s)
=== CONT  TestAccCloudFrontRealtimeLogConfig_basic
--- PASS: TestAccCloudFrontRealtimeLogConfig_basic (52.17s)
=== CONT  TestAccCloudFrontPublicKey_disappears
--- PASS: TestAccCloudFrontPublicKey_disappears (14.66s)
=== CONT  TestAccCloudFrontPublicKey_basic
--- PASS: TestAccCloudFrontPublicKey_basic (17.18s)
=== CONT  TestAccCloudFrontPublicKey_nameGenerated
--- PASS: TestAccCloudFrontPublicKey_nameGenerated (17.83s)
=== CONT  TestAccCloudFrontFunction_Update_code
--- PASS: TestAccCloudFrontFunction_Update_code (37.34s)
=== CONT  TestAccCloudFrontKeyValueStore_comment
--- PASS: TestAccCloudFrontKeyValueStore_comment (54.49s)
=== CONT  TestAccCloudFrontKeyValueStore_disappears
--- PASS: TestAccCloudFrontKeyValueStore_disappears (30.19s)
=== CONT  TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic
--- PASS: TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic (10.38s)
=== CONT  TestAccCloudFrontOriginRequestPolicy_basic
--- PASS: TestAccCloudFrontContinuousDeploymentPolicy_domainChange (985.02s)
=== CONT  TestAccCloudFrontKeyValueStore_basic
--- PASS: TestAccCloudFrontOriginRequestPolicy_basic (17.21s)
=== CONT  TestAccCloudFrontOriginRequestPolicyDataSource_basic
--- PASS: TestAccCloudFrontOriginRequestPolicyDataSource_basic (14.41s)
=== CONT  TestAccCloudFrontKeyGroup_items
--- PASS: TestAccCloudFrontKeyValueStore_basic (34.81s)
=== CONT  TestAccCloudFrontOriginAccessIdentity_disappears
--- PASS: TestAccCloudFrontKeyGroup_items (30.72s)
=== CONT  TestAccCloudFrontKeyGroup_comment
--- PASS: TestAccCloudFrontOriginAccessIdentity_disappears (17.14s)
=== CONT  TestAccCloudFrontOriginAccessIdentity_noComment
--- PASS: TestAccCloudFrontOriginAccessIdentity_noComment (19.74s)
=== CONT  TestAccCloudFrontOriginAccessIdentity_basic
--- PASS: TestAccCloudFrontKeyGroup_comment (32.47s)
=== CONT  TestAccCloudFrontKeyGroup_disappears
--- PASS: TestAccCloudFrontOriginAccessIdentity_basic (21.21s)
=== CONT  TestAccCloudFrontOriginAccessIdentityDataSource_basic
--- PASS: TestAccCloudFrontKeyGroup_disappears (16.44s)
=== CONT  TestAccCloudFrontOriginAccessIdentitiesDataSource_all
--- PASS: TestAccCloudFrontContinuousDeploymentPolicy_trafficConfig (883.65s)
=== CONT  TestAccCloudFrontKeyGroup_basic
--- PASS: TestAccCloudFrontOriginAccessIdentitiesDataSource_all (19.39s)
=== CONT  TestAccCloudFrontOriginAccessIdentitiesDataSource_comments
--- PASS: TestAccCloudFrontOriginAccessIdentityDataSource_basic (21.28s)
=== CONT  TestAccCloudFrontOriginAccessControl_mediaPackageV2Type
--- PASS: TestAccCloudFrontKeyGroup_basic (24.72s)
=== CONT  TestAccCloudFrontFunction_KeyValueStoreAssociations
--- PASS: TestAccCloudFrontOriginAccessIdentitiesDataSource_comments (19.84s)
=== CONT  TestAccCloudFrontOriginAccessControl_lambdaOriginType
--- PASS: TestAccCloudFrontOriginAccessControl_mediaPackageV2Type (19.66s)
=== CONT  TestAccCloudFrontOriginAccessControl_SigningBehavior
--- PASS: TestAccCloudFrontOriginAccessControl_lambdaOriginType (20.49s)
=== CONT  TestAccCloudFrontOriginAccessControl_Description
--- PASS: TestAccCloudFrontOriginAccessControl_SigningBehavior (33.80s)
=== CONT  TestAccCloudFrontOriginAccessControl_Name
--- PASS: TestAccCloudFrontOriginAccessControl_Name (31.26s)
=== CONT  TestAccCloudFrontOriginAccessControl_disappears
--- PASS: TestAccCloudFrontOriginAccessControl_Description (53.81s)
=== CONT  TestAccCloudFrontOriginAccessControl_basic
--- PASS: TestAccCloudFrontFunction_KeyValueStoreAssociations (90.26s)
=== CONT  TestAccCloudFrontFunction_Update_comment
--- PASS: TestAccCloudFrontOriginAccessControl_disappears (17.83s)
=== CONT  TestAccCloudFrontMonitoringSubscription_update
--- PASS: TestAccCloudFrontOriginAccessControl_basic (20.31s)
=== CONT  TestAccCloudFrontMonitoringSubscription_disappears
--- PASS: TestAccCloudFrontFunction_Update_comment (39.98s)
=== CONT  TestAccCloudFrontFunction_UpdateCodeAndPublish
--- PASS: TestAccCloudFrontFunction_UpdateCodeAndPublish (34.31s)
=== RUN   TestAccCloudFrontMonitoringSubscription_update
    monitoring_subscription_test.go:75: MonitoringSubscriptionAlreadyExists: A monitoring subscription already exists for this distribution
--- SKIP: TestAccCloudFrontMonitoringSubscription_update (0.00s)
=== CONT  TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_cn
--- PASS: TestAccCloudFrontMonitoringSubscription_disappears (468.87s)
=== CONT  TestAccCloudFrontOriginRequestPolicy_Items
--- PASS: TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_cn (11.30s)
=== CONT  TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_default
--- PASS: TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_default (11.51s)
=== CONT  TestAccCloudFrontFunctionDataSource_basic
--- PASS: TestAccCloudFrontOriginRequestPolicy_Items (29.59s)
=== CONT  TestAccCloudFrontFieldLevelEncryptionConfig_disappears
--- PASS: TestAccCloudFrontMonitoringSubscription_basic (451.51s)
=== CONT  TestAccCloudFrontFunction_associated
--- PASS: TestAccCloudFrontFieldLevelEncryptionConfig_disappears (16.44s)
=== CONT  TestAccCloudFrontFieldLevelEncryptionProfile_disappears
--- PASS: TestAccCloudFrontFunctionDataSource_basic (35.70s)
=== CONT  TestAccCloudFrontFunction_publish
--- PASS: TestAccCloudFrontFieldLevelEncryptionProfile_disappears (16.02s)
=== CONT  TestAccCloudFrontFieldLevelEncryptionProfile_basic
--- PASS: TestAccCloudFrontFunction_publish (37.15s)
=== CONT  TestAccCloudFrontFunction_disappears
--- PASS: TestAccCloudFrontFieldLevelEncryptionProfile_basic (32.08s)
=== CONT  TestAccCloudFrontFunction_basic
--- PASS: TestAccCloudFrontFunction_disappears (21.14s)
=== CONT  TestAccCloudFrontFieldLevelEncryptionConfig_basic
--- PASS: TestAccCloudFrontFunction_basic (23.41s)
=== CONT  TestAccCloudFrontDistribution_originGroups
--- PASS: TestAccCloudFrontFieldLevelEncryptionConfig_basic (30.19s)
--- PASS: TestAccCloudFrontFunction_associated (468.94s)
--- PASS: TestAccCloudFrontDistribution_originGroups (458.09s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront	6571.528s

@ewbankkit
Copy link
Contributor

@surajsubramanian Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit b9fa8a7 into hashicorp:main Apr 26, 2024
46 checks passed
@github-actions github-actions bot added this to the v5.48.0 milestone Apr 26, 2024
Copy link

github-actions bot commented May 2, 2024

This functionality has been released in v5.48.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!

@surajsubramanian surajsubramanian deleted the refactor/aws-sdk-go-v2-upgrade branch May 13, 2024 17:09
Copy link

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
aws-sdk-go-migration Issues that are related to the providers migration to AWS SDK for Go v2. client-connections Pertains to the AWS Client and service connections. flex Pertains to FLatteners and EXpanders. generators Relates to code generators. linter Pertains to changes to or issues with the various linters. service/cloudfront Issues and PRs that pertain to the cloudfront service. size/XL Managed by automation to categorize the size of a PR. sweeper Pertains to changes to or issues with the sweeper. tags Pertains to resource tagging. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. verify Pertains to the verify package (i.e., provider-level validating, diff suppression, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[AWS SDK for Go Migration] CloudFront Service
2 participants