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

Cleanup leftover v1 references in merged aws-sdk-go-v2 migrations #38911

Merged
merged 60 commits into from
Aug 19, 2024

Conversation

DanielRieske
Copy link
Contributor

@DanielRieske DanielRieske commented Aug 17, 2024

Description

We are currently very close to closing #32976, many maintainers and contributors have been submitting PRs for the past few months.

This PR is one of the first of cleaning up any forgotten references that have v1 references to migrated services.

Because this PR touches a lot of services at once, all tests for every service that was touched regardless of the size of the change have been ran and logging included in the PR.

Relations

Closes #0000

References

Output from Acceptance Testing

% make testacc TESTS=TestAccProvider_ PKG=../provider 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/../provider/... -v -count 1 -parallel 20 -run='TestAccProvider_'  -timeout 360m
?       github.com/hashicorp/terraform-provider-aws/internal/provider/fwprovider        [no test files]
--- PASS: TestAccProvider_DefaultTagsTags_envVars (5.91s)
--- PASS: TestAccProvider_IgnoreTagsKeys_envVarOnly (4.77s)
--- PASS: TestAccProvider_IgnoreTagsKeys_envVarMerged (4.82s)
--- PASS: TestAccProvider_IgnoreTagsKeyPrefixes_envVarOnly (4.76s)
--- PASS: TestAccProvider_IgnoreTagsKeyPrefixes_envVarMerged (4.79s)
--- PASS: TestAccProvider_Region_commercial (10.54s)
--- PASS: TestAccProvider_Region_govCloud (11.51s)
--- PASS: TestAccProvider_Region_sc2s (11.72s)
--- PASS: TestAccProvider_Region_china (11.97s)
--- PASS: TestAccProvider_Region_c2s (12.17s)
--- PASS: TestAccProvider_Region_stsRegion (12.85s)
--- PASS: TestAccProvider_IgnoreTagsKeys_none (23.64s)
--- PASS: TestAccProvider_IgnoreTags_emptyBlock (23.66s)
--- PASS: TestAccProvider_DefaultTags_emptyBlock (23.65s)
--- PASS: TestAccProvider_IgnoreTagsKeyPrefixes_none (23.69s)
--- PASS: TestAccProvider_IgnoreTagsKeyPrefixes_one (23.69s)
--- PASS: TestAccProvider_IgnoreTagsKeys_one (23.71s)
--- PASS: TestAccProvider_DefaultAndIgnoreTags_emptyBlocks (23.72s)
--- PASS: TestAccProvider_DefaultTagsTags_multiple (25.03s)
--- PASS: TestAccProvider_AssumeRole_empty (26.66s)
--- PASS: TestAccProvider_DefaultTagsTags_one (17.32s)
--- PASS: TestAccProvider_DefaultTagsTags_none (16.79s)
--- PASS: TestAccProvider_IgnoreTagsKeys_multiple (17.26s)
--- PASS: TestAccProvider_IgnoreTagsKeyPrefixes_multiple (17.05s)
--- PASS: TestAccProvider_useFipsEndpointFlag (34.20s)
--- PASS: TestAccProvider_unusualEndpoints (40.17s)
--- PASS: TestAccProvider_endpoints (40.35s)
--- PASS: TestAccProvider_overrideUseFipsEndpointFlagForOneService (48.18s)
--- PASS: TestAccProvider_customEndpoint (53.66s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/provider   83.951s
% make testacc TESTARGS='-run=TestAccACMPCACertificateAuthority_' PKG=acmpca 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/acmpca/... -v -count 1 -parallel 3  -run=TestAccACMPCACertificateAuthority_ -timeout 360m
--- PASS: TestAccACMPCACertificateAuthority_RevocationConfiguration_empty (18.87s)
--- PASS: TestAccACMPCACertificateAuthority_tags_ComputedTag_OnUpdate_Add (33.58s)
--- PASS: TestAccACMPCACertificateAuthority_tags (63.79s)
--- PASS: TestAccACMPCACertificateAuthority_RevocationCrl_s3ObjectACL (46.14s)
--- PASS: TestAccACMPCACertificateAuthority_RevocationOcsp_customCNAME (58.80s)
--- PASS: TestAccACMPCACertificateAuthority_RevocationOcsp_enabled (48.86s)
--- PASS: TestAccACMPCACertificateAuthority_tags_ComputedTag_OnCreate (20.80s)
--- PASS: TestAccACMPCACertificateAuthority_tags_DefaultTags_overlapping (49.41s)
--- PASS: TestAccACMPCACertificateAuthority_tags_DefaultTags_nullNonOverlappingResourceTag (19.08s)
--- PASS: TestAccACMPCACertificateAuthority_tags_DefaultTags_nullOverlappingResourceTag (18.98s)
--- PASS: TestAccACMPCACertificateAuthority_tags_DefaultTags_emptyProviderOnlyTag (18.73s)
--- PASS: TestAccACMPCACertificateAuthority_enabledDeprecated (38.54s)
--- PASS: TestAccACMPCACertificateAuthority_tags_DefaultTags_emptyResourceTag (18.87s)
--- PASS: TestAccACMPCACertificateAuthority_tags_DefaultTags_updateToResourceOnly (28.29s)
--- PASS: TestAccACMPCACertificateAuthority_tags_DefaultTags_updateToProviderOnly (30.82s)
--- PASS: TestAccACMPCACertificateAuthority_tags_EmptyTag_OnUpdate_Add (45.20s)
--- PASS: TestAccACMPCACertificateAuthority_tags_EmptyTag_OnUpdate_Replace (30.56s)
--- PASS: TestAccACMPCACertificateAuthority_tags_DefaultTags_nonOverlapping (49.70s)
--- PASS: TestAccACMPCACertificateAuthority_tags_DefaultTags_providerOnly (64.19s)
--- PASS: TestAccACMPCACertificateAuthority_tags_AddOnUpdate (29.66s)
--- PASS: TestAccACMPCACertificateAuthority_RevocationCrl_expirationInDays (58.15s)
--- PASS: TestAccACMPCACertificateAuthority_RevocationCrl_enabled (75.53s)
--- PASS: TestAccACMPCACertificateAuthority_basic (17.57s)
--- PASS: TestAccACMPCACertificateAuthority_tags_EmptyTag_OnCreate (33.53s)
--- PASS: TestAccACMPCACertificateAuthority_disappears (14.66s)
--- PASS: TestAccACMPCACertificateAuthority_usageMode (17.60s)
--- PASS: TestAccACMPCACertificateAuthority_tags_null (23.08s)
=== CONT  TestAccACMPCACertificateAuthority_keyStorageSecurityStandard
    certificate_authority_test.go:186: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [ap-south-2, ap-southeast-3, ap-southeast-4, eu-central-2, eu-south-2, me-central-1]
--- SKIP: TestAccACMPCACertificateAuthority_keyStorageSecurityStandard (0.00s)
--- PASS: TestAccACMPCACertificateAuthority_deleteFromActiveState (17.30s)
--- PASS: TestAccACMPCACertificateAuthority_tags_ComputedTag_OnUpdate_Replace (32.25s)
--- PASS: TestAccACMPCACertificateAuthority_RevocationCrl_customCNAME (92.72s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/acmpca     419.068s
% make testacc TESTARGS='-run=TestAccAppFlowFlow_' PKG=appflow
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/appflow/... -v -count 1 -parallel 20  -run=TestAccAppFlowFlow_ -timeout 360m
--- PASS: TestAccAppFlowFlow_disappears (42.14s)
--- PASS: TestAccAppFlowFlow_taskProperties (44.14s)
--- PASS: TestAccAppFlowFlow_S3_outputFormatConfig_ParquetFileType (38.86s)
--- PASS: TestAccAppFlowFlow_tags_DefaultTags_emptyResourceTag (52.19s)
--- PASS: TestAccAppFlowFlow_tags_DefaultTags_nullOverlappingResourceTag (52.36s)
--- PASS: TestAccAppFlowFlow_task_mapAll (52.36s)
--- PASS: TestAccAppFlowFlow_tags_DefaultTags_emptyProviderOnlyTag (54.95s)
--- PASS: TestAccAppFlowFlow_metadataCatalog (55.86s)
--- PASS: TestAccAppFlowFlow_tags_null (61.47s)
--- PASS: TestAccAppFlowFlow_taskUpdate (67.46s)
--- PASS: TestAccAppFlowFlow_update (68.95s)
--- PASS: TestAccAppFlowFlow_tags_EmptyTag_OnUpdate_Replace (76.70s)
--- PASS: TestAccAppFlowFlow_tags_AddOnUpdate (81.00s)
--- PASS: TestAccAppFlowFlow_tags_EmptyTag_OnCreate (82.93s)
--- PASS: TestAccAppFlowFlow_tags_ComputedTag_OnUpdate_Replace (83.40s)
--- PASS: TestAccAppFlowFlow_tags_DefaultTags_updateToResourceOnly (84.04s)
--- PASS: TestAccAppFlowFlow_tags_ComputedTag_OnUpdate_Add (84.13s)
--- PASS: TestAccAppFlowFlow_basic (35.61s)
--- PASS: TestAccAppFlowFlow_tags_DefaultTags_nullNonOverlappingResourceTag (39.04s)
--- PASS: TestAccAppFlowFlow_tags_ComputedTag_OnCreate (40.37s)
--- PASS: TestAccAppFlowFlow_tags_EmptyTag_OnUpdate_Add (101.56s)
--- PASS: TestAccAppFlowFlow_tags_DefaultTags_updateToProviderOnly (60.03s)
--- PASS: TestAccAppFlowFlow_tags_DefaultTags_nonOverlapping (112.81s)
--- PASS: TestAccAppFlowFlow_tags (124.88s)
--- PASS: TestAccAppFlowFlow_tags_DefaultTags_providerOnly (135.29s)
--- PASS: TestAccAppFlowFlow_tags_DefaultTags_overlapping (85.94s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/appflow	142.815s
% make testacc TESTARGS='-run=TestAccApplicationInsightsApplication_' PKG=applicationinsights
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/applicationinsights/... -v -count 1 -parallel 3  -run=TestAccApplicationInsightsApplication_ -timeout 360m
--- PASS: TestAccApplicationInsightsApplication_tags_DefaultTags_emptyResourceTag (29.47s)
--- PASS: TestAccApplicationInsightsApplication_tags_ComputedTag_OnUpdate_Add (44.19s)
--- PASS: TestAccApplicationInsightsApplication_tags_DefaultTags_nullNonOverlappingResourceTag (28.07s)
--- PASS: TestAccApplicationInsightsApplication_tags_ComputedTag_OnCreate (29.83s)
--- PASS: TestAccApplicationInsightsApplication_tags (75.45s)
--- PASS: TestAccApplicationInsightsApplication_tags_DefaultTags_nullOverlappingResourceTag (28.03s)
--- PASS: TestAccApplicationInsightsApplication_tags_DefaultTags_emptyProviderOnlyTag (28.23s)
--- PASS: TestAccApplicationInsightsApplication_tags_DefaultTags_updateToResourceOnly (40.88s)
--- PASS: TestAccApplicationInsightsApplication_tags_DefaultTags_updateToProviderOnly (41.57s)
--- PASS: TestAccApplicationInsightsApplication_tags_DefaultTags_providerOnly (79.83s)
--- PASS: TestAccApplicationInsightsApplication_autoConfig (23.43s)
--- PASS: TestAccApplicationInsightsApplication_tags_DefaultTags_overlapping (63.79s)
--- PASS: TestAccApplicationInsightsApplication_disappears (24.11s)
--- PASS: TestAccApplicationInsightsApplication_tags_DefaultTags_nonOverlapping (62.86s)
--- PASS: TestAccApplicationInsightsApplication_tags_EmptyTag_OnCreate (44.20s)
--- PASS: TestAccApplicationInsightsApplication_tags_EmptyTag_OnUpdate_Replace (40.93s)
--- PASS: TestAccApplicationInsightsApplication_tags_EmptyTag_OnUpdate_Add (56.34s)
--- PASS: TestAccApplicationInsightsApplication_tags_AddOnUpdate (40.54s)
--- PASS: TestAccApplicationInsightsApplication_basic (37.80s)
--- PASS: TestAccApplicationInsightsApplication_tags_ComputedTag_OnUpdate_Replace (41.90s)
--- PASS: TestAccApplicationInsightsApplication_tags_null (32.29s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/applicationinsights        311.980s
% make testacc TESTARGS='-run=TestAccAppRunnerHostedZoneIDDataSource_' PKG=apprunner 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/apprunner/... -v -count 1 -parallel 3  -run=TestAccAppRunnerHostedZoneIDDataSource_ -timeout 360m
--- PASS: TestAccAppRunnerHostedZoneIDDataSource_basic (14.33s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/apprunner  18.979s
% make testacc TESTARGS='-run=TestAccBackupVault_\|TestAccBackupRegionSettings_basic' PKG=backup
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/backup/... -v -count 1 -parallel 3  -run=TestAccBackupVault_\|TestAccBackupRegionSettings_basic -timeout 360m
--- PASS: TestAccBackupVault_withKMSKey (19.45s)
=== NAME  TestAccBackupVault_forceDestroyWithRecoveryPoint
    vault_test.go:193: Step 2/3 error: Check failed: Check 2/2 error: error starting Backup Job: operation error Backup: StartBackupJob, https response error StatusCode: 400, RequestID: 45b2898b-bb62-487f-aecd-acaaef2a4525, InvalidParameterValueException: IAM Role does not have sufficient permissions to execute the backup
--- FAIL: TestAccBackupVault_forceDestroyWithRecoveryPoint (26.81s)
--- PASS: TestAccBackupVault_disappears (12.65s)
--- PASS: TestAccBackupRegionSettings_basic (32.34s)
--- PASS: TestAccBackupVault_basic (15.74s)
--- PASS: TestAccBackupVault_forceDestroyEmpty (15.70s)
--- PASS: TestAccBackupVault_tags (33.95s)
FAIL
FAIL    github.com/hashicorp/terraform-provider-aws/internal/service/backup     65.379s
FAIL
make: *** [testacc] Error 1
% make testacc TESTARGS='-run=TestAccChatbotSlackChannelConfiguration_' PKG=chatbot 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/chatbot/... -v -count 1 -parallel 3  -run=TestAccChatbotSlackChannelConfiguration_ -timeout 360m
=== RUN   TestAccChatbotSlackChannelConfiguration_serial/basic
    slack_channel_configuration_test.go:52: Environment variable CHATBOT_SLACK_TEAM_ID is not set, skipping test
=== RUN   TestAccChatbotSlackChannelConfiguration_serial/disappears
    slack_channel_configuration_test.go:96: Environment variable CHATBOT_SLACK_TEAM_ID is not set, skipping test
--- PASS: TestAccChatbotSlackChannelConfiguration_serial (0.00s)
    --- SKIP: TestAccChatbotSlackChannelConfiguration_serial/basic (0.00s)
    --- SKIP: TestAccChatbotSlackChannelConfiguration_serial/disappears (0.00s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/chatbot    4.575s
% make testacc TESTARGS='-run=TestAccCloudControlResource_resourceSchema' PKG=cloudcontrol
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/cloudcontrol/... -v -count 1 -parallel 3  -run=TestAccCloudControlResource_resourceSchema -timeout 360m
--- PASS: TestAccCloudControlResource_resourceSchema (22.74s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/cloudcontrol       27.425s
% make testacc TESTARGS='-run=TestAccCloudFrontOriginAccessIdentitiesDataSource_all\|TestAccCloudFrontDistributionDataSource_basic' PKG=cloudfront
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/cloudfront/... -v -count 1 -parallel 3  -run=TestAccCloudFrontDistributionDataSource_basic -timeout 360m
--- PASS: TestAccCloudFrontOriginAccessIdentitiesDataSource_all (14.23s)
--- PASS: TestAccCloudFrontDistributionDataSource_basic (316.18s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront 320.799s
% make testacc TESTARGS='-run=TestAccCloudTrailServiceAccountDataSource_' PKG=cloudtrail   
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/cloudtrail/... -v -count 1 -parallel 3  -run=TestAccCloudTrailServiceAccountDataSource_ -timeout 360m
--- PASS: TestAccCloudTrailServiceAccountDataSource_basic (8.80s)
--- PASS: TestAccCloudTrailServiceAccountDataSource_region (8.83s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/cloudtrail 13.425s
% make testacc TESTARGS='-run=TestAccCognitoIDPUserGroupDataSource_basic\|TestAccCognitoIDPUserGroupsDataSource_basic' PKG=cognitoidp
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/cognitoidp/... -v -count 1 -parallel 3  -run=TestAccCognitoIDPUserGroupDataSource_basic\|TestAccCognitoIDPUserGroupsDataSource_basic -timeout 360m
--- PASS: TestAccCognitoIDPUserGroupDataSource_basic (16.69s)
--- PASS: TestAccCognitoIDPUserGroupsDataSource_basic (16.69s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 21.470s
 % make testacc TESTARGS='-run=TestAccCUR_serial/ReportDefinition/DataSource_basic\|TestAccCUR_serial/ReportDefinition/DataSource_additional' PKG=cur
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/cur/... -v -count 1 -parallel 3  -run=TestAccCUR_serial/ReportDefinition/DataSource_basic\|TestAccCUR_serial/ReportDefinition/DataSource_additional -timeout 360m
--- PASS: TestAccCUR_serial (56.86s)
    --- PASS: TestAccCUR_serial/ReportDefinition (56.86s)
        --- PASS: TestAccCUR_serial/ReportDefinition/DataSource_basic (28.97s)
        --- PASS: TestAccCUR_serial/ReportDefinition/DataSource_additional (27.89s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/cur        61.494s
% make testacc TESTARGS='-run=TestAccDataSyncLocationEFS_\|TestAccDataSyncLocationFSxLustreFileSystem_\|TestAccDataSyncLocationFSxONTAPFileSystem_\|TestAccDataSyncLocationFSxOpenZFSFileSystem_\|TestAccDataSyncLocationFSxWindowsFileSystem_\|TestAccDataSyncLocationS3_' PKG=datasync 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/datasync/... -v -count 1 -parallel 3  -run=TestAccDataSyncLocationEFS_\|TestAccDataSyncLocationFSxLustreFileSystem_\|TestAccDataSyncLocationFSxONTAPFileSystem_\|TestAccDataSyncLocationFSxOpenZFSFileSystem_\|TestAccDataSyncLocationFSxWindowsFileSystem_\|TestAccDataSyncLocationS3_ -timeout 360m
--- PASS: TestAccDataSyncLocationEFS_basic (125.83s)
--- PASS: TestAccDataSyncLocationFSxLustreFileSystem_subdirectory (753.52s)
--- PASS: TestAccDataSyncLocationS3_tags (60.43s)
--- PASS: TestAccDataSyncLocationS3_disappears (28.21s)
--- PASS: TestAccDataSyncLocationS3_storageClass (22.20s)
--- PASS: TestAccDataSyncLocationS3_basic (30.78s)
--- PASS: TestAccDataSyncLocationFSxONTAPFileSystem_tags (2955.93s)
--- PASS: TestAccDataSyncLocationFSxWindowsFileSystem_subdirectory (3211.50s)
--- PASS: TestAccDataSyncLocationFSxOpenZFSFileSystem_tags (609.15s)
--- PASS: TestAccDataSyncLocationFSxWindowsFileSystem_tags (3988.46s)
--- PASS: TestAccDataSyncLocationFSxLustreFileSystem_disappears (708.59s)
--- PASS: TestAccDataSyncLocationEFS_disappears (122.47s)
--- PASS: TestAccDataSyncLocationEFS_subdirectory (123.96s)
--- PASS: TestAccDataSyncLocationFSxWindowsFileSystem_basic (2934.48s)
--- PASS: TestAccDataSyncLocationFSxWindowsFileSystem_disappears (3962.25s)
--- PASS: TestAccDataSyncLocationFSxONTAPFileSystem_disappears (2756.46s)
--- PASS: TestAccDataSyncLocationFSxONTAPFileSystem_subdirectory (2936.37s)
--- PASS: TestAccDataSyncLocationFSxOpenZFSFileSystem_disappears (572.17s)
--- PASS: TestAccDataSyncLocationFSxONTAPFileSystem_smb (2843.50s)
--- PASS: TestAccDataSyncLocationEFS_accessPointARN (124.03s)
--- PASS: TestAccDataSyncLocationFSxOpenZFSFileSystem_subdirectory (584.74s)
--- PASS: TestAccDataSyncLocationFSxLustreFileSystem_tags (710.77s)
--- PASS: TestAccDataSyncLocationFSxONTAPFileSystem_basic (2708.69s)
--- PASS: TestAccDataSyncLocationFSxLustreFileSystem_basic (781.61s)
--- PASS: TestAccDataSyncLocationEFS_tags (153.87s)
--- PASS: TestAccDataSyncLocationFSxOpenZFSFileSystem_basic (646.83s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/datasync   11629.455s
% make testacc TESTARGS='-run=TestAccDeviceFarmDevicePool_\|TestAccDeviceFarmInstanceProfile_\|TestAccDeviceFarmNetworkProfile_\|TestAccDeviceFarmProject_\|TestAccDeviceFarmTestGridProject_\|TestAccDeviceFarmUpload_' PKG=devicefarm 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/devicefarm/... -v -count 1 -parallel 20  -run=TestAccDeviceFarmDevicePool_\|TestAccDeviceFarmInstanceProfile_\|TestAccDeviceFarmNetworkProfile_\|TestAccDeviceFarmProject_\|TestAccDeviceFarmTestGridProject_\|TestAccDeviceFarmUpload_ -timeout 360m
--- PASS: TestAccDeviceFarmTestGridProject_disappears (31.42s)
--- PASS: TestAccDeviceFarmProject_disappears (38.93s)
--- PASS: TestAccDeviceFarmUpload_disappears (39.05s)
--- PASS: TestAccDeviceFarmInstanceProfile_disappears (39.05s)
--- PASS: TestAccDeviceFarmNetworkProfile_disappears_project (39.14s)
--- PASS: TestAccDeviceFarmUpload_disappears_project (39.32s)
--- PASS: TestAccDeviceFarmNetworkProfile_disappears (39.33s)
--- PASS: TestAccDeviceFarmDevicePool_disappears_project (39.67s)
--- PASS: TestAccDeviceFarmProject_timeout (56.22s)
--- PASS: TestAccDeviceFarmProject_basic (56.27s)
--- PASS: TestAccDeviceFarmDevicePool_disappears (25.42s)
--- PASS: TestAccDeviceFarmTestGridProject_vpc (58.01s)
--- PASS: TestAccDeviceFarmDevicePool_basic (58.01s)
--- PASS: TestAccDeviceFarmTestGridProject_basic (58.83s)
--- PASS: TestAccDeviceFarmInstanceProfile_basic (58.97s)
--- PASS: TestAccDeviceFarmUpload_basic (59.52s)
--- PASS: TestAccDeviceFarmNetworkProfile_basic (60.35s)
--- PASS: TestAccDeviceFarmTestGridProject_tags (66.98s)
--- PASS: TestAccDeviceFarmInstanceProfile_tags (68.52s)
--- PASS: TestAccDeviceFarmProject_tags (68.95s)
--- PASS: TestAccDeviceFarmNetworkProfile_tags (70.59s)
--- PASS: TestAccDeviceFarmDevicePool_tags (47.96s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/devicefarm 91.539s
% make testacc TESTARGS='-run=TestAccDirectConnectConnectionDataSource_\|TestAccDirectConnectHostedPrivateVirtualInterface_\|TestAccDirectConnectHostedPublicVirtualInterface_\|TestAccDirectConnectHostedTransitVirtualInterface_serial\|TestAccDirectConnectPrivateVirtualInterface_\|TestAccDirectConnectPublicVirtualInterface_\|TestAccDirectConnectTransitVirtualInterface_serial' PKG=directconnect
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/directconnect/... -v -count 1 -parallel 20  -run=TestAccDirectConnectConnectionDataSource_\|TestAccDirectConnectHostedPrivateVirtualInterface_\|TestAccDirectConnectHostedPublicVirtualInterface_\|TestAccDirectConnectHostedTransitVirtualInterface_serial\|TestAccDirectConnectPrivateVirtualInterface_\|TestAccDirectConnectPublicVirtualInterface_\|TestAccDirectConnectTransitVirtualInterface_serial -timeout 360m
=== RUN   TestAccDirectConnectConnectionDataSource_basic
=== PAUSE TestAccDirectConnectConnectionDataSource_basic
=== RUN   TestAccDirectConnectHostedPrivateVirtualInterface_basic
    hosted_private_virtual_interface_test.go:24: Environment variable DX_CONNECTION_ID is not set, skipping test
--- SKIP: TestAccDirectConnectHostedPrivateVirtualInterface_basic (0.00s)
=== RUN   TestAccDirectConnectHostedPrivateVirtualInterface_accepterTags
    hosted_private_virtual_interface_test.go:78: Environment variable DX_CONNECTION_ID is not set, skipping test
--- SKIP: TestAccDirectConnectHostedPrivateVirtualInterface_accepterTags (0.00s)
=== RUN   TestAccDirectConnectHostedPublicVirtualInterface_basic
    hosted_public_virtual_interface_test.go:24: Environment variable DX_CONNECTION_ID is not set, skipping test
--- SKIP: TestAccDirectConnectHostedPublicVirtualInterface_basic (0.00s)
=== RUN   TestAccDirectConnectHostedPublicVirtualInterface_accepterTags
    hosted_public_virtual_interface_test.go:80: Environment variable DX_CONNECTION_ID is not set, skipping test
--- SKIP: TestAccDirectConnectHostedPublicVirtualInterface_accepterTags (0.00s)
=== RUN   TestAccDirectConnectHostedTransitVirtualInterface_serial
=== PAUSE TestAccDirectConnectHostedTransitVirtualInterface_serial
=== RUN   TestAccDirectConnectPrivateVirtualInterface_basic
    private_virtual_interface_test.go:24: Environment variable DX_CONNECTION_ID is not set, skipping test
--- SKIP: TestAccDirectConnectPrivateVirtualInterface_basic (0.00s)
=== RUN   TestAccDirectConnectPrivateVirtualInterface_tags
    private_virtual_interface_test.go:92: Environment variable DX_CONNECTION_ID is not set, skipping test
--- SKIP: TestAccDirectConnectPrivateVirtualInterface_tags (0.00s)
=== RUN   TestAccDirectConnectPrivateVirtualInterface_dxGateway
    private_virtual_interface_test.go:166: Environment variable DX_CONNECTION_ID is not set, skipping test
--- SKIP: TestAccDirectConnectPrivateVirtualInterface_dxGateway (0.00s)
=== RUN   TestAccDirectConnectPrivateVirtualInterface_siteLink
    private_virtual_interface_test.go:214: Environment variable DX_CONNECTION_ID is not set, skipping test
--- SKIP: TestAccDirectConnectPrivateVirtualInterface_siteLink (0.00s)
=== RUN   TestAccDirectConnectPublicVirtualInterface_basic
    public_virtual_interface_test.go:24: Environment variable DX_CONNECTION_ID is not set, skipping test
--- SKIP: TestAccDirectConnectPublicVirtualInterface_basic (0.00s)
=== RUN   TestAccDirectConnectPublicVirtualInterface_tags
    public_virtual_interface_test.go:76: Environment variable DX_CONNECTION_ID is not set, skipping test
--- SKIP: TestAccDirectConnectPublicVirtualInterface_tags (0.00s)
=== RUN   TestAccDirectConnectTransitVirtualInterface_serial
=== PAUSE TestAccDirectConnectTransitVirtualInterface_serial
=== CONT  TestAccDirectConnectConnectionDataSource_basic
=== CONT  TestAccDirectConnectTransitVirtualInterface_serial
=== CONT  TestAccDirectConnectHostedTransitVirtualInterface_serial
=== RUN   TestAccDirectConnectTransitVirtualInterface_serial/basic
=== RUN   TestAccDirectConnectHostedTransitVirtualInterface_serial/basic
=== NAME  TestAccDirectConnectTransitVirtualInterface_serial/basic
    transit_virtual_interface_test.go:36: Environment variable DX_CONNECTION_ID is not set, skipping test
=== NAME  TestAccDirectConnectHostedTransitVirtualInterface_serial/basic
    hosted_transit_virtual_interface_test.go:35: Environment variable DX_CONNECTION_ID is not set, skipping test
=== RUN   TestAccDirectConnectTransitVirtualInterface_serial/tags
    transit_virtual_interface_test.go:105: Environment variable DX_CONNECTION_ID is not set, skipping test
=== RUN   TestAccDirectConnectHostedTransitVirtualInterface_serial/accepterTags
=== RUN   TestAccDirectConnectTransitVirtualInterface_serial/sitelink
    transit_virtual_interface_test.go:180: Environment variable DX_CONNECTION_ID is not set, skipping test
--- PASS: TestAccDirectConnectTransitVirtualInterface_serial (0.00s)
    --- SKIP: TestAccDirectConnectTransitVirtualInterface_serial/basic (0.00s)
    --- SKIP: TestAccDirectConnectTransitVirtualInterface_serial/tags (0.00s)
    --- SKIP: TestAccDirectConnectTransitVirtualInterface_serial/sitelink (0.00s)
=== NAME  TestAccDirectConnectHostedTransitVirtualInterface_serial/accepterTags
    hosted_transit_virtual_interface_test.go:90: Environment variable DX_CONNECTION_ID is not set, skipping test
--- PASS: TestAccDirectConnectHostedTransitVirtualInterface_serial (0.00s)
    --- SKIP: TestAccDirectConnectHostedTransitVirtualInterface_serial/basic (0.00s)
    --- SKIP: TestAccDirectConnectHostedTransitVirtualInterface_serial/accepterTags (0.00s)
--- PASS: TestAccDirectConnectConnectionDataSource_basic (15.95s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/directconnect	20.587s
% make testacc TESTARGS='-run=TestAccDynamoDBTableItemDataSource_' PKG=dynamodb
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/dynamodb/... -v -count 1 -parallel 20  -run=TestAccDynamoDBTableItemDataSource_ -timeout 360m
--- PASS: TestAccDynamoDBTableItemDataSource_projectionExpression (24.20s)
--- PASS: TestAccDynamoDBTableItemDataSource_expressionAttributeNames (25.99s)
--- PASS: TestAccDynamoDBTableItemDataSource_basic (26.03s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/dynamodb   30.707s

Skip is warranted and is what had to be tested given the change in the PR

% make testacc TESTARGS='-run=TestAccVPCDefaultVPCAndSubnet_serial/Subnet' PKG=ec2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/ec2/... -v -count 1 -parallel 20  -run=TestAccVPCDefaultVPCAndSubnet_serial/Subnet -timeout 360m
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/Subnet
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/Subnet/existing.basic
    vpc_default_subnet_test.go:89: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/Subnet/existing.forceDestroy
    vpc_default_subnet_test.go:135: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/Subnet/existing.ipv6
    vpc_default_subnet_test.go:162: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/Subnet/existing.privateDnsNameOptionsOnLaunch
    vpc_default_subnet_test.go:209: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/Subnet/notFound.basic
    vpc_default_subnet_test.go:256: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported
=== RUN   TestAccVPCDefaultVPCAndSubnet_serial/Subnet/notFound.ipv6Native
    vpc_default_subnet_test.go:302: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported
--- PASS: TestAccVPCDefaultVPCAndSubnet_serial (0.66s)
    --- PASS: TestAccVPCDefaultVPCAndSubnet_serial/Subnet (0.66s)
        --- SKIP: TestAccVPCDefaultVPCAndSubnet_serial/Subnet/existing.basic (0.66s)
        --- SKIP: TestAccVPCDefaultVPCAndSubnet_serial/Subnet/existing.forceDestroy (0.00s)
        --- SKIP: TestAccVPCDefaultVPCAndSubnet_serial/Subnet/existing.ipv6 (0.00s)
        --- SKIP: TestAccVPCDefaultVPCAndSubnet_serial/Subnet/existing.privateDnsNameOptionsOnLaunch (0.00s)
        --- SKIP: TestAccVPCDefaultVPCAndSubnet_serial/Subnet/notFound.basic (0.00s)
        --- SKIP: TestAccVPCDefaultVPCAndSubnet_serial/Subnet/notFound.ipv6Native (0.00s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/ec2        5.452s
% make testacc TESTARGS='-run=TestAccECSService_ServiceRegistries_basic\|TestAccECSService_ServiceRegistries_container\|TestAccECSService_ServiceRegistries_changes\|TestAccECSService_ServiceRegistries_removal\|TestAccECSTaskDefinition_runtimePlatform\|TestAccECSTaskDefinition_Fargate_runtimePlatform\|TestAccECSTaskDefinition_Fargate_runtimePlatformWithoutArch' PKG=ecs
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/ecs/... -v -count 1 -parallel 4  -run=TestAccECSService_ServiceRegistries_basic\|TestAccECSService_ServiceRegistries_container\|TestAccECSService_ServiceRegistries_changes\|TestAccECSService_ServiceRegistries_removal\|TestAccECSTaskDefinition_runtimePlatform\|TestAccECSTaskDefinition_Fargate_runtimePlatform\|TestAccECSTaskDefinition_Fargate_runtimePlatformWithoutArch -timeout 360m
--- PASS: TestAccECSTaskDefinition_runtimePlatform (17.57s)
--- PASS: TestAccECSTaskDefinition_Fargate_runtimePlatformWithoutArch (17.59s)
--- PASS: TestAccECSTaskDefinition_Fargate_runtimePlatform (15.33s)
--- PASS: TestAccECSService_ServiceRegistries_basic (161.97s)
--- PASS: TestAccECSService_ServiceRegistries_container (160.27s)
--- PASS: TestAccECSService_ServiceRegistries_removal (153.59s)
--- PASS: TestAccECSService_ServiceRegistries_changes (289.40s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/ecs        294.125s
% make testacc TESTARGS='-run=TestAccEKSAddonDataSource_configurationValues' PKG=eks
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/eks/... -v -count 1 -parallel 4  -run=TestAccEKSAddonDataSource_configurationValues -timeout 360m
--- PASS: TestAccEKSAddonDataSource_configurationValues (710.74s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/eks        715.389s
% make testacc TESTARGS='-run=TestAccElastiCacheSubnetGroupDataSource_basic' PKG=elasticache
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/elasticache/... -v -count 1 -parallel 4  -run=TestAccElastiCacheSubnetGroupDataSource_basic -timeout 360m
--- PASS: TestAccElastiCacheSubnetGroupDataSource_basic (25.86s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/elasticache 
% make testacc TESTARGS='-run=TestAccElasticBeanstalkHostedZoneDataSource_' PKG=elasticbeanstalk 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/elasticbeanstalk/... -v -count 1 -parallel 4  -run=TestAccElasticBeanstalkHostedZoneDataSource_ -timeout 360m
--- PASS: TestAccElasticBeanstalkHostedZoneDataSource_basic (8.65s)
--- PASS: TestAccElasticBeanstalkHostedZoneDataSource_region (15.45s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/elasticbeanstalk   20.071s
% make testacc TESTARGS='-run=TestAccELBV2LoadBalancersDataSource_\|TestAccELBV2TargetGroupDataSource_' PKG=elbv2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/elbv2/... -v -count 1 -parallel 4  -run=TestAccELBV2LoadBalancersDataSource_\|TestAccELBV2TargetGroupDataSource_ -timeout 360m
--- PASS: TestAccELBV2TargetGroupDataSource_matchTags (19.17s)
--- PASS: TestAccELBV2TargetGroupDataSource_basic (213.79s)
--- PASS: TestAccELBV2TargetGroupDataSource_appCookie (213.79s)
--- PASS: TestAccELBV2LoadBalancersDataSource_basic (215.78s)
--- PASS: TestAccELBV2TargetGroupDataSource_backwardsCompatibility (202.43s)
--- PASS: TestAccELBV2TargetGroupDataSource_tags (22.02s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/elbv2      240.453s
% make testacc TESTARGS='-run=TestValid' PKG=events 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/events/... -v -count 1 -parallel 4  -run=TestValid -timeout 360m
--- PASS: TestValidCustomEventBusSourceName (0.00s)
--- PASS: TestValidRuleName (0.00s)
--- PASS: TestValidBusNameOrARN (0.00s)
--- PASS: TestValidCustomEventBusName (0.00s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/events     4.646s
% make testacc TESTARGS='-run=TestAccEvidentlyFeature_\|TestAccEvidentlyProject_' PKG=evidently 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/evidently/... -v -count 1 -parallel 20  -run=TestAccEvidentlyFeature_\|TestAccEvidentlyProject_ -timeout 360m
--- PASS: TestAccEvidentlyProject_disappears (35.42s)
--- PASS: TestAccEvidentlyFeature_disappears (39.69s)
--- PASS: TestAccEvidentlyFeature_basic (43.12s)
--- PASS: TestAccEvidentlyFeature_updateEntityOverrides (49.83s)
--- PASS: TestAccEvidentlyFeature_updateDescription (53.49s)
--- PASS: TestAccEvidentlyFeature_updateDefaultVariation (56.49s)
--- PASS: TestAccEvidentlyFeature_updateVariationsDoubleValue (56.63s)
--- PASS: TestAccEvidentlyFeature_updateVariationsBoolValue (57.55s)
--- PASS: TestAccEvidentlyFeature_updateVariationsLongValue (58.91s)
--- PASS: TestAccEvidentlyFeature_updateEvaluationStrategy (58.92s)
--- PASS: TestAccEvidentlyProject_basic (59.16s)
--- PASS: TestAccEvidentlyProject_updateDataDeliveryCloudWatchLogGroup (62.88s)
--- PASS: TestAccEvidentlyProject_updateDataDeliveryS3Prefix (65.60s)
--- PASS: TestAccEvidentlyFeature_updateVariationsStringValue (66.90s)
--- PASS: TestAccEvidentlyProject_updateDataDeliveryS3Bucket (66.92s)
--- PASS: TestAccEvidentlyProject_updateDataDeliveryCloudWatchToS3 (66.94s)
--- PASS: TestAccEvidentlyProject_tags (67.36s)
--- PASS: TestAccEvidentlyFeature_tags (67.91s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/evidently  72.606s
% make testacc TESTARGS='-run=TestAccGuardDutyMalwareProtectionPlan_' PKG=guardduty 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/guardduty/... -v -count 1 -parallel 4  -run=TestAccGuardDutyMalwareProtectionPlan_ -timeout 360m
--- PASS: TestAccGuardDutyMalwareProtectionPlan_disappears (35.31s)
--- PASS: TestAccGuardDutyMalwareProtectionPlan_basic (46.48s)
--- PASS: TestAccGuardDutyMalwareProtectionPlan_protectedResourceS3BucketObjectPrefix (70.47s)
--- PASS: TestAccGuardDutyMalwareProtectionPlan_tags (71.01s)
--- PASS: TestAccGuardDutyMalwareProtectionPlan_actionsTaggingStatus (54.06s)
--- PASS: TestAccGuardDutyMalwareProtectionPlan_protectedResourceS3BucketName (55.18s)
--- PASS: TestAccGuardDutyMalwareProtectionPlan_role (53.34s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/guardduty  128.428s
% make testacc TESTARGS='-run=TestAccKafkaConnectConnectorDataSource_basic\|TestAccKafkaConnectCustomPluginDataSource_basic\|TestAccKafkaConnectWorkerConfigurationDataSource_basic' PKG=kafkaconnect
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/kafkaconnect/... -v -count 1 -parallel 4  -run=TestAccKafkaConnectConnectorDataSource_basic\|TestAccKafkaConnectCustomPluginDataSource_basic\|TestAccKafkaConnectWorkerConfigurationDataSource_basic -timeout 360m
--- PASS: TestAccKafkaConnectWorkerConfigurationDataSource_basic (18.94s)
--- PASS: TestAccKafkaConnectCustomPluginDataSource_basic (34.39s)
--- PASS: TestAccKafkaConnectConnectorDataSource_basic (2762.08s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/kafkaconnect       2766.657s
% make testacc TESTARGS='-run=TestAccKeyspacesKeyspace_' PKG=keyspaces 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/keyspaces/... -v -count 1 -parallel 4  -run=TestAccKeyspacesKeyspace_ -timeout 360m
--- PASS: TestAccKeyspacesKeyspace_disappears (61.47s)
--- PASS: TestAccKeyspacesKeyspace_basic (64.15s)
--- PASS: TestAccKeyspacesKeyspace_tags (82.19s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/keyspaces  86.840s
% make testacc TESTARGS='-run=TestAccKMSAliasDataSource_\|TestValid' PKG=kms 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/kms/... -v -count 1 -parallel 4  -run=TestAccKMSAliasDataSource_\|TestValid -timeout 360m
--- PASS: TestValidGrantName (0.00s)
--- PASS: TestValidNameForDataSource (0.00s)
--- PASS: TestValidNameForResource (0.00s)
--- PASS: TestValidateKeyARN (0.00s)
    --- PASS: TestValidateKeyARN/kms_non-key_id (0.00s)
    --- PASS: TestValidateKeyARN/not_a_string (0.00s)
    --- PASS: TestValidateKeyARN/kms_mrk_key_id (0.00s)
    --- PASS: TestValidateKeyARN/kms_key_id (0.00s)
    --- PASS: TestValidateKeyARN/non-kms_arn (0.00s)
    --- PASS: TestValidateKeyARN/not_an_arn (0.00s)
--- PASS: TestValidateKeyOrAlias (0.00s)
    --- PASS: TestValidateKeyOrAlias/arn:aws:lamda:foo:bar:key/xyz (0.00s)
    --- PASS: TestValidateKeyOrAlias/$%wrongkey (0.00s)
    --- PASS: TestValidateKeyOrAlias/arn:aws:kms:us-west-2:111122223333:alias/arbitrary/key (0.00s)
    --- PASS: TestValidateKeyOrAlias/arn:aws:kms:us-west-2:111122223333:alias/arbitrary-key (0.00s)
    --- PASS: TestValidateKeyOrAlias/arn:aws:kms:us-west-2:111122223333:key/mrk-a835af0b39c94b86a21a8fc9535df681 (0.00s)
    --- PASS: TestValidateKeyOrAlias/mrk-f827515944fb43f9b902a09d2c8b554f (0.00s)
    --- PASS: TestValidateKeyOrAlias/alias/arbitrary/key (0.00s)
    --- PASS: TestValidateKeyOrAlias/alias/arbitrary-key (0.00s)
    --- PASS: TestValidateKeyOrAlias/arn:aws:kms:us-west-2:111122223333:key/57ff7a43-341d-46b6-aee3-a450c9de6dc8 (0.00s)
    --- PASS: TestValidateKeyOrAlias/57ff7a43-341d-46b6-aee3-a450c9de6dc8 (0.00s)
--- PASS: TestAccKMSAliasDataSource_service (10.21s)
--- PASS: TestAccKMSAliasDataSource_cmk (15.18s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/kms        19.871s

Test failure unrelated to PR

% make testacc TESTARGS='-run=TestAccLakeFormation_serial/PermissionsDataSource' PKG=lakeformation
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/lakeformation/... -v -count 1 -parallel 4  -run=TestAccLakeFormation_serial/PermissionsDataSource -timeout 360m
=== RUN   TestAccLakeFormation_serial/PermissionsDataSource
=== RUN   TestAccLakeFormation_serial/PermissionsDataSource/dataLocation
    permissions_data_source_test.go:72: Error running post-test destroy, there may be dangling resources: exit status 1
        
        Error: deregistering Lake Formation Resource (arn:aws:s3:::tf-acc-test-4759424452486999825): operation error LakeFormation: DeregisterResource, https response error StatusCode: 400, RequestID: 24af4a90-e3f3-4e0b-8fe1-5a4199a72b76, InvalidInputException: Must manually delete service-linked role to deregister last S3 location.
--- FAIL: TestAccLakeFormation_serial (186.12s)
    --- FAIL: TestAccLakeFormation_serial/PermissionsDataSource (186.12s)
        --- FAIL: TestAccLakeFormation_serial/PermissionsDataSource/dataLocation (23.90s)
        --- PASS: TestAccLakeFormation_serial/PermissionsDataSource/lfTag (23.31s)
        --- PASS: TestAccLakeFormation_serial/PermissionsDataSource/lfTagPolicy (23.07s)
        --- PASS: TestAccLakeFormation_serial/PermissionsDataSource/table (22.00s)
        --- PASS: TestAccLakeFormation_serial/PermissionsDataSource/tableWithColumns (25.21s)
        --- PASS: TestAccLakeFormation_serial/PermissionsDataSource/basic (22.52s)
        --- PASS: TestAccLakeFormation_serial/PermissionsDataSource/dataCellsFilter (21.39s)
        --- PASS: TestAccLakeFormation_serial/PermissionsDataSource/database (24.71s)
FAIL
FAIL    github.com/hashicorp/terraform-provider-aws/internal/service/lakeformation      190.719s
FAIL
% make testacc TESTARGS='-run=TestAccLocationTracker_' PKG=location 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/location/... -v -count 1 -parallel 4  -run=TestAccLocationTracker_ -timeout 360m
--- PASS: TestAccLocationTracker_basic (16.48s)
--- PASS: TestAccLocationTracker_kmsKeyID (18.65s)
--- PASS: TestAccLocationTracker_positionFiltering (25.81s)
--- PASS: TestAccLocationTracker_disappears (12.51s)
--- PASS: TestAccLocationTracker_tags (35.43s)
--- PASS: TestAccLocationTracker_description (23.29s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/location   46.681s
% make testacc TESTARGS='-run=TestAccMemoryDBSubnetGroup_' PKG=memorydb 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/memorydb/... -v -count 1 -parallel 4  -run=TestAccMemoryDBSubnetGroup_ -timeout 360m
--- PASS: TestAccMemoryDBSubnetGroup_basic (29.99s)
--- PASS: TestAccMemoryDBSubnetGroup_update_description (49.01s)
--- PASS: TestAccMemoryDBSubnetGroup_nameGenerated (22.31s)
--- PASS: TestAccMemoryDBSubnetGroup_update_subnetIds (71.51s)
--- PASS: TestAccMemoryDBSubnetGroup_namePrefix (22.78s)
--- PASS: TestAccMemoryDBSubnetGroup_disappears (22.76s)
--- PASS: TestAccMemoryDBSubnetGroup_update_tags (87.96s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/memorydb   92.575s
% make testacc TESTARGS='-run=TestAccObservabilityAccessManager_serial/LinksDataSource\|TestAccObservabilityAccessManager_serial/SinksDataSource' PKG=oam 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/oam/... -v -count 1 -parallel 4  -run=TestAccObservabilityAccessManager_serial/LinksDataSource\|TestAccObservabilityAccessManager_serial/SinksDataSource -timeout 360m
=== RUN   TestAccObservabilityAccessManager_serial/SinksDataSource
=== RUN   TestAccObservabilityAccessManager_serial/SinksDataSource/basic
=== RUN   TestAccObservabilityAccessManager_serial/LinksDataSource
=== RUN   TestAccObservabilityAccessManager_serial/LinksDataSource/basic
    links_data_source_test.go:29: skipping test because at least one environment variable of [AWS_ALTERNATE_PROFILE AWS_ALTERNATE_ACCESS_KEY_ID] must be set. Usage: credentials for running acceptance testing in alternate AWS account.
--- PASS: TestAccObservabilityAccessManager_serial (13.96s)
    --- PASS: TestAccObservabilityAccessManager_serial/SinksDataSource (13.96s)
        --- PASS: TestAccObservabilityAccessManager_serial/SinksDataSource/basic (13.96s)
    --- PASS: TestAccObservabilityAccessManager_serial/LinksDataSource (0.00s)
        --- SKIP: TestAccObservabilityAccessManager_serial/LinksDataSource/basic (0.00s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/oam        18.614s
% make testacc TESTARGS='-run=TestAccPaymentCryptographyKeyAlias_' PKG=paymentcryptography 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/paymentcryptography/... -v -count 1 -parallel 4  -run=TestAccPaymentCryptographyKeyAlias_ -timeout 360m
--- PASS: TestAccPaymentCryptographyKeyAlias_basic (17.61s)
--- PASS: TestAccPaymentCryptographyKeyAlias_disappears (18.14s)
--- PASS: TestAccPaymentCryptographyKeyAlias_update (26.38s)
--- PASS: TestAccPaymentCryptographyKeyAlias_updateName (29.18s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/paymentcryptography        33.734s
% make testacc TESTARGS='-run=TestAccPricingProductDataSource_' PKG=pricing 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/pricing/... -v -count 1 -parallel 4  -run=TestAccPricingProductDataSource_ -timeout 360m
=== CONT  TestAccPricingProductDataSource_ec2
=== CONT  TestAccPricingProductDataSource_redshift
    product_data_source_test.go:43: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-1, ap-south-1]
=== NAME  TestAccPricingProductDataSource_ec2
    product_data_source_test.go:21: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-1, ap-south-1]
--- SKIP: TestAccPricingProductDataSource_ec2 (0.69s)
--- SKIP: TestAccPricingProductDataSource_redshift (0.69s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/pricing    5.313s
% make testacc TESTARGS='-run=TestAccRBinRule_' PKG=rbin 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/rbin/... -v -count 1 -parallel 4  -run=TestAccRBinRule_ -timeout 360m
--- PASS: TestAccRBinRule_lock_config (15.53s)
--- PASS: TestAccRBinRule_disappears (15.72s)
--- PASS: TestAccRBinRule_basic (28.05s)
--- PASS: TestAccRBinRule_tags (37.37s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/rbin       42.054s
% make testacc TESTARGS='-run=TestAccRDSInstance_BlueGreenDeployment_outOfBand' PKG=rds
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/rds/... -v -count 1 -parallel 4  -run=TestAccRDSInstance_BlueGreenDeployment_outOfBand -timeout 360m
--- PASS: TestAccRDSInstance_BlueGreenDeployment_outOfBand (2590.38s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/rds        2595.063s

Test failure unrelated to PR

% make testacc TESTARGS='-run=TestAccRolesAnywhereProfile_\|TestAccRolesAnywhereTrustAnchor_' PKG=rolesanywhere
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/rolesanywhere/... -v -count 1 -parallel 4  -run=TestAccRolesAnywhereProfile_\|TestAccRolesAnywhereTrustAnchor_ -timeout 360m
=== NAME  TestAccRolesAnywhereTrustAnchor_certificateBundle
    trust_anchor_test.go:130: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating RolesAnywhere Trust Anchor (tf-acc-test-1125506384466969322): operation error RolesAnywhere: CreateTrustAnchor, https response error StatusCode: 403, RequestID: 68c2a71c-9129-4b54-a679-c3de5509a4d0, AccessDeniedException: Unauthorized because no identity-based policy allows for the iam:CreateServiceLinkedRole action
        
          with aws_rolesanywhere_trust_anchor.test,
          on terraform_plugin_test.tf line 12, in resource "aws_rolesanywhere_trust_anchor" "test":
          12: resource "aws_rolesanywhere_trust_anchor" "test" {
        
--- FAIL: TestAccRolesAnywhereTrustAnchor_certificateBundle (7.00s)
=== CONT  TestAccRolesAnywhereProfile_enabled
=== NAME  TestAccRolesAnywhereTrustAnchor_tags
    trust_anchor_test.go:61: Step 1/4 error: Error running apply: exit status 1
        
        Error: creating RolesAnywhere Trust Anchor (tf-acc-test-7233427601226478493): operation error RolesAnywhere: CreateTrustAnchor, https response error StatusCode: 403, RequestID: 7ecd22ab-b069-41c0-82d5-6175be695963, AccessDeniedException: Unauthorized because no identity-based policy allows for the iam:CreateServiceLinkedRole action
        
          with aws_rolesanywhere_trust_anchor.test,
          on terraform_plugin_test.tf line 45, in resource "aws_rolesanywhere_trust_anchor" "test":
          45: resource "aws_rolesanywhere_trust_anchor" "test" {
        
--- FAIL: TestAccRolesAnywhereTrustAnchor_tags (14.46s)
=== CONT  TestAccRolesAnywhereTrustAnchor_basic
--- PASS: TestAccRolesAnywhereProfile_basic (19.40s)
=== CONT  TestAccRolesAnywhereTrustAnchor_disappears
--- PASS: TestAccRolesAnywhereTrustAnchor_basic (22.47s)
=== CONT  TestAccRolesAnywhereProfile_disappears
--- PASS: TestAccRolesAnywhereTrustAnchor_enabled (37.99s)
=== CONT  TestAccRolesAnywhereProfile_tags
--- PASS: TestAccRolesAnywhereTrustAnchor_disappears (19.74s)
--- PASS: TestAccRolesAnywhereProfile_enabled (41.26s)
--- PASS: TestAccRolesAnywhereProfile_disappears (14.90s)
--- PASS: TestAccRolesAnywhereProfile_tags (38.66s)
FAIL
FAIL    github.com/hashicorp/terraform-provider-aws/internal/service/rolesanywhere      81.640s
FAIL
% make testacc TESTARGS='-run=TestAccRoute53DelegationSetDataSource_\|TestAccRoute53HealthCheck_\|TestAccRoute53TrafficPolicyDocumentDataSource_' PKG=route53 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/route53/... -v -count 1 -parallel 4  -run=TestAccRoute53DelegationSetDataSource_\|TestAccRoute53HealthCheck_\|TestAccRoute53TrafficPolicyDocumentDataSource_ -timeout 360m
--- PASS: TestAccRoute53DelegationSetDataSource_basic (93.62s)
--- PASS: TestAccRoute53HealthCheck_disappears (13.33s)
--- PASS: TestAccRoute53HealthCheck_withHealthCheckRegions (15.49s)
--- PASS: TestAccRoute53HealthCheck_cloudWatchAlarmCheck (17.71s)
--- PASS: TestAccRoute53TrafficPolicyDocumentDataSource_complete (10.01s)
--- PASS: TestAccRoute53HealthCheck_basic (24.28s)
--- PASS: TestAccRoute53HealthCheck_ipv6 (18.36s)
--- PASS: TestAccRoute53HealthCheck_disabled (32.21s)
--- PASS: TestAccRoute53HealthCheck_withSNI (32.28s)
--- PASS: TestAccRoute53HealthCheck_withChildHealthChecks (15.79s)
--- PASS: TestAccRoute53HealthCheck_withSearchString (23.20s)
--- PASS: TestAccRoute53TrafficPolicyDocumentDataSource_basic (7.79s)
--- PASS: TestAccRoute53HealthCheck_ip (23.80s)
--- PASS: TestAccRoute53HealthCheck_tags (32.57s)
--- PASS: TestAccRoute53HealthCheck_withRoutingControlARN (82.23s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/route53    198.223s
% make testacc TESTARGS='-run=TestAccRoute53ResolverQueryLogConfigDataSource_' PKG=route53resolver     
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/route53resolver/... -v -count 1 -parallel 4  -run=TestAccRoute53ResolverQueryLogConfigDataSource_ -timeout 360m
--- PASS: TestAccRoute53ResolverQueryLogConfigDataSource_filter (17.94s)
--- PASS: TestAccRoute53ResolverQueryLogConfigDataSource_basic (18.54s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/route53resolver    23.218s
% make testacc TESTARGS='-run=TestAccS3Bucket_Basic_acceleration' PKG=s3                   
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/s3/... -v -count 1 -parallel 4  -run=TestAccS3Bucket_Basic_acceleration -timeout 360m
--- PASS: TestAccS3Bucket_Basic_acceleration (44.92s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/s3 49.634s
% make testacc TESTARGS='-run=TestAccSecurityHub_serial/Account\|TestAccSecurityHub_serial/FindingAggregator' PKG=securityhub
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/securityhub/... -v -count 1 -parallel 4  -run=TestAccSecurityHub_serial/Account\|TestAccSecurityHub_serial/FindingAggregator -timeout 360m
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/basic
    organization_admin_account_test.go:27: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/disappears
    organization_admin_account_test.go:56: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/MultiRegion
    organization_admin_account_test.go:83: skipping tests; this AWS account must not be an existing member of an AWS Organization
--- PASS: TestAccSecurityHub_serial (172.61s)
    --- PASS: TestAccSecurityHub_serial/OrganizationAdminAccount (3.30s)
        --- SKIP: TestAccSecurityHub_serial/OrganizationAdminAccount/basic (1.17s)
        --- SKIP: TestAccSecurityHub_serial/OrganizationAdminAccount/disappears (0.19s)
        --- SKIP: TestAccSecurityHub_serial/OrganizationAdminAccount/MultiRegion (1.94s)
    --- PASS: TestAccSecurityHub_serial/Account (118.27s)
        --- PASS: TestAccSecurityHub_serial/Account/EnableDefaultStandardsFalse (12.41s)
        --- PASS: TestAccSecurityHub_serial/Account/MigrateV0 (28.06s)
        --- PASS: TestAccSecurityHub_serial/Account/Full (21.08s)
        --- PASS: TestAccSecurityHub_serial/Account/RemoveControlFindingGeneratorDefaultValue (28.91s)
        --- PASS: TestAccSecurityHub_serial/Account/basic (14.91s)
        --- PASS: TestAccSecurityHub_serial/Account/disappears (12.90s)
    --- PASS: TestAccSecurityHub_serial/FindingAggregator (51.04s)
        --- PASS: TestAccSecurityHub_serial/FindingAggregator/basic (36.44s)
        --- PASS: TestAccSecurityHub_serial/FindingAggregator/disappears (14.60s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/securityhub        177.291s
% make testacc TESTARGS='-run=TestAccSESV2ConfigurationSet_\|TestAccSESV2ContactList_\|TestAccSESV2EmailIdentity_' PKG=sesv2 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/sesv2/... -v -count 1 -parallel 4  -run=TestAccSESV2ConfigurationSet_\|TestAccSESV2ContactList_\|TestAccSESV2EmailIdentity_ -timeout 360m
--- PASS: TestAccSESV2ContactList_basic (15.55s)
--- PASS: TestAccSESV2ContactList_description (23.46s)
--- PASS: TestAccSESV2ContactList_topic (23.40s)
--- PASS: TestAccSESV2ContactList_tags (23.41s)
--- PASS: TestAccSESV2ContactList_disappears (11.90s)
--- PASS: TestAccSESV2ConfigurationSet_basic (16.10s)
--- PASS: TestAccSESV2ConfigurationSet_sendingEnabled (25.53s)
--- PASS: TestAccSESV2EmailIdentity_configurationSetName (27.10s)
--- PASS: TestAccSESV2EmailIdentity_basic_domain (16.16s)
--- PASS: TestAccSESV2ConfigurationSet_tags (35.09s)
--- PASS: TestAccSESV2EmailIdentity_disappears (12.67s)
--- PASS: TestAccSESV2EmailIdentity_domainSigning (25.20s)
--- PASS: TestAccSESV2ConfigurationSet_engagementMetrics (24.78s)
--- PASS: TestAccSESV2ConfigurationSet_optimizedSharedDelivery (24.34s)
--- PASS: TestAccSESV2EmailIdentity_tags (35.00s)
--- PASS: TestAccSESV2EmailIdentity_basic_emailAddress (15.60s)
--- PASS: TestAccSESV2ConfigurationSet_suppressedReasons (24.87s)
--- PASS: TestAccSESV2EmailIdentity_nextSigningKeyLength (25.87s)
--- PASS: TestAccSESV2ConfigurationSet_disappears (12.41s)
--- PASS: TestAccSESV2ConfigurationSet_tlsPolicy (24.53s)
--- PASS: TestAccSESV2ConfigurationSet_reputationMetricsEnabled (24.08s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/sesv2      202.124s
% make testacc TESTARGS='-run=TestAccShieldProtection_' PKG=shield 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/shield/... -v -count 1 -parallel 4  -run=TestAccShieldProtection_ -timeout 360m
=== CONT  TestAccShieldProtection_globalAccelerator
=== CONT  TestAccShieldProtection_elb
=== CONT  TestAccShieldProtection_disappears
=== CONT  TestAccShieldProtection_alb
    protection_test.go:345: skipping acceptance testing: operation error Shield: ListProtections, https response error StatusCode: 400, RequestID: 32ba96c8-c714-4682-9336-0cbdedb45a8f, ResourceNotFoundException: The subscription does not exist.
--- SKIP: TestAccShieldProtection_alb (1.09s)
=== CONT  TestAccShieldProtection_CloudFront_tags
=== NAME  TestAccShieldProtection_globalAccelerator
    protection_test.go:345: skipping acceptance testing: operation error Shield: ListProtections, https response error StatusCode: 400, RequestID: 1ee0597f-4eef-4a42-bc91-124cea687878, ResourceNotFoundException: The subscription does not exist.
--- SKIP: TestAccShieldProtection_globalAccelerator (1.10s)
=== CONT  TestAccShieldProtection_route53
=== NAME  TestAccShieldProtection_elb
    protection_test.go:345: skipping acceptance testing: operation error Shield: ListProtections, https response error StatusCode: 400, RequestID: b80eae9f-4e2c-498a-98dd-b6e93e457356, ResourceNotFoundException: The subscription does not exist.
--- SKIP: TestAccShieldProtection_elb (1.11s)
=== CONT  TestAccShieldProtection_elasticIPAddress
=== NAME  TestAccShieldProtection_disappears
    protection_test.go:345: skipping acceptance testing: operation error Shield: ListProtections, https response error StatusCode: 400, RequestID: a8b2db88-c61b-4a4f-aa6d-362955c90561, ResourceNotFoundException: The subscription does not exist.
--- SKIP: TestAccShieldProtection_disappears (1.12s)
=== CONT  TestAccShieldProtection_cloudFront
=== NAME  TestAccShieldProtection_route53
    protection_test.go:345: skipping acceptance testing: operation error Shield: ListProtections, https response error StatusCode: 400, RequestID: 67e9a8c8-cc33-46f1-8bde-229dbad68ec4, ResourceNotFoundException: The subscription does not exist.
--- SKIP: TestAccShieldProtection_route53 (0.38s)
=== NAME  TestAccShieldProtection_CloudFront_tags
    protection_test.go:345: skipping acceptance testing: operation error Shield: ListProtections, https response error StatusCode: 400, RequestID: 4faa6f74-8135-4dd1-8a77-d442e47030a9, ResourceNotFoundException: The subscription does not exist.
--- SKIP: TestAccShieldProtection_CloudFront_tags (0.39s)
=== NAME  TestAccShieldProtection_elasticIPAddress
    protection_test.go:345: skipping acceptance testing: operation error Shield: ListProtections, https response error StatusCode: 400, RequestID: 4efb40b4-6cc4-4223-b246-1f3558ec126c, ResourceNotFoundException: The subscription does not exist.
--- SKIP: TestAccShieldProtection_elasticIPAddress (0.38s)
=== NAME  TestAccShieldProtection_cloudFront
    protection_test.go:345: skipping acceptance testing: operation error Shield: ListProtections, https response error StatusCode: 400, RequestID: 149d7e38-0b5a-4da5-bc70-0c778a32c0d4, ResourceNotFoundException: The subscription does not exist.
--- SKIP: TestAccShieldProtection_cloudFront (0.38s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/shield     6.115s
% make testacc TESTARGS='-run=TestAccSSMContacts_serial/RotationResource' PKG=ssmcontacts
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/ssmcontacts/... -v -count 1 -parallel 4  -run=TestAccSSMContacts_serial/RotationResource -timeout 360m
--- PASS: TestAccSSMContacts_serial (2444.62s)
    --- PASS: TestAccSSMContacts_serial/RotationResource (2444.62s)
        --- PASS: TestAccSSMContacts_serial/RotationResource/contactIds (335.79s)
        --- PASS: TestAccSSMContacts_serial/RotationResource/recurrence (446.51s)
        --- PASS: TestAccSSMContacts_serial/RotationResource/tags (342.54s)
        --- PASS: TestAccSSMContacts_serial/RotationResource/basic (330.44s)
        --- PASS: TestAccSSMContacts_serial/RotationResource/disappears (320.86s)
        --- PASS: TestAccSSMContacts_serial/RotationResource/update (334.17s)
        --- PASS: TestAccSSMContacts_serial/RotationResource/startTime (334.30s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/ssmcontacts        2449.172s
% make testacc TESTARGS='-run=TestAccSSMIncidents_serial/ReplicationSet\|TestAccSSMIncidents_serial/ReplicationSetDataSource' PKG=ssmincidents
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/ssmincidents/... -v -count 1 -parallel 4  -run=TestAccSSMIncidents_serial/ReplicationSet\|TestAccSSMIncidents_serial/ReplicationSetDataSource -timeout 360m
--- PASS: TestAccSSMIncidents_serial (7038.76s)
    --- PASS: TestAccSSMIncidents_serial/ReplicationSet (6716.85s)
        --- PASS: TestAccSSMIncidents_serial/ReplicationSet/basic (1108.49s)
        --- PASS: TestAccSSMIncidents_serial/ReplicationSet/updateDefaultKey (2057.75s)
        --- PASS: TestAccSSMIncidents_serial/ReplicationSet/updateCMK (1583.68s)
        --- PASS: TestAccSSMIncidents_serial/ReplicationSet/updateTags (337.06s)
        --- PASS: TestAccSSMIncidents_serial/ReplicationSet/updateEmptyTags (343.03s)
        --- PASS: TestAccSSMIncidents_serial/ReplicationSet/disappears (1286.85s)
    --- PASS: TestAccSSMIncidents_serial/ReplicationSetDataSource (321.91s)
        --- PASS: TestAccSSMIncidents_serial/ReplicationSetDataSource/basic (321.91s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/ssmincidents       7043.326s
% make testacc TESTARGS='-run=TestAccTranscribeMedicalVocabulary_\|TestAccTranscribeVocabulary_' PKG=transcribe 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/transcribe/... -v -count 1 -parallel 4  -run=TestAccTranscribeMedicalVocabulary_\|TestAccTranscribeVocabulary_ -timeout 360m
--- PASS: TestAccTranscribeVocabulary_basicPhrases (118.81s)
--- PASS: TestAccTranscribeMedicalVocabulary_basic (141.38s)
--- PASS: TestAccTranscribeVocabulary_disappears (149.09s)
--- PASS: TestAccTranscribeVocabulary_updateTags (150.30s)
--- PASS: TestAccTranscribeVocabulary_basic (91.29s)
--- PASS: TestAccTranscribeMedicalVocabulary_disappears (167.99s)
--- PASS: TestAccTranscribeVocabulary_updateS3URI (197.34s)
--- PASS: TestAccTranscribeMedicalVocabulary_updateS3URI (238.32s)
--- PASS: TestAccTranscribeMedicalVocabulary_updateTags (169.24s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/transcribe 406.462s
% make testacc TESTARGS='-run=TestAccVPCLatticeServiceNetworkDataSource_\|TestAccVPCLatticeServiceDataSource_' PKG=vpclattice 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/vpclattice/... -v -count 1 -parallel 4  -run=TestAccVPCLatticeServiceNetworkDataSource_\|TestAccVPCLatticeServiceDataSource_ -timeout 360m
=== CONT  TestAccVPCLatticeServiceNetworkDataSource_shared
    service_network_data_source_test.go:57: skipping test because at least one environment variable of [AWS_ALTERNATE_PROFILE AWS_ALTERNATE_ACCESS_KEY_ID] must be set. Usage: credentials for running acceptance testing in alternate AWS account.
--- SKIP: TestAccVPCLatticeServiceNetworkDataSource_shared (0.67s)
=== CONT  TestAccVPCLatticeServiceDataSource_byName
=== NAME  TestAccVPCLatticeServiceDataSource_shared
    service_data_source_test.go:90: skipping test because at least one environment variable of [AWS_ALTERNATE_PROFILE AWS_ALTERNATE_ACCESS_KEY_ID] must be set. Usage: credentials for running acceptance testing in alternate AWS account.
--- SKIP: TestAccVPCLatticeServiceDataSource_shared (0.67s)
--- PASS: TestAccVPCLatticeServiceNetworkDataSource_basic (15.63s)
--- PASS: TestAccVPCLatticeServiceDataSource_basic (19.60s)
--- PASS: TestAccVPCLatticeServiceDataSource_byName (19.32s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/vpclattice 24.610s
% make testacc TESTARGS='-run=TestAccWAFWebACL_logging' PKG=waf
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/waf/... -v -count 1 -parallel 4  -run=TestAccWAFWebACL_logging -timeout 360m
=== CONT  TestAccWAFWebACL_logging
    web_acl_test.go:196: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-1]
--- SKIP: TestAccWAFWebACL_logging (1.05s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/waf        5.726s
% make testacc TESTARGS='-run=TestAccWAFV2WebACL_' PKG=wafv2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/wafv2/... -v -count 1 -parallel 4  -run=TestAccWAFV2WebACL_ -timeout 360m
--- PASS: TestAccWAFV2WebACL_basic (21.85s)
=== CONT  TestAccWAFV2WebACL_CloudFrontScope
    web_acl_test.go:3004: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-1]
--- SKIP: TestAccWAFV2WebACL_CloudFrontScope (0.00s)
--- PASS: TestAccWAFV2WebACL_ruleJSON (21.94s)
=== CONT  TestAccWAFV2WebACL_associationConfigCloudFront
    web_acl_test.go:2907: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-1]
--- SKIP: TestAccWAFV2WebACL_associationConfigCloudFront (0.00s)
--- PASS: TestAccWAFV2WebACL_LabelMatchStatement (41.69s)
--- PASS: TestAccWAFV2WebACL_associationConfigRegional (20.18s)
--- PASS: TestAccWAFV2WebACL_tokenDomains (22.94s)
--- PASS: TestAccWAFV2WebACL_Custom_response (53.11s)
--- PASS: TestAccWAFV2WebACL_Operators_maxNested (22.68s)
--- PASS: TestAccWAFV2WebACL_RateBased_maxNested (24.51s)
--- PASS: TestAccWAFV2WebACL_ManagedRuleGroup_specifyVersion (35.53s)
--- PASS: TestAccWAFV2WebACL_tags (46.86s)
--- PASS: TestAccWAFV2WebACL_GeoMatch_forwardedIP (36.09s)
--- PASS: TestAccWAFV2WebACL_GeoMatch_basic (35.12s)
--- PASS: TestAccWAFV2WebACL_minimal (17.53s)
--- PASS: TestAccWAFV2WebACL_ByteMatchStatement_headerOrder (36.01s)
--- PASS: TestAccWAFV2WebACL_ByteMatchStatement_basic (35.70s)
--- PASS: TestAccWAFV2WebACL_RateBased_basic (36.31s)
--- PASS: TestAccWAFV2WebACL_RateBased_forwardedIP (35.78s)
--- PASS: TestAccWAFV2WebACL_RuleGroupReference_manageShieldMitigationRule (54.89s)
--- PASS: TestAccWAFV2WebACL_Custom_requestHandling (63.91s)
--- PASS: TestAccWAFV2WebACL_RuleGroupReference_shieldMitigation (61.83s)
--- PASS: TestAccWAFV2WebACL_RuleGroupReference_basic (46.46s)
--- PASS: TestAccWAFV2WebACL_ByteMatchStatement_body (35.76s)
--- PASS: TestAccWAFV2WebACL_ManagedRuleGroup_ManagedRuleGroupConfig_BotControl (18.04s)
--- PASS: TestAccWAFV2WebACL_ByteMatchStatement_ja3fingerprint (35.64s)
--- PASS: TestAccWAFV2WebACL_ManagedRuleGroup_ManagedRuleGroupConfig_ATPRuleSet (36.16s)
--- PASS: TestAccWAFV2WebACL_ByteMatchStatement_jsonBody (36.12s)
--- PASS: TestAccWAFV2WebACL_ManagedRuleGroup_ManagedRuleGroupConfig_ACFPRuleSet (36.05s)
--- PASS: TestAccWAFV2WebACL_ManagedRuleGroup_basic (62.44s)
--- PASS: TestAccWAFV2WebACL_Update_nameForceNew (32.34s)
--- PASS: TestAccWAFV2WebACL_ManagedRuleGroup_ManagedRuleGroupConfig (36.05s)
--- PASS: TestAccWAFV2WebACL_disappears (17.11s)
--- PASS: TestAccWAFV2WebACL_IPSetReference_basic (22.41s)
--- PASS: TestAccWAFV2WebACL_IPSetReference_forwardedIP (70.04s)
--- PASS: TestAccWAFV2WebACL_Update_ruleProperties (54.50s)
--- PASS: TestAccWAFV2WebACL_RuleLabels (35.55s)
--- PASS: TestAccWAFV2WebACL_Update_rule (36.90s)
--- PASS: TestAccWAFV2WebACL_RateBased_customKeys (135.21s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/wafv2      401.013s

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 tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. provider Pertains to the provider itself, rather than any interaction with AWS. needs-triage Waiting for first response or review from a maintainer. external-maintainer Contribution from a trusted external contributor. labels Aug 17, 2024
@DanielRieske DanielRieske changed the title Cleanup of aws-sdk-go-v2 migrations Cleanup of leftover v1 references in merged aws-sdk-go-v2 migrations Aug 17, 2024
@github-actions github-actions bot added the service/acmpca Issues and PRs that pertain to the acmpca service. label Aug 17, 2024
@github-actions github-actions bot added the service/appflow Issues and PRs that pertain to the appflow service. label Aug 17, 2024
@github-actions github-actions bot added the service/applicationinsights Issues and PRs that pertain to the applicationinsights service. label Aug 17, 2024
@github-actions github-actions bot added the service/apprunner Issues and PRs that pertain to the apprunner service. label Aug 17, 2024
@github-actions github-actions bot added the service/backup Issues and PRs that pertain to the backup service. label Aug 17, 2024
@github-actions github-actions bot added service/redshift Issues and PRs that pertain to the redshift service. service/storagegateway Issues and PRs that pertain to the storagegateway service. service/shield Issues and PRs that pertain to the shield service. service/waf Issues and PRs that pertain to the waf service. service/kms Issues and PRs that pertain to the kms service. service/pricing Issues and PRs that pertain to the pricing service. service/route53resolver Issues and PRs that pertain to the route53resolver service. service/securityhub Issues and PRs that pertain to the securityhub service. service/lakeformation Issues and PRs that pertain to the lakeformation service. service/wafv2 Issues and PRs that pertain to the wafv2 service. service/sesv2 Issues and PRs that pertain to the sesv2 service. service/location Issues and PRs that pertain to the location service. service/memorydb Issues and PRs that pertain to the memorydb service. service/keyspaces Issues and PRs that pertain to the keyspaces service. service/ssmincidents Issues and PRs that pertain to the ssmincidents service. service/ssmcontacts Issues and PRs that pertain to the ssmcontacts service. service/transcribe Issues and PRs that pertain to the transcribe service. service/rbin Issues and PRs that pertain to the rbin service. service/rolesanywhere Issues and PRs that pertain to the rolesanywhere service. service/oam Issues and PRs that pertain to the oam service. service/vpclattice Issues and PRs that pertain to the vpclattice service. service/paymentcryptography Issues and PRs that pertain to the paymentcryptography service. labels Aug 18, 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 🚀.

@ewbankkit
Copy link
Contributor

@DanielRieske Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit f8093f1 into hashicorp:main Aug 19, 2024
50 checks passed
@github-actions github-actions bot removed the needs-triage Waiting for first response or review from a maintainer. label Aug 19, 2024
@github-actions github-actions bot added this to the v5.64.0 milestone Aug 19, 2024
Copy link

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

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 Sep 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. external-maintainer Contribution from a trusted external contributor. provider Pertains to the provider itself, rather than any interaction with AWS. service/acmpca Issues and PRs that pertain to the acmpca service. service/appflow Issues and PRs that pertain to the appflow service. service/applicationinsights Issues and PRs that pertain to the applicationinsights service. service/apprunner Issues and PRs that pertain to the apprunner service. service/backup Issues and PRs that pertain to the backup service. service/chatbot Issues and PRs that pertain to the chatbot service. service/cloudcontrol Issues and PRs that pertain to the cloudcontrol service. service/cloudfront Issues and PRs that pertain to the cloudfront service. service/cloudtrail Issues and PRs that pertain to the cloudtrail service. service/cognitoidp Issues and PRs that pertain to the cognitoidp service. service/cur Issues and PRs that pertain to the cur service. service/datasync Issues and PRs that pertain to the datasync service. service/devicefarm Issues and PRs that pertain to the devicefarm service. service/directconnect Issues and PRs that pertain to the directconnect service. service/docdbelastic Issues and PRs that pertain to the docdbelastic service. service/dynamodb Issues and PRs that pertain to the dynamodb service. service/ecs Issues and PRs that pertain to the ecs service. service/eks Issues and PRs that pertain to the eks service. service/elasticache Issues and PRs that pertain to the elasticache service. service/elasticbeanstalk Issues and PRs that pertain to the elasticbeanstalk service. service/elbv2 Issues and PRs that pertain to the elbv2 service. service/events Issues and PRs that pertain to the events service. service/evidently Issues and PRs that pertain to the evidently service. service/fsx Issues and PRs that pertain to the fsx service. service/guardduty Issues and PRs that pertain to the guardduty service. service/kafkaconnect Issues and PRs that pertain to the kafkaconnect service. service/keyspaces Issues and PRs that pertain to the keyspaces service. service/kms Issues and PRs that pertain to the kms service. service/lakeformation Issues and PRs that pertain to the lakeformation service. service/location Issues and PRs that pertain to the location service. service/memorydb Issues and PRs that pertain to the memorydb service. service/oam Issues and PRs that pertain to the oam service. service/paymentcryptography Issues and PRs that pertain to the paymentcryptography service. service/pricing Issues and PRs that pertain to the pricing service. service/rbin Issues and PRs that pertain to the rbin service. service/rds Issues and PRs that pertain to the rds service. service/redshift Issues and PRs that pertain to the redshift service. service/rolesanywhere Issues and PRs that pertain to the rolesanywhere service. service/route53resolver Issues and PRs that pertain to the route53resolver service. service/route53 Issues and PRs that pertain to the route53 service. service/s3 Issues and PRs that pertain to the s3 service. service/securityhub Issues and PRs that pertain to the securityhub service. service/sesv2 Issues and PRs that pertain to the sesv2 service. service/shield Issues and PRs that pertain to the shield service. service/ssmcontacts Issues and PRs that pertain to the ssmcontacts service. service/ssmincidents Issues and PRs that pertain to the ssmincidents service. service/storagegateway Issues and PRs that pertain to the storagegateway service. service/transcribe Issues and PRs that pertain to the transcribe service. service/vpc Issues and PRs that pertain to the vpc service. service/vpclattice Issues and PRs that pertain to the vpclattice service. service/waf Issues and PRs that pertain to the waf service. service/wafv2 Issues and PRs that pertain to the wafv2 service. 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.

2 participants