-
Notifications
You must be signed in to change notification settings - Fork 2
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
Optional s3 params #1
base: f-aws_s3_bucket
Are you sure you want to change the base?
Optional s3 params #1
Conversation
Correct `Core Services` link
Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccCloudFrontFieldLevelEncryptionConfig_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccCloudFrontFieldLevelEncryptionConfig_ -timeout 180m === RUN TestAccCloudFrontFieldLevelEncryptionConfig_basic === PAUSE TestAccCloudFrontFieldLevelEncryptionConfig_basic === RUN TestAccCloudFrontFieldLevelEncryptionConfig_disappears === PAUSE TestAccCloudFrontFieldLevelEncryptionConfig_disappears === CONT TestAccCloudFrontFieldLevelEncryptionConfig_basic === CONT TestAccCloudFrontFieldLevelEncryptionConfig_disappears --- PASS: TestAccCloudFrontFieldLevelEncryptionConfig_disappears (11.57s) --- PASS: TestAccCloudFrontFieldLevelEncryptionConfig_basic (21.39s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 24.844s
…tionConfigByID' return NotFoundError. Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccCloudFrontFieldLevelEncryptionConfig_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccCloudFrontFieldLevelEncryptionConfig_ -timeout 180m === RUN TestAccCloudFrontFieldLevelEncryptionConfig_basic === PAUSE TestAccCloudFrontFieldLevelEncryptionConfig_basic === RUN TestAccCloudFrontFieldLevelEncryptionConfig_disappears === PAUSE TestAccCloudFrontFieldLevelEncryptionConfig_disappears === CONT TestAccCloudFrontFieldLevelEncryptionConfig_basic === CONT TestAccCloudFrontFieldLevelEncryptionConfig_disappears --- PASS: TestAccCloudFrontFieldLevelEncryptionConfig_disappears (11.54s) --- PASS: TestAccCloudFrontFieldLevelEncryptionConfig_basic (21.72s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 25.401s
…loudFrontFieldLevelEncryptionProfileExists' and 'testAccCheckCloudFrontFieldLevelEncryptionProfileDestroy'. Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccCloudFrontFieldLevelEncryptionProfile_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccCloudFrontFieldLevelEncryptionProfile_ -timeout 180m === RUN TestAccCloudFrontFieldLevelEncryptionProfile_basic === PAUSE TestAccCloudFrontFieldLevelEncryptionProfile_basic === RUN TestAccCloudFrontFieldLevelEncryptionProfile_disappears === PAUSE TestAccCloudFrontFieldLevelEncryptionProfile_disappears === CONT TestAccCloudFrontFieldLevelEncryptionProfile_basic === CONT TestAccCloudFrontFieldLevelEncryptionProfile_disappears --- PASS: TestAccCloudFrontFieldLevelEncryptionProfile_disappears (11.53s) --- PASS: TestAccCloudFrontFieldLevelEncryptionProfile_basic (21.52s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 24.812s
…ic-parse_record_id Added index check for parsing record ID to avoid panic
Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccCloudFrontFieldLevelEncryptionConfig_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccCloudFrontFieldLevelEncryptionConfig_ -timeout 180m === RUN TestAccCloudFrontFieldLevelEncryptionConfig_basic === PAUSE TestAccCloudFrontFieldLevelEncryptionConfig_basic === RUN TestAccCloudFrontFieldLevelEncryptionConfig_disappears === PAUSE TestAccCloudFrontFieldLevelEncryptionConfig_disappears === CONT TestAccCloudFrontFieldLevelEncryptionConfig_basic === CONT TestAccCloudFrontFieldLevelEncryptionConfig_disappears --- PASS: TestAccCloudFrontFieldLevelEncryptionConfig_disappears (11.64s) --- PASS: TestAccCloudFrontFieldLevelEncryptionConfig_basic (23.88s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 27.326s
r/aws_cloudfront_field_level_encryption_profile: Add sweeper. Acceptance test output: % make sweep SWEEPARGS=-sweep-run=aws_cloudfront_field_level_encryption_profile SWEEP=us-west-2 WARNING: This will destroy infrastructure. Use only in development accounts. go test ./internal/sweep -v -tags=sweep -sweep=us-west-2 -sweep-run=aws_cloudfront_field_level_encryption_profile -timeout 60m 2021/11/09 13:42:54 [DEBUG] Running Sweepers for region (us-west-2): 2021/11/09 13:42:54 [DEBUG] Running Sweeper (aws_cloudfront_field_level_encryption_config) in region (us-west-2) 2021/11/09 13:42:54 [INFO] AWS Auth provider used: "EnvProvider" 2021/11/09 13:42:54 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/09 13:42:54 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/09 13:42:55 [DEBUG] Waiting for state to become: [success] 2021/11/09 13:42:55 [DEBUG] Deleting CloudFront Field-level Encryption Config: (C18XZXTNY6SUCE) 2021/11/09 13:42:55 [DEBUG] Completed Sweeper (aws_cloudfront_field_level_encryption_config) in region (us-west-2) in 1.23013676s 2021/11/09 13:42:55 [DEBUG] Sweeper (aws_cloudfront_field_level_encryption_profile) has dependency (aws_cloudfront_field_level_encryption_config), running.. 2021/11/09 13:42:55 [DEBUG] Sweeper (aws_cloudfront_field_level_encryption_config) already ran in region (us-west-2) 2021/11/09 13:42:55 [DEBUG] Running Sweeper (aws_cloudfront_field_level_encryption_profile) in region (us-west-2) 2021/11/09 13:42:56 [DEBUG] Waiting for state to become: [success] 2021/11/09 13:42:56 [DEBUG] Deleting CloudFront Field-level Encryption Profile: (P2F7AY3Y8EBJ5R) 2021/11/09 13:42:56 [DEBUG] Completed Sweeper (aws_cloudfront_field_level_encryption_profile) in region (us-west-2) in 331.21652ms 2021/11/09 13:42:56 Completed Sweepers for region (us-west-2) in 1.561689507s 2021/11/09 13:42:56 Sweeper Tests for region (us-west-2) ran successfully: - aws_cloudfront_field_level_encryption_config - aws_cloudfront_field_level_encryption_profile ok github.com/hashicorp/terraform-provider-aws/internal/sweep 4.665s
Acceptance test output: % make sweep SWEEPARGS=-sweep-run=aws_cloudfront_response_headers_policy SWEEP=us-west-2 WARNING: This will destroy infrastructure. Use only in development accounts. go test ./internal/sweep -v -tags=sweep -sweep=us-west-2 -sweep-run=aws_cloudfront_response_headers_policy -timeout 60m 2021/11/09 13:58:10 [DEBUG] Running Sweepers for region (us-west-2): 2021/11/09 13:58:10 [DEBUG] Running Sweeper (aws_cloudfront_response_headers_policy) in region (us-west-2) 2021/11/09 13:58:10 [INFO] AWS Auth provider used: "EnvProvider" 2021/11/09 13:58:10 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/09 13:58:11 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/09 13:58:12 [DEBUG] Waiting for state to become: [success] 2021/11/09 13:58:12 [DEBUG] Waiting for state to become: [success] 2021/11/09 13:58:12 [DEBUG] Waiting for state to become: [success] 2021/11/09 13:58:12 [DEBUG] Deleting CloudFront Response Headers Policy: (824aa9de-447a-446b-a641-d38e5a5ae606) 2021/11/09 13:58:12 [DEBUG] Deleting CloudFront Response Headers Policy: (6d417b5d-913d-48cb-87aa-73b56e9c58b8) 2021/11/09 13:58:12 [DEBUG] Deleting CloudFront Response Headers Policy: (95fca78d-d257-4207-9e19-abae89465a4b) 2021/11/09 13:58:12 [DEBUG] Completed Sweeper (aws_cloudfront_response_headers_policy) in region (us-west-2) in 1.508706063s
Update bid_percentage argument description
Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccCloudFrontCachePolicy_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccCloudFrontCachePolicy_ -timeout 180m === RUN TestAccCloudFrontCachePolicy_basic === PAUSE TestAccCloudFrontCachePolicy_basic === RUN TestAccCloudFrontCachePolicy_update === PAUSE TestAccCloudFrontCachePolicy_update === RUN TestAccCloudFrontCachePolicy_noneBehavior === PAUSE TestAccCloudFrontCachePolicy_noneBehavior === CONT TestAccCloudFrontCachePolicy_basic === CONT TestAccCloudFrontCachePolicy_noneBehavior === CONT TestAccCloudFrontCachePolicy_update --- PASS: TestAccCloudFrontCachePolicy_noneBehavior (14.04s) --- PASS: TestAccCloudFrontCachePolicy_basic (14.13s) --- PASS: TestAccCloudFrontCachePolicy_update (22.12s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 25.588s
…iguration function names Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccCloudFrontResponseHeadersPolicy_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccCloudFrontResponseHeadersPolicy_ -timeout 180m === RUN TestAccCloudFrontResponseHeadersPolicy_CorsConfig === PAUSE TestAccCloudFrontResponseHeadersPolicy_CorsConfig === RUN TestAccCloudFrontResponseHeadersPolicy_CustomHeadersConfig === PAUSE TestAccCloudFrontResponseHeadersPolicy_CustomHeadersConfig === RUN TestAccCloudFrontResponseHeadersPolicy_SecurityHeadersConfig === PAUSE TestAccCloudFrontResponseHeadersPolicy_SecurityHeadersConfig === RUN TestAccCloudFrontResponseHeadersPolicy_disappears === PAUSE TestAccCloudFrontResponseHeadersPolicy_disappears === CONT TestAccCloudFrontResponseHeadersPolicy_CorsConfig === CONT TestAccCloudFrontResponseHeadersPolicy_disappears === CONT TestAccCloudFrontResponseHeadersPolicy_SecurityHeadersConfig === CONT TestAccCloudFrontResponseHeadersPolicy_CustomHeadersConfig --- PASS: TestAccCloudFrontResponseHeadersPolicy_disappears (10.50s) --- PASS: TestAccCloudFrontResponseHeadersPolicy_CustomHeadersConfig (13.90s) --- PASS: TestAccCloudFrontResponseHeadersPolicy_SecurityHeadersConfig (21.05s) --- PASS: TestAccCloudFrontResponseHeadersPolicy_CorsConfig (21.78s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 25.076s
Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccCloudFrontCachePolicy_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccCloudFrontCachePolicy_ -timeout 180m === RUN TestAccCloudFrontCachePolicy_basic === PAUSE TestAccCloudFrontCachePolicy_basic === RUN TestAccCloudFrontCachePolicy_update === PAUSE TestAccCloudFrontCachePolicy_update === RUN TestAccCloudFrontCachePolicy_noneBehavior === PAUSE TestAccCloudFrontCachePolicy_noneBehavior === CONT TestAccCloudFrontCachePolicy_basic === CONT TestAccCloudFrontCachePolicy_noneBehavior === CONT TestAccCloudFrontCachePolicy_update --- PASS: TestAccCloudFrontCachePolicy_noneBehavior (12.64s) --- PASS: TestAccCloudFrontCachePolicy_basic (12.73s) --- PASS: TestAccCloudFrontCachePolicy_update (20.68s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 24.125s
chore: update doc of `aws_rds_cluster`, `backtrack_window` description
Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccCloudFrontCachePolicy_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccCloudFrontCachePolicy_ -timeout 180m === RUN TestAccCloudFrontCachePolicy_basic === PAUSE TestAccCloudFrontCachePolicy_basic === RUN TestAccCloudFrontCachePolicy_disappears === PAUSE TestAccCloudFrontCachePolicy_disappears === RUN TestAccCloudFrontCachePolicy_Items === PAUSE TestAccCloudFrontCachePolicy_Items === CONT TestAccCloudFrontCachePolicy_basic === CONT TestAccCloudFrontCachePolicy_Items === CONT TestAccCloudFrontCachePolicy_disappears --- PASS: TestAccCloudFrontCachePolicy_disappears (9.76s) --- PASS: TestAccCloudFrontCachePolicy_basic (12.65s) --- PASS: TestAccCloudFrontCachePolicy_Items (20.80s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 24.098s
…iciesPages'. Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccCloudFrontResponseHeadersPolicyDataSource_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccCloudFrontResponseHeadersPolicyDataSource_ -timeout 180m === RUN TestAccCloudFrontResponseHeadersPolicyDataSource_basic === PAUSE TestAccCloudFrontResponseHeadersPolicyDataSource_basic === CONT TestAccCloudFrontResponseHeadersPolicyDataSource_basic --- PASS: TestAccCloudFrontResponseHeadersPolicyDataSource_basic (10.99s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 14.427s
Acceptance test output: % make testacc PKG_NAME=internal/service/cloudfront TESTARGS='-run=TestAccCloudFrontCachePolicyDataSource_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 20 -run=TestAccCloudFrontCachePolicyDataSource_ -timeout 180m === RUN TestAccCloudFrontCachePolicyDataSource_basic === PAUSE TestAccCloudFrontCachePolicyDataSource_basic === CONT TestAccCloudFrontCachePolicyDataSource_basic --- PASS: TestAccCloudFrontCachePolicyDataSource_basic (13.47s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 16.879s
…ported on waiter failure.
…es/github.com/aws/aws-sdk-go-1.42.3 build(deps): bump github.com/aws/aws-sdk-go from 1.42.2 to 1.42.3
…gination r/security_group: add pagination to security group find method
r/emr_cluster - add `auto_termination_policy` + use finder and waiter
…tByName' -> 'FindMultiRegionAccessPointByAccountIDAndName'. r/aws_s3control_multi_region_access_point_policy: 'FindMultiRegionAccessPointPolicyDocumentByName' -> 'FindMultiRegionAccessPointPolicyDocumentByAccountIDAndName'. Acceptance test output: % make testacc PKG_NAME=internal/service/s3control TESTARGS='-run=TestAccS3ControlMultiRegionAccessPoint_\|TestAccS3ControlMultiRegionAccessPointPolicy_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/s3control/... -v -count 1 -parallel 20 -run=TestAccS3ControlMultiRegionAccessPoint_\|TestAccS3ControlMultiRegionAccessPointPolicy_ -timeout 180m === RUN TestAccS3ControlMultiRegionAccessPointPolicy_basic === PAUSE TestAccS3ControlMultiRegionAccessPointPolicy_basic === RUN TestAccS3ControlMultiRegionAccessPointPolicy_disappears_MultiRegionAccessPoint === PAUSE TestAccS3ControlMultiRegionAccessPointPolicy_disappears_MultiRegionAccessPoint === RUN TestAccS3ControlMultiRegionAccessPointPolicy_details_policy === PAUSE TestAccS3ControlMultiRegionAccessPointPolicy_details_policy === RUN TestAccS3ControlMultiRegionAccessPointPolicy_details_name === PAUSE TestAccS3ControlMultiRegionAccessPointPolicy_details_name === RUN TestAccS3ControlMultiRegionAccessPoint_basic === PAUSE TestAccS3ControlMultiRegionAccessPoint_basic === RUN TestAccS3ControlMultiRegionAccessPoint_disappears === PAUSE TestAccS3ControlMultiRegionAccessPoint_disappears === RUN TestAccS3ControlMultiRegionAccessPoint_PublicAccessBlock === PAUSE TestAccS3ControlMultiRegionAccessPoint_PublicAccessBlock === RUN TestAccS3ControlMultiRegionAccessPoint_name === PAUSE TestAccS3ControlMultiRegionAccessPoint_name === CONT TestAccS3ControlMultiRegionAccessPointPolicy_basic === CONT TestAccS3ControlMultiRegionAccessPoint_disappears === CONT TestAccS3ControlMultiRegionAccessPoint_name === CONT TestAccS3ControlMultiRegionAccessPoint_PublicAccessBlock === CONT TestAccS3ControlMultiRegionAccessPointPolicy_details_name === CONT TestAccS3ControlMultiRegionAccessPoint_basic === CONT TestAccS3ControlMultiRegionAccessPointPolicy_details_policy === CONT TestAccS3ControlMultiRegionAccessPointPolicy_disappears_MultiRegionAccessPoint --- PASS: TestAccS3ControlMultiRegionAccessPoint_PublicAccessBlock (700.81s) --- PASS: TestAccS3ControlMultiRegionAccessPoint_basic (701.57s) --- PASS: TestAccS3ControlMultiRegionAccessPointPolicy_basic (702.98s) --- PASS: TestAccS3ControlMultiRegionAccessPointPolicy_disappears_MultiRegionAccessPoint (704.67s) --- PASS: TestAccS3ControlMultiRegionAccessPoint_disappears (707.16s) --- PASS: TestAccS3ControlMultiRegionAccessPointPolicy_details_policy (832.41s) --- PASS: TestAccS3ControlMultiRegionAccessPoint_name (1068.44s) --- PASS: TestAccS3ControlMultiRegionAccessPointPolicy_details_name (1102.97s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/s3control 1106.706s
…labeler Amend PR labeler elasticsearch dir elasticsearchservice -> elasticsearch
…PointOperationByAccountIDAndTokenARN'. Acceptance test output: % make testacc PKG_NAME=internal/service/s3control TESTARGS='-run=TestAccS3ControlMultiRegionAccessPoint_\|TestAccS3ControlMultiRegionAccessPointPolicy_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/s3control/... -v -count 1 -parallel 20 -run=TestAccS3ControlMultiRegionAccessPoint_\|TestAccS3ControlMultiRegionAccessPointPolicy_ -timeout 180m === RUN TestAccS3ControlMultiRegionAccessPointPolicy_basic === PAUSE TestAccS3ControlMultiRegionAccessPointPolicy_basic === RUN TestAccS3ControlMultiRegionAccessPointPolicy_disappears_MultiRegionAccessPoint === PAUSE TestAccS3ControlMultiRegionAccessPointPolicy_disappears_MultiRegionAccessPoint === RUN TestAccS3ControlMultiRegionAccessPointPolicy_details_policy === PAUSE TestAccS3ControlMultiRegionAccessPointPolicy_details_policy === RUN TestAccS3ControlMultiRegionAccessPointPolicy_details_name === PAUSE TestAccS3ControlMultiRegionAccessPointPolicy_details_name === RUN TestAccS3ControlMultiRegionAccessPoint_basic === PAUSE TestAccS3ControlMultiRegionAccessPoint_basic === RUN TestAccS3ControlMultiRegionAccessPoint_disappears === PAUSE TestAccS3ControlMultiRegionAccessPoint_disappears === RUN TestAccS3ControlMultiRegionAccessPoint_PublicAccessBlock === PAUSE TestAccS3ControlMultiRegionAccessPoint_PublicAccessBlock === RUN TestAccS3ControlMultiRegionAccessPoint_name === PAUSE TestAccS3ControlMultiRegionAccessPoint_name === CONT TestAccS3ControlMultiRegionAccessPointPolicy_basic === CONT TestAccS3ControlMultiRegionAccessPoint_disappears === CONT TestAccS3ControlMultiRegionAccessPointPolicy_details_name === CONT TestAccS3ControlMultiRegionAccessPoint_basic === CONT TestAccS3ControlMultiRegionAccessPoint_name === CONT TestAccS3ControlMultiRegionAccessPoint_PublicAccessBlock === CONT TestAccS3ControlMultiRegionAccessPointPolicy_details_policy === CONT TestAccS3ControlMultiRegionAccessPointPolicy_disappears_MultiRegionAccessPoint --- PASS: TestAccS3ControlMultiRegionAccessPoint_PublicAccessBlock (325.46s) --- PASS: TestAccS3ControlMultiRegionAccessPointPolicy_basic (331.72s) --- PASS: TestAccS3ControlMultiRegionAccessPoint_basic (335.65s) --- PASS: TestAccS3ControlMultiRegionAccessPointPolicy_disappears_MultiRegionAccessPoint (339.30s) --- PASS: TestAccS3ControlMultiRegionAccessPoint_disappears (342.69s) --- PASS: TestAccS3ControlMultiRegionAccessPointPolicy_details_policy (421.81s) --- PASS: TestAccS3ControlMultiRegionAccessPoint_name (898.15s) --- PASS: TestAccS3ControlMultiRegionAccessPointPolicy_details_name (900.66s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/s3control 904.310s
Docs: Add Transit Gateway filter support options
Acceptance test output: % make sweep SWEEPARGS=-sweep-run=aws_s3control_multi_region_access_point SWEEP=us-west-2,us-west-1,us-east-2,us-east-1 WARNING: This will destroy infrastructure. Use only in development accounts. go test ./internal/sweep -v -tags=sweep -sweep=us-west-2,us-west-1,us-east-2,us-east-1 -sweep-run=aws_s3control_multi_region_access_point -timeout 60m 2021/11/12 16:15:48 [DEBUG] Running Sweepers for region (us-west-2): 2021/11/12 16:15:48 [DEBUG] Running Sweeper (aws_s3control_multi_region_access_point) in region (us-west-2) 2021/11/12 16:15:48 [INFO] AWS Auth provider used: "EnvProvider" 2021/11/12 16:15:48 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:15:48 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:15:49 [DEBUG] Waiting for state to become: [success] 2021/11/12 16:15:49 [DEBUG] Waiting for state to become: [success] 2021/11/12 16:15:49 [DEBUG] Waiting for state to become: [success] 2021/11/12 16:15:49 [DEBUG] Waiting for state to become: [success] 2021/11/12 16:15:49 [DEBUG] Waiting for state to become: [success] 2021/11/12 16:15:49 [DEBUG] Deleting S3 Multi-Region Access Point: 187416307283:tf-acc-test-9076530765028862245 2021/11/12 16:15:49 [DEBUG] Waiting for state to become: [success] 2021/11/12 16:15:49 [DEBUG] Waiting for state to become: [success] 2021/11/12 16:15:49 [DEBUG] Deleting S3 Multi-Region Access Point: 187416307283:tf-acc-test-4507661412741926133 2021/11/12 16:15:49 [DEBUG] Deleting S3 Multi-Region Access Point: 187416307283:tf-acc-test-8245535467367663015 2021/11/12 16:15:49 [DEBUG] Deleting S3 Multi-Region Access Point: 187416307283:tf-acc-test-7991657015236693467 2021/11/12 16:15:49 [DEBUG] Deleting S3 Multi-Region Access Point: 187416307283:tf-acc-test-8736564941094484309 2021/11/12 16:15:49 [DEBUG] Deleting S3 Multi-Region Access Point: 187416307283:tf-acc-test-4838572432635178774 2021/11/12 16:15:49 [DEBUG] Deleting S3 Multi-Region Access Point: 187416307283:tf-acc-test-5037569265071601673 2021/11/12 16:15:49 [DEBUG] Waiting for state to become: [success] 2021/11/12 16:15:49 [DEBUG] Deleting S3 Multi-Region Access Point: 187416307283:tf-acc-test-9089626914245414205 2021/11/12 16:15:50 [DEBUG] Waiting for state to become: [SUCCEEDED] 2021/11/12 16:15:50 [DEBUG] Waiting for state to become: [SUCCEEDED] 2021/11/12 16:15:50 [DEBUG] Waiting for state to become: [SUCCEEDED] 2021/11/12 16:15:50 [DEBUG] Waiting for state to become: [SUCCEEDED] 2021/11/12 16:15:50 [DEBUG] Waiting for state to become: [SUCCEEDED] 2021/11/12 16:15:50 [DEBUG] Waiting for state to become: [SUCCEEDED] 2021/11/12 16:15:50 [DEBUG] Waiting for state to become: [SUCCEEDED] 2021/11/12 16:15:50 [DEBUG] Waiting for state to become: [SUCCEEDED] 2021/11/12 16:16:05 [TRACE] Waiting 5s before next try 2021/11/12 16:16:05 [TRACE] Waiting 5s before next try 2021/11/12 16:16:05 [TRACE] Waiting 5s before next try 2021/11/12 16:16:05 [TRACE] Waiting 5s before next try 2021/11/12 16:16:05 [TRACE] Waiting 5s before next try 2021/11/12 16:16:05 [TRACE] Waiting 5s before next try 2021/11/12 16:16:05 [TRACE] Waiting 5s before next try 2021/11/12 16:16:05 [TRACE] Waiting 5s before next try 2021/11/12 16:16:10 [TRACE] Waiting 10s before next try 2021/11/12 16:16:10 [TRACE] Waiting 10s before next try 2021/11/12 16:16:11 [TRACE] Waiting 10s before next try 2021/11/12 16:16:11 [TRACE] Waiting 10s before next try 2021/11/12 16:16:11 [TRACE] Waiting 10s before next try 2021/11/12 16:16:11 [TRACE] Waiting 10s before next try 2021/11/12 16:16:11 [TRACE] Waiting 10s before next try 2021/11/12 16:16:11 [TRACE] Waiting 10s before next try 2021/11/12 16:16:21 [TRACE] Waiting 10s before next try 2021/11/12 16:16:21 [TRACE] Waiting 10s before next try 2021/11/12 16:16:21 [TRACE] Waiting 10s before next try 2021/11/12 16:16:21 [TRACE] Waiting 10s before next try 2021/11/12 16:16:21 [TRACE] Waiting 10s before next try 2021/11/12 16:16:21 [TRACE] Waiting 10s before next try 2021/11/12 16:16:21 [TRACE] Waiting 10s before next try 2021/11/12 16:16:21 [TRACE] Waiting 10s before next try 2021/11/12 16:16:31 [TRACE] Waiting 10s before next try 2021/11/12 16:16:31 [TRACE] Waiting 10s before next try 2021/11/12 16:16:31 [TRACE] Waiting 10s before next try 2021/11/12 16:16:31 [TRACE] Waiting 10s before next try 2021/11/12 16:16:31 [TRACE] Waiting 10s before next try 2021/11/12 16:16:31 [TRACE] Waiting 10s before next try 2021/11/12 16:16:31 [TRACE] Waiting 10s before next try 2021/11/12 16:16:31 [TRACE] Waiting 10s before next try 2021/11/12 16:16:42 [TRACE] Waiting 10s before next try 2021/11/12 16:16:42 [TRACE] Waiting 10s before next try 2021/11/12 16:16:42 [TRACE] Waiting 10s before next try 2021/11/12 16:16:42 [TRACE] Waiting 10s before next try 2021/11/12 16:16:42 [TRACE] Waiting 10s before next try 2021/11/12 16:16:42 [TRACE] Waiting 10s before next try 2021/11/12 16:16:42 [TRACE] Waiting 10s before next try 2021/11/12 16:16:42 [TRACE] Waiting 10s before next try 2021/11/12 16:16:52 [TRACE] Waiting 10s before next try 2021/11/12 16:16:52 [TRACE] Waiting 10s before next try 2021/11/12 16:16:52 [TRACE] Waiting 10s before next try 2021/11/12 16:16:52 [TRACE] Waiting 10s before next try 2021/11/12 16:16:52 [TRACE] Waiting 10s before next try 2021/11/12 16:16:52 [TRACE] Waiting 10s before next try 2021/11/12 16:16:52 [TRACE] Waiting 10s before next try 2021/11/12 16:16:52 [TRACE] Waiting 10s before next try 2021/11/12 16:17:03 [TRACE] Waiting 10s before next try 2021/11/12 16:17:03 [TRACE] Waiting 10s before next try 2021/11/12 16:17:03 [TRACE] Waiting 10s before next try 2021/11/12 16:17:03 [TRACE] Waiting 10s before next try 2021/11/12 16:17:03 [TRACE] Waiting 10s before next try 2021/11/12 16:17:03 [TRACE] Waiting 10s before next try 2021/11/12 16:17:03 [TRACE] Waiting 10s before next try 2021/11/12 16:17:03 [TRACE] Waiting 10s before next try 2021/11/12 16:17:13 [TRACE] Waiting 10s before next try 2021/11/12 16:17:13 [TRACE] Waiting 10s before next try 2021/11/12 16:17:13 [TRACE] Waiting 10s before next try 2021/11/12 16:17:13 [TRACE] Waiting 10s before next try 2021/11/12 16:17:13 [TRACE] Waiting 10s before next try 2021/11/12 16:17:13 [TRACE] Waiting 10s before next try 2021/11/12 16:17:13 [TRACE] Waiting 10s before next try 2021/11/12 16:17:13 [TRACE] Waiting 10s before next try 2021/11/12 16:17:23 [TRACE] Waiting 10s before next try 2021/11/12 16:17:23 [TRACE] Waiting 10s before next try 2021/11/12 16:17:23 [TRACE] Waiting 10s before next try 2021/11/12 16:17:23 [TRACE] Waiting 10s before next try 2021/11/12 16:17:23 [TRACE] Waiting 10s before next try 2021/11/12 16:17:23 [TRACE] Waiting 10s before next try 2021/11/12 16:17:23 [TRACE] Waiting 10s before next try 2021/11/12 16:17:24 [TRACE] Waiting 10s before next try 2021/11/12 16:17:34 [TRACE] Waiting 10s before next try 2021/11/12 16:17:34 [TRACE] Waiting 10s before next try 2021/11/12 16:17:34 [TRACE] Waiting 10s before next try 2021/11/12 16:17:34 [TRACE] Waiting 10s before next try 2021/11/12 16:17:34 [TRACE] Waiting 10s before next try 2021/11/12 16:17:34 [TRACE] Waiting 10s before next try 2021/11/12 16:17:34 [TRACE] Waiting 10s before next try 2021/11/12 16:17:34 [TRACE] Waiting 10s before next try 2021/11/12 16:17:44 [TRACE] Waiting 10s before next try 2021/11/12 16:17:44 [TRACE] Waiting 10s before next try 2021/11/12 16:17:44 [TRACE] Waiting 10s before next try 2021/11/12 16:17:44 [TRACE] Waiting 10s before next try 2021/11/12 16:17:44 [TRACE] Waiting 10s before next try 2021/11/12 16:17:44 [TRACE] Waiting 10s before next try 2021/11/12 16:17:44 [TRACE] Waiting 10s before next try 2021/11/12 16:17:44 [TRACE] Waiting 10s before next try 2021/11/12 16:17:55 [TRACE] Waiting 10s before next try 2021/11/12 16:17:55 [TRACE] Waiting 10s before next try 2021/11/12 16:17:55 [TRACE] Waiting 10s before next try 2021/11/12 16:17:55 [TRACE] Waiting 10s before next try 2021/11/12 16:17:55 [TRACE] Waiting 10s before next try 2021/11/12 16:17:55 [TRACE] Waiting 10s before next try 2021/11/12 16:17:55 [TRACE] Waiting 10s before next try 2021/11/12 16:17:55 [TRACE] Waiting 10s before next try 2021/11/12 16:18:05 [TRACE] Waiting 10s before next try 2021/11/12 16:18:05 [TRACE] Waiting 10s before next try 2021/11/12 16:18:05 [TRACE] Waiting 10s before next try 2021/11/12 16:18:05 [TRACE] Waiting 10s before next try 2021/11/12 16:18:05 [TRACE] Waiting 10s before next try 2021/11/12 16:18:05 [TRACE] Waiting 10s before next try 2021/11/12 16:18:05 [TRACE] Waiting 10s before next try 2021/11/12 16:18:05 [TRACE] Waiting 10s before next try 2021/11/12 16:18:16 [TRACE] Waiting 10s before next try 2021/11/12 16:18:16 [TRACE] Waiting 10s before next try 2021/11/12 16:18:16 [TRACE] Waiting 10s before next try 2021/11/12 16:18:16 [TRACE] Waiting 10s before next try 2021/11/12 16:18:16 [TRACE] Waiting 10s before next try 2021/11/12 16:18:16 [TRACE] Waiting 10s before next try 2021/11/12 16:18:16 [TRACE] Waiting 10s before next try 2021/11/12 16:18:16 [TRACE] Waiting 10s before next try 2021/11/12 16:18:26 [TRACE] Waiting 10s before next try 2021/11/12 16:18:26 [TRACE] Waiting 10s before next try 2021/11/12 16:18:26 [TRACE] Waiting 10s before next try 2021/11/12 16:18:26 [TRACE] Waiting 10s before next try 2021/11/12 16:18:26 [TRACE] Waiting 10s before next try 2021/11/12 16:18:26 [TRACE] Waiting 10s before next try 2021/11/12 16:18:26 [TRACE] Waiting 10s before next try 2021/11/12 16:18:26 [TRACE] Waiting 10s before next try 2021/11/12 16:18:36 [TRACE] Waiting 10s before next try 2021/11/12 16:18:36 [TRACE] Waiting 10s before next try 2021/11/12 16:18:36 [TRACE] Waiting 10s before next try 2021/11/12 16:18:36 [TRACE] Waiting 10s before next try 2021/11/12 16:18:36 [TRACE] Waiting 10s before next try 2021/11/12 16:18:37 [TRACE] Waiting 10s before next try 2021/11/12 16:18:37 [TRACE] Waiting 10s before next try 2021/11/12 16:18:37 [TRACE] Waiting 10s before next try 2021/11/12 16:18:47 [TRACE] Waiting 10s before next try 2021/11/12 16:18:47 [TRACE] Waiting 10s before next try 2021/11/12 16:18:47 [TRACE] Waiting 10s before next try 2021/11/12 16:18:47 [TRACE] Waiting 10s before next try 2021/11/12 16:18:47 [TRACE] Waiting 10s before next try 2021/11/12 16:18:47 [TRACE] Waiting 10s before next try 2021/11/12 16:18:47 [TRACE] Waiting 10s before next try 2021/11/12 16:18:47 [TRACE] Waiting 10s before next try 2021/11/12 16:18:57 [TRACE] Waiting 10s before next try 2021/11/12 16:18:57 [TRACE] Waiting 10s before next try 2021/11/12 16:18:57 [TRACE] Waiting 10s before next try 2021/11/12 16:18:57 [TRACE] Waiting 10s before next try 2021/11/12 16:18:57 [TRACE] Waiting 10s before next try 2021/11/12 16:18:57 [TRACE] Waiting 10s before next try 2021/11/12 16:18:57 [TRACE] Waiting 10s before next try 2021/11/12 16:18:57 [TRACE] Waiting 10s before next try 2021/11/12 16:19:08 [TRACE] Waiting 10s before next try 2021/11/12 16:19:08 [TRACE] Waiting 10s before next try 2021/11/12 16:19:08 [TRACE] Waiting 10s before next try 2021/11/12 16:19:08 [TRACE] Waiting 10s before next try 2021/11/12 16:19:08 [TRACE] Waiting 10s before next try 2021/11/12 16:19:08 [TRACE] Waiting 10s before next try 2021/11/12 16:19:08 [TRACE] Waiting 10s before next try 2021/11/12 16:19:08 [TRACE] Waiting 10s before next try 2021/11/12 16:19:19 [TRACE] Waiting 10s before next try 2021/11/12 16:19:19 [TRACE] Waiting 10s before next try 2021/11/12 16:19:19 [TRACE] Waiting 10s before next try 2021/11/12 16:19:19 [TRACE] Waiting 10s before next try 2021/11/12 16:19:19 [TRACE] Waiting 10s before next try 2021/11/12 16:19:19 [TRACE] Waiting 10s before next try 2021/11/12 16:19:19 [TRACE] Waiting 10s before next try 2021/11/12 16:19:19 [TRACE] Waiting 10s before next try 2021/11/12 16:19:29 [TRACE] Waiting 10s before next try 2021/11/12 16:19:29 [TRACE] Waiting 10s before next try 2021/11/12 16:19:29 [TRACE] Waiting 10s before next try 2021/11/12 16:19:29 [TRACE] Waiting 10s before next try 2021/11/12 16:19:29 [TRACE] Waiting 10s before next try 2021/11/12 16:19:29 [TRACE] Waiting 10s before next try 2021/11/12 16:19:29 [TRACE] Waiting 10s before next try 2021/11/12 16:19:29 [TRACE] Waiting 10s before next try 2021/11/12 16:19:39 [TRACE] Waiting 10s before next try 2021/11/12 16:19:39 [TRACE] Waiting 10s before next try 2021/11/12 16:19:39 [TRACE] Waiting 10s before next try 2021/11/12 16:19:39 [TRACE] Waiting 10s before next try 2021/11/12 16:19:39 [TRACE] Waiting 10s before next try 2021/11/12 16:19:39 [TRACE] Waiting 10s before next try 2021/11/12 16:19:39 [TRACE] Waiting 10s before next try 2021/11/12 16:19:39 [TRACE] Waiting 10s before next try 2021/11/12 16:19:50 [TRACE] Waiting 10s before next try 2021/11/12 16:19:50 [TRACE] Waiting 10s before next try 2021/11/12 16:19:50 [TRACE] Waiting 10s before next try 2021/11/12 16:19:50 [TRACE] Waiting 10s before next try 2021/11/12 16:19:50 [TRACE] Waiting 10s before next try 2021/11/12 16:19:50 [TRACE] Waiting 10s before next try 2021/11/12 16:19:50 [TRACE] Waiting 10s before next try 2021/11/12 16:19:50 [TRACE] Waiting 10s before next try 2021/11/12 16:20:00 [TRACE] Waiting 10s before next try 2021/11/12 16:20:00 [TRACE] Waiting 10s before next try 2021/11/12 16:20:00 [TRACE] Waiting 10s before next try 2021/11/12 16:20:00 [TRACE] Waiting 10s before next try 2021/11/12 16:20:00 [TRACE] Waiting 10s before next try 2021/11/12 16:20:00 [TRACE] Waiting 10s before next try 2021/11/12 16:20:00 [TRACE] Waiting 10s before next try 2021/11/12 16:20:00 [TRACE] Waiting 10s before next try 2021/11/12 16:20:11 [TRACE] Waiting 10s before next try 2021/11/12 16:20:11 [TRACE] Waiting 10s before next try 2021/11/12 16:20:11 [TRACE] Waiting 10s before next try 2021/11/12 16:20:11 [TRACE] Waiting 10s before next try 2021/11/12 16:20:11 [TRACE] Waiting 10s before next try 2021/11/12 16:20:11 [TRACE] Waiting 10s before next try 2021/11/12 16:20:11 [TRACE] Waiting 10s before next try 2021/11/12 16:20:11 [TRACE] Waiting 10s before next try 2021/11/12 16:20:21 [TRACE] Waiting 10s before next try 2021/11/12 16:20:21 [TRACE] Waiting 10s before next try 2021/11/12 16:20:21 [TRACE] Waiting 10s before next try 2021/11/12 16:20:21 [TRACE] Waiting 10s before next try 2021/11/12 16:20:21 [TRACE] Waiting 10s before next try 2021/11/12 16:20:21 [TRACE] Waiting 10s before next try 2021/11/12 16:20:21 [TRACE] Waiting 10s before next try 2021/11/12 16:20:21 [TRACE] Waiting 10s before next try 2021/11/12 16:20:31 [TRACE] Waiting 10s before next try 2021/11/12 16:20:32 [TRACE] Waiting 10s before next try 2021/11/12 16:20:32 [TRACE] Waiting 10s before next try 2021/11/12 16:20:32 [TRACE] Waiting 10s before next try 2021/11/12 16:20:32 [TRACE] Waiting 10s before next try 2021/11/12 16:20:32 [TRACE] Waiting 10s before next try 2021/11/12 16:20:32 [TRACE] Waiting 10s before next try 2021/11/12 16:20:32 [TRACE] Waiting 10s before next try 2021/11/12 16:20:42 [TRACE] Waiting 10s before next try 2021/11/12 16:20:42 [TRACE] Waiting 10s before next try 2021/11/12 16:20:42 [TRACE] Waiting 10s before next try 2021/11/12 16:20:42 [TRACE] Waiting 10s before next try 2021/11/12 16:20:42 [TRACE] Waiting 10s before next try 2021/11/12 16:20:42 [TRACE] Waiting 10s before next try 2021/11/12 16:20:42 [TRACE] Waiting 10s before next try 2021/11/12 16:20:47 [TRACE] Waiting 10s before next try 2021/11/12 16:20:52 [TRACE] Waiting 10s before next try 2021/11/12 16:20:52 [TRACE] Waiting 10s before next try 2021/11/12 16:20:52 [TRACE] Waiting 10s before next try 2021/11/12 16:20:52 [TRACE] Waiting 10s before next try 2021/11/12 16:20:52 [TRACE] Waiting 10s before next try 2021/11/12 16:20:53 [TRACE] Waiting 10s before next try 2021/11/12 16:20:53 [TRACE] Waiting 10s before next try 2021/11/12 16:20:58 [TRACE] Waiting 10s before next try 2021/11/12 16:21:03 [TRACE] Waiting 10s before next try 2021/11/12 16:21:03 [TRACE] Waiting 10s before next try 2021/11/12 16:21:03 [TRACE] Waiting 10s before next try 2021/11/12 16:21:03 [TRACE] Waiting 10s before next try 2021/11/12 16:21:03 [TRACE] Waiting 10s before next try 2021/11/12 16:21:03 [TRACE] Waiting 10s before next try 2021/11/12 16:21:03 [TRACE] Waiting 10s before next try 2021/11/12 16:21:08 [TRACE] Waiting 10s before next try 2021/11/12 16:21:13 [TRACE] Waiting 10s before next try 2021/11/12 16:21:13 [TRACE] Waiting 10s before next try 2021/11/12 16:21:13 [TRACE] Waiting 10s before next try 2021/11/12 16:21:13 [TRACE] Waiting 10s before next try 2021/11/12 16:21:13 [TRACE] Waiting 10s before next try 2021/11/12 16:21:13 [TRACE] Waiting 10s before next try 2021/11/12 16:21:14 [TRACE] Waiting 10s before next try 2021/11/12 16:21:19 [TRACE] Waiting 10s before next try 2021/11/12 16:21:24 [TRACE] Waiting 10s before next try 2021/11/12 16:21:24 [TRACE] Waiting 10s before next try 2021/11/12 16:21:24 [TRACE] Waiting 10s before next try 2021/11/12 16:21:24 [TRACE] Waiting 10s before next try 2021/11/12 16:21:24 [TRACE] Waiting 10s before next try 2021/11/12 16:21:24 [TRACE] Waiting 10s before next try 2021/11/12 16:21:24 [TRACE] Waiting 10s before next try 2021/11/12 16:21:29 [TRACE] Waiting 10s before next try 2021/11/12 16:21:34 [TRACE] Waiting 10s before next try 2021/11/12 16:21:34 [TRACE] Waiting 10s before next try 2021/11/12 16:21:34 [TRACE] Waiting 10s before next try 2021/11/12 16:21:34 [TRACE] Waiting 10s before next try 2021/11/12 16:21:34 [TRACE] Waiting 10s before next try 2021/11/12 16:21:34 [TRACE] Waiting 10s before next try 2021/11/12 16:21:34 [TRACE] Waiting 10s before next try 2021/11/12 16:21:39 [TRACE] Waiting 10s before next try 2021/11/12 16:21:44 [TRACE] Waiting 10s before next try 2021/11/12 16:21:44 [TRACE] Waiting 10s before next try 2021/11/12 16:21:44 [TRACE] Waiting 10s before next try 2021/11/12 16:21:45 [TRACE] Waiting 10s before next try 2021/11/12 16:21:45 [TRACE] Waiting 10s before next try 2021/11/12 16:21:45 [TRACE] Waiting 10s before next try 2021/11/12 16:21:45 [TRACE] Waiting 10s before next try 2021/11/12 16:21:50 [TRACE] Waiting 10s before next try 2021/11/12 16:21:55 [TRACE] Waiting 10s before next try 2021/11/12 16:21:55 [TRACE] Waiting 10s before next try 2021/11/12 16:21:55 [TRACE] Waiting 10s before next try 2021/11/12 16:21:55 [TRACE] Waiting 10s before next try 2021/11/12 16:21:55 [TRACE] Waiting 10s before next try 2021/11/12 16:21:55 [TRACE] Waiting 10s before next try 2021/11/12 16:21:55 [TRACE] Waiting 10s before next try 2021/11/12 16:22:00 [TRACE] Waiting 10s before next try 2021/11/12 16:22:05 [TRACE] Waiting 10s before next try 2021/11/12 16:22:06 [TRACE] Waiting 10s before next try 2021/11/12 16:22:16 [DEBUG] Completed Sweeper (aws_s3control_multi_region_access_point) in region (us-west-2) in 6m28.307035036s 2021/11/12 16:22:16 Completed Sweepers for region (us-west-2) in 6m28.307241367s 2021/11/12 16:22:16 Sweeper Tests for region (us-west-2) ran successfully: - aws_s3control_multi_region_access_point 2021/11/12 16:22:16 [DEBUG] Running Sweepers for region (us-west-1): 2021/11/12 16:22:16 [DEBUG] Running Sweeper (aws_s3control_multi_region_access_point) in region (us-west-1) 2021/11/12 16:22:16 [INFO] AWS Auth provider used: "EnvProvider" 2021/11/12 16:22:16 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:22:16 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:22:17 [WARN] Skipping S3 Multi-Region Access Point sweep for region: us-west-1 2021/11/12 16:22:17 [DEBUG] Completed Sweeper (aws_s3control_multi_region_access_point) in region (us-west-1) in 686.967832ms 2021/11/12 16:22:17 Completed Sweepers for region (us-west-1) in 686.988675ms 2021/11/12 16:22:17 Sweeper Tests for region (us-west-1) ran successfully: - aws_s3control_multi_region_access_point 2021/11/12 16:22:17 [DEBUG] Running Sweepers for region (us-east-2): 2021/11/12 16:22:17 [DEBUG] Running Sweeper (aws_s3control_multi_region_access_point) in region (us-east-2) 2021/11/12 16:22:17 [INFO] AWS Auth provider used: "EnvProvider" 2021/11/12 16:22:17 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:22:17 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:22:17 [WARN] Skipping S3 Multi-Region Access Point sweep for region: us-east-2 2021/11/12 16:22:17 [DEBUG] Completed Sweeper (aws_s3control_multi_region_access_point) in region (us-east-2) in 437.813655ms 2021/11/12 16:22:17 Completed Sweepers for region (us-east-2) in 437.828116ms 2021/11/12 16:22:17 Sweeper Tests for region (us-east-2) ran successfully: - aws_s3control_multi_region_access_point 2021/11/12 16:22:17 [DEBUG] Running Sweepers for region (us-east-1): 2021/11/12 16:22:17 [DEBUG] Running Sweeper (aws_s3control_multi_region_access_point) in region (us-east-1) 2021/11/12 16:22:17 [INFO] AWS Auth provider used: "EnvProvider" 2021/11/12 16:22:17 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:22:18 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:22:19 [WARN] Skipping S3 Multi-Region Access Point sweep for region: us-east-1 2021/11/12 16:22:19 [DEBUG] Completed Sweeper (aws_s3control_multi_region_access_point) in region (us-east-1) in 1.130747602s 2021/11/12 16:22:19 Completed Sweepers for region (us-east-1) in 1.130766096s 2021/11/12 16:22:19 Sweeper Tests for region (us-east-1) ran successfully: - aws_s3control_multi_region_access_point ok github.com/hashicorp/terraform-provider-aws/internal/sweep 395.612s
…AccessPointParseID' to 'AccessPointParseResourceID'. Acceptance test output: % make testacc PKG_NAME=internal/service/s3control TESTARGS='-run=TestAccS3ControlAccessPoint_basic' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/s3control/... -v -count 1 -parallel 20 -run=TestAccS3ControlAccessPoint_basic -timeout 180m === RUN TestAccS3ControlAccessPoint_basic === PAUSE TestAccS3ControlAccessPoint_basic === CONT TestAccS3ControlAccessPoint_basic --- PASS: TestAccS3ControlAccessPoint_basic (31.37s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/s3control 35.463s
Acceptance test output: % make sweep SWEEPARGS=-sweep-run=aws_s3_access_point SWEEP=us-west-2,us-west-1,us-east-2,us-east-1 WARNING: This will destroy infrastructure. Use only in development accounts. go test ./internal/sweep -v -tags=sweep -sweep=us-west-2,us-west-1,us-east-2,us-east-1 -sweep-run=aws_s3_access_point -timeout 60m 2021/11/12 16:51:48 [DEBUG] Running Sweepers for region (us-west-2): 2021/11/12 16:51:48 [DEBUG] Running Sweeper (aws_s3_access_point) in region (us-west-2) 2021/11/12 16:51:48 [INFO] AWS Auth provider used: "EnvProvider" 2021/11/12 16:51:48 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:51:49 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:51:50 [DEBUG] Completed Sweeper (aws_s3_access_point) in region (us-west-2) in 1.494325512s 2021/11/12 16:51:50 Completed Sweepers for region (us-west-2) in 1.494628509s 2021/11/12 16:51:50 Sweeper Tests for region (us-west-2) ran successfully: - aws_s3_access_point 2021/11/12 16:51:50 [DEBUG] Running Sweepers for region (us-west-1): 2021/11/12 16:51:50 [DEBUG] Running Sweeper (aws_s3_access_point) in region (us-west-1) 2021/11/12 16:51:50 [INFO] AWS Auth provider used: "EnvProvider" 2021/11/12 16:51:50 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:51:50 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:51:51 [DEBUG] Completed Sweeper (aws_s3_access_point) in region (us-west-1) in 1.074664889s 2021/11/12 16:51:51 Completed Sweepers for region (us-west-1) in 1.074734541s 2021/11/12 16:51:51 Sweeper Tests for region (us-west-1) ran successfully: - aws_s3_access_point 2021/11/12 16:51:51 [DEBUG] Running Sweepers for region (us-east-2): 2021/11/12 16:51:51 [DEBUG] Running Sweeper (aws_s3_access_point) in region (us-east-2) 2021/11/12 16:51:51 [INFO] AWS Auth provider used: "EnvProvider" 2021/11/12 16:51:51 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:51:51 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:51:53 [DEBUG] Completed Sweeper (aws_s3_access_point) in region (us-east-2) in 1.659487442s 2021/11/12 16:51:53 Completed Sweepers for region (us-east-2) in 1.659585639s 2021/11/12 16:51:53 Sweeper Tests for region (us-east-2) ran successfully: - aws_s3_access_point 2021/11/12 16:51:53 [DEBUG] Running Sweepers for region (us-east-1): 2021/11/12 16:51:53 [DEBUG] Running Sweeper (aws_s3_access_point) in region (us-east-1) 2021/11/12 16:51:53 [INFO] AWS Auth provider used: "EnvProvider" 2021/11/12 16:51:53 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:51:53 [DEBUG] Trying to get account information via sts:GetCallerIdentity 2021/11/12 16:51:53 [DEBUG] Completed Sweeper (aws_s3_access_point) in region (us-east-1) in 660.110726ms 2021/11/12 16:51:53 Completed Sweepers for region (us-east-1) in 660.189434ms 2021/11/12 16:51:53 Sweeper Tests for region (us-east-1) ran successfully: - aws_s3_access_point ok github.com/hashicorp/terraform-provider-aws/internal/sweep 8.223s
…RegionAccessPoint_threeRegions' and skip tests in GovCloud.
…se-headers-policy Correct cloudfront_response_headers_policy docs
…_region_access_point r/aws_s3_multi_region_access_point and r/aws_s3_multi_region_access_point_policy : New resource
…r_analyzer-sweeper r/aws_accessanalyzer_analyzer: Add test sweeper
…y after refactoring.
# Conflicts: # aws/resource_aws_s3_bucket.go # aws/resource_aws_s3_bucket_test.go # tools/go.sum
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @mneverov 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
Thank you for your contribution! 🚀 Please note that the Remove any changes to the |
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
updated the PR hashicorp#17564 after project structure change.