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

Tech debt: Reduce tags boilerplate code - Plugin SDK resources a* (Phase 3c) #30454

Merged
merged 17 commits into from
Apr 4, 2023

Conversation

ewbankkit
Copy link
Contributor

@ewbankkit ewbankkit commented Apr 4, 2023

Description

Extends the work done in Phase 2 to the remaining resources implemented using Terraform Plugin SDK.

Relations

Relates #30280.
Relates #29747.
Relates #30417.
Relates #30421.
Relates #30430.
Relates #30449.

Output from Acceptance Testing

% make testacc TESTARGS='-run=TestAccAccessAnalyzer_serial/Analyzer/basic\|TestAccAccessAnalyzer_serial/Analyzer/tags\|TestAccAmplify_serial/App/basic\|TestAccAmplify_serial/App/tags\|TestAccAmplify_serial/Branch/basic\|TestAccAmplify_serial/Branch/tags\|TestAccAppSync_serial/GraphQLAPI/basic\|TestAccAppSync_serial/GraphQLAPI/tags' PKG=a... ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/a.../... -v -count 1 -parallel 3  -run=TestAccAccessAnalyzer_serial/Analyzer/basic\|TestAccAccessAnalyzer_serial/Analyzer/tags\|TestAccAmplify_serial/App/basic\|TestAccAmplify_serial/App/tags\|TestAccAmplify_serial/Branch/basic\|TestAccAmplify_serial/Branch/tags\|TestAccAppSync_serial/GraphQLAPI/basic\|TestAccAppSync_serial/GraphQLAPI/tags -timeout 180m
=== RUN   TestAccAccessAnalyzer_serial
=== PAUSE TestAccAccessAnalyzer_serial
=== CONT  TestAccAccessAnalyzer_serial
=== RUN   TestAccAccessAnalyzer_serial/Analyzer
=== RUN   TestAccAccessAnalyzer_serial/Analyzer/tags
=== RUN   TestAccAccessAnalyzer_serial/Analyzer/basic
--- PASS: TestAccAccessAnalyzer_serial (123.29s)
    --- PASS: TestAccAccessAnalyzer_serial/Analyzer (123.29s)
        --- PASS: TestAccAccessAnalyzer_serial/Analyzer/tags (78.55s)
        --- PASS: TestAccAccessAnalyzer_serial/Analyzer/basic (44.74s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/accessanalyzer	134.142s
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/account	9.291s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/acm	26.377s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/acmpca	13.327s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/amp	20.490s [no tests to run]
=== RUN   TestAccAmplify_serial
=== PAUSE TestAccAmplify_serial
=== CONT  TestAccAmplify_serial
=== RUN   TestAccAmplify_serial/Branch
=== RUN   TestAccAmplify_serial/Branch/basic
=== RUN   TestAccAmplify_serial/Branch/tags
=== RUN   TestAccAmplify_serial/App
=== RUN   TestAccAmplify_serial/App/basic
=== RUN   TestAccAmplify_serial/App/tags
--- PASS: TestAccAmplify_serial (212.41s)
    --- PASS: TestAccAmplify_serial/Branch (144.27s)
        --- PASS: TestAccAmplify_serial/Branch/basic (47.10s)
        --- PASS: TestAccAmplify_serial/Branch/tags (97.17s)
    --- PASS: TestAccAmplify_serial/App (68.14s)
        --- PASS: TestAccAmplify_serial/App/basic (26.78s)
        --- PASS: TestAccAmplify_serial/App/tags (41.37s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/amplify	223.529s
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	17.183s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigatewayv2	13.805s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appautoscaling	11.793s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appconfig	17.252s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appflow	11.012s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appintegrations	18.315s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/applicationinsights	14.282s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appmesh	17.596s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apprunner	12.429s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appstream	11.422s [no tests to run]
=== RUN   TestAccAppSync_serial
=== PAUSE TestAccAppSync_serial
=== CONT  TestAccAppSync_serial
=== RUN   TestAccAppSync_serial/GraphQLAPI
=== RUN   TestAccAppSync_serial/GraphQLAPI/basic
=== RUN   TestAccAppSync_serial/GraphQLAPI/tags
--- PASS: TestAccAppSync_serial (59.98s)
    --- PASS: TestAccAppSync_serial/GraphQLAPI (59.98s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/basic (26.29s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/tags (33.69s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appsync	73.873s
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/athena	11.736s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/auditmanager	7.528s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/autoscaling	7.473s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/autoscalingplans	8.763s [no tests to run]
% make testacc TESTARGS='-run=_basic$$\|_tags$$' PKG=a... ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/a.../... -v -count 1 -parallel 2  -run=_basic$\|_tags$ -timeout 180m
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/accessanalyzer	7.878s [no tests to run]
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/account	13.113s [no tests to run]
=== RUN   TestAccACMCertificate_PrivateKey_tags
=== PAUSE TestAccACMCertificate_PrivateKey_tags
=== RUN   TestAccACMCertificateValidation_basic
    acctest.go:1583: Environment variable ACM_CERTIFICATE_ROOT_DOMAIN is not set. For DNS validation requests, this domain must be publicly accessible and configurable via Route53 during the testing. For email validation requests, you must have access to one of the five standard email addresses used (admin|administrator|hostmaster|postmaster|webmaster)@domain or one of the WHOIS contact addresses.
--- SKIP: TestAccACMCertificateValidation_basic (0.00s)
=== CONT  TestAccACMCertificate_PrivateKey_tags
--- PASS: TestAccACMCertificate_PrivateKey_tags (124.42s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/acm	141.467s
=== RUN   TestAccACMPCACertificateAuthorityDataSource_basic
=== PAUSE TestAccACMPCACertificateAuthorityDataSource_basic
=== RUN   TestAccACMPCACertificateAuthority_basic
=== PAUSE TestAccACMPCACertificateAuthority_basic
=== RUN   TestAccACMPCACertificateAuthority_tags
=== PAUSE TestAccACMPCACertificateAuthority_tags
=== RUN   TestAccACMPCACertificateDataSource_basic
=== PAUSE TestAccACMPCACertificateDataSource_basic
=== RUN   TestAccACMPCAPermission_basic
=== PAUSE TestAccACMPCAPermission_basic
=== RUN   TestAccACMPCAPolicy_basic
=== PAUSE TestAccACMPCAPolicy_basic
=== CONT  TestAccACMPCACertificateAuthorityDataSource_basic
=== CONT  TestAccACMPCACertificateDataSource_basic
--- PASS: TestAccACMPCACertificateAuthorityDataSource_basic (41.37s)
=== CONT  TestAccACMPCAPolicy_basic
--- PASS: TestAccACMPCACertificateDataSource_basic (49.96s)
=== CONT  TestAccACMPCAPermission_basic
--- PASS: TestAccACMPCAPermission_basic (43.05s)
=== CONT  TestAccACMPCACertificateAuthority_tags
--- PASS: TestAccACMPCAPolicy_basic (53.54s)
=== CONT  TestAccACMPCACertificateAuthority_basic
--- PASS: TestAccACMPCACertificateAuthority_basic (43.58s)
--- PASS: TestAccACMPCACertificateAuthority_tags (91.55s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/acmpca	193.696s
=== RUN   TestAccAMPAlertManagerDefinition_basic
=== PAUSE TestAccAMPAlertManagerDefinition_basic
=== RUN   TestAccAMPRuleGroupNamespace_basic
=== PAUSE TestAccAMPRuleGroupNamespace_basic
=== RUN   TestAccAMPWorkspaceDataSource_basic
--- PASS: TestAccAMPWorkspaceDataSource_basic (37.72s)
=== RUN   TestAccAMPWorkspace_basic
=== PAUSE TestAccAMPWorkspace_basic
=== RUN   TestAccAMPWorkspace_tags
=== PAUSE TestAccAMPWorkspace_tags
=== CONT  TestAccAMPAlertManagerDefinition_basic
=== CONT  TestAccAMPWorkspace_basic
--- PASS: TestAccAMPWorkspace_basic (48.23s)
=== CONT  TestAccAMPRuleGroupNamespace_basic
--- PASS: TestAccAMPRuleGroupNamespace_basic (226.88s)
=== CONT  TestAccAMPWorkspace_tags
--- PASS: TestAccAMPAlertManagerDefinition_basic (289.07s)
--- PASS: TestAccAMPWorkspace_tags (72.94s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/amp	418.668s
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/amplify	21.922s [no tests to run]
=== RUN   TestAccAPIGatewayAccount_basic
=== PAUSE TestAccAPIGatewayAccount_basic
=== RUN   TestAccAPIGatewayAPIKeyDataSource_basic
=== PAUSE TestAccAPIGatewayAPIKeyDataSource_basic
=== RUN   TestAccAPIGatewayAPIKey_basic
=== PAUSE TestAccAPIGatewayAPIKey_basic
=== RUN   TestAccAPIGatewayAPIKey_tags
=== PAUSE TestAccAPIGatewayAPIKey_tags
=== RUN   TestAccAPIGatewayAuthorizer_basic
=== PAUSE TestAccAPIGatewayAuthorizer_basic
=== RUN   TestAccAPIGatewayBasePathMapping_basic
=== PAUSE TestAccAPIGatewayBasePathMapping_basic
=== RUN   TestAccAPIGatewayClientCertificate_basic
=== PAUSE TestAccAPIGatewayClientCertificate_basic
=== RUN   TestAccAPIGatewayClientCertificate_tags
=== PAUSE TestAccAPIGatewayClientCertificate_tags
=== RUN   TestAccAPIGatewayDeployment_basic
=== PAUSE TestAccAPIGatewayDeployment_basic
=== RUN   TestAccAPIGatewayDocumentationPart_basic
=== PAUSE TestAccAPIGatewayDocumentationPart_basic
=== RUN   TestAccAPIGatewayDocumentationVersion_basic
=== PAUSE TestAccAPIGatewayDocumentationVersion_basic
=== RUN   TestAccAPIGatewayDomainNameDataSource_basic
=== PAUSE TestAccAPIGatewayDomainNameDataSource_basic
=== RUN   TestAccAPIGatewayDomainName_tags
=== PAUSE TestAccAPIGatewayDomainName_tags
=== RUN   TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic
    acctest.go:1583: Environment variable ACM_CERTIFICATE_ROOT_DOMAIN is not set. For DNS validation requests, this domain must be publicly accessible and configurable via Route53 during the testing. For email validation requests, you must have access to one of the five standard email addresses used (admin|administrator|hostmaster|postmaster|webmaster)@domain or one of the WHOIS contact addresses.
--- SKIP: TestAccAPIGatewayDomainName_MutualTLSAuthentication_basic (0.00s)
=== RUN   TestAccAPIGatewayExportDataSource_basic
=== PAUSE TestAccAPIGatewayExportDataSource_basic
=== RUN   TestAccAPIGatewayGatewayResponse_basic
=== PAUSE TestAccAPIGatewayGatewayResponse_basic
=== RUN   TestAccAPIGatewayIntegrationResponse_basic
=== PAUSE TestAccAPIGatewayIntegrationResponse_basic
=== RUN   TestAccAPIGatewayIntegration_basic
=== PAUSE TestAccAPIGatewayIntegration_basic
=== RUN   TestAccAPIGatewayMethodResponse_basic
=== PAUSE TestAccAPIGatewayMethodResponse_basic
=== RUN   TestAccAPIGatewayMethodSettings_basic
=== PAUSE TestAccAPIGatewayMethodSettings_basic
=== RUN   TestAccAPIGatewayMethod_basic
=== PAUSE TestAccAPIGatewayMethod_basic
=== RUN   TestAccAPIGatewayModel_basic
=== PAUSE TestAccAPIGatewayModel_basic
=== RUN   TestAccAPIGatewayRequestValidator_basic
=== PAUSE TestAccAPIGatewayRequestValidator_basic
=== RUN   TestAccAPIGatewayResourceDataSource_basic
=== PAUSE TestAccAPIGatewayResourceDataSource_basic
=== RUN   TestAccAPIGatewayResource_basic
=== PAUSE TestAccAPIGatewayResource_basic
=== RUN   TestAccAPIGatewayRestAPIDataSource_basic
=== PAUSE TestAccAPIGatewayRestAPIDataSource_basic
=== RUN   TestAccAPIGatewayRestAPIPolicy_basic
=== PAUSE TestAccAPIGatewayRestAPIPolicy_basic
=== RUN   TestAccAPIGatewayRestAPI_basic
=== PAUSE TestAccAPIGatewayRestAPI_basic
=== RUN   TestAccAPIGatewayRestAPI_tags
=== PAUSE TestAccAPIGatewayRestAPI_tags
=== RUN   TestAccAPIGatewayRestAPI_Policy_basic
=== PAUSE TestAccAPIGatewayRestAPI_Policy_basic
=== RUN   TestAccAPIGatewaySdkDataSource_basic
=== PAUSE TestAccAPIGatewaySdkDataSource_basic
=== RUN   TestAccAPIGatewayStage_basic
=== PAUSE TestAccAPIGatewayStage_basic
=== RUN   TestAccAPIGatewayStage_tags
=== PAUSE TestAccAPIGatewayStage_tags
=== RUN   TestAccAPIGatewayUsagePlanKey_basic
=== PAUSE TestAccAPIGatewayUsagePlanKey_basic
=== RUN   TestAccAPIGatewayUsagePlan_basic
=== PAUSE TestAccAPIGatewayUsagePlan_basic
=== RUN   TestAccAPIGatewayUsagePlan_tags
=== PAUSE TestAccAPIGatewayUsagePlan_tags
=== RUN   TestAccAPIGatewayVPCLinkDataSource_basic
=== PAUSE TestAccAPIGatewayVPCLinkDataSource_basic
=== RUN   TestAccAPIGatewayVPCLink_basic
=== PAUSE TestAccAPIGatewayVPCLink_basic
=== RUN   TestAccAPIGatewayVPCLink_tags
=== PAUSE TestAccAPIGatewayVPCLink_tags
=== CONT  TestAccAPIGatewayAccount_basic
=== CONT  TestAccAPIGatewayVPCLink_tags
--- PASS: TestAccAPIGatewayAccount_basic (119.70s)
=== CONT  TestAccAPIGatewayVPCLink_basic
--- PASS: TestAccAPIGatewayVPCLink_tags (699.06s)
=== CONT  TestAccAPIGatewayVPCLinkDataSource_basic
--- PASS: TestAccAPIGatewayVPCLink_basic (686.82s)
=== CONT  TestAccAPIGatewayUsagePlan_tags
--- PASS: TestAccAPIGatewayUsagePlan_tags (52.06s)
=== CONT  TestAccAPIGatewayUsagePlan_basic
--- PASS: TestAccAPIGatewayUsagePlan_basic (33.55s)
=== CONT  TestAccAPIGatewayUsagePlanKey_basic
--- PASS: TestAccAPIGatewayUsagePlanKey_basic (27.88s)
=== CONT  TestAccAPIGatewayStage_tags
--- PASS: TestAccAPIGatewayStage_tags (44.25s)
=== CONT  TestAccAPIGatewayStage_basic
--- PASS: TestAccAPIGatewayStage_basic (44.15s)
=== CONT  TestAccAPIGatewaySdkDataSource_basic
--- PASS: TestAccAPIGatewaySdkDataSource_basic (17.83s)
=== CONT  TestAccAPIGatewayRestAPI_Policy_basic
--- PASS: TestAccAPIGatewayRestAPI_Policy_basic (28.64s)
=== CONT  TestAccAPIGatewayRestAPI_tags
--- PASS: TestAccAPIGatewayRestAPI_tags (39.77s)
=== CONT  TestAccAPIGatewayRestAPI_basic
--- PASS: TestAccAPIGatewayRestAPI_basic (28.03s)
=== CONT  TestAccAPIGatewayRestAPIPolicy_basic
--- PASS: TestAccAPIGatewayRestAPIPolicy_basic (32.25s)
=== CONT  TestAccAPIGatewayRestAPIDataSource_basic
--- PASS: TestAccAPIGatewayRestAPIDataSource_basic (20.84s)
=== CONT  TestAccAPIGatewayResource_basic
--- PASS: TestAccAPIGatewayResource_basic (18.46s)
=== CONT  TestAccAPIGatewayResourceDataSource_basic
--- PASS: TestAccAPIGatewayResourceDataSource_basic (25.24s)
=== CONT  TestAccAPIGatewayRequestValidator_basic
--- PASS: TestAccAPIGatewayRequestValidator_basic (48.31s)
=== CONT  TestAccAPIGatewayModel_basic
--- PASS: TestAccAPIGatewayModel_basic (43.26s)
=== CONT  TestAccAPIGatewayMethod_basic
--- PASS: TestAccAPIGatewayVPCLinkDataSource_basic (669.92s)
=== CONT  TestAccAPIGatewayMethodSettings_basic
--- PASS: TestAccAPIGatewayMethod_basic (71.75s)
=== CONT  TestAccAPIGatewayMethodResponse_basic
--- PASS: TestAccAPIGatewayMethodSettings_basic (44.78s)
=== CONT  TestAccAPIGatewayIntegration_basic
--- PASS: TestAccAPIGatewayIntegration_basic (63.46s)
=== CONT  TestAccAPIGatewayIntegrationResponse_basic
--- PASS: TestAccAPIGatewayIntegrationResponse_basic (31.01s)
=== CONT  TestAccAPIGatewayGatewayResponse_basic
--- PASS: TestAccAPIGatewayGatewayResponse_basic (29.89s)
=== CONT  TestAccAPIGatewayExportDataSource_basic
--- PASS: TestAccAPIGatewayExportDataSource_basic (28.67s)
=== CONT  TestAccAPIGatewayDomainName_tags
--- PASS: TestAccAPIGatewayMethodResponse_basic (255.53s)
=== CONT  TestAccAPIGatewayDomainNameDataSource_basic
--- PASS: TestAccAPIGatewayDomainNameDataSource_basic (19.90s)
=== CONT  TestAccAPIGatewayDocumentationVersion_basic
--- PASS: TestAccAPIGatewayDocumentationVersion_basic (16.93s)
=== CONT  TestAccAPIGatewayDocumentationPart_basic
--- PASS: TestAccAPIGatewayDomainName_tags (133.54s)
=== CONT  TestAccAPIGatewayDeployment_basic
--- PASS: TestAccAPIGatewayDocumentationPart_basic (27.61s)
=== CONT  TestAccAPIGatewayClientCertificate_tags
--- PASS: TestAccAPIGatewayClientCertificate_tags (37.27s)
=== CONT  TestAccAPIGatewayClientCertificate_basic
--- PASS: TestAccAPIGatewayDeployment_basic (43.54s)
=== CONT  TestAccAPIGatewayBasePathMapping_basic
--- PASS: TestAccAPIGatewayClientCertificate_basic (29.20s)
=== CONT  TestAccAPIGatewayAuthorizer_basic
--- PASS: TestAccAPIGatewayAuthorizer_basic (47.08s)
=== CONT  TestAccAPIGatewayAPIKey_tags
--- PASS: TestAccAPIGatewayAPIKey_tags (40.05s)
=== CONT  TestAccAPIGatewayAPIKey_basic
--- PASS: TestAccAPIGatewayAPIKey_basic (17.67s)
=== CONT  TestAccAPIGatewayAPIKeyDataSource_basic
--- PASS: TestAccAPIGatewayBasePathMapping_basic (132.84s)
--- PASS: TestAccAPIGatewayAPIKeyDataSource_basic (14.83s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	1916.932s
=== RUN   TestAccAPIGatewayV2APIMapping_basic
=== PAUSE TestAccAPIGatewayV2APIMapping_basic
=== RUN   TestAccAPIGatewayV2API_tags
=== PAUSE TestAccAPIGatewayV2API_tags
=== RUN   TestAccAPIGatewayV2APIsDataSource_tags
--- PASS: TestAccAPIGatewayV2APIsDataSource_tags (40.61s)
=== RUN   TestAccAPIGatewayV2Authorizer_basic
=== PAUSE TestAccAPIGatewayV2Authorizer_basic
=== RUN   TestAccAPIGatewayV2Deployment_basic
=== PAUSE TestAccAPIGatewayV2Deployment_basic
=== RUN   TestAccAPIGatewayV2DomainName_basic
=== PAUSE TestAccAPIGatewayV2DomainName_basic
=== RUN   TestAccAPIGatewayV2DomainName_tags
=== PAUSE TestAccAPIGatewayV2DomainName_tags
=== RUN   TestAccAPIGatewayV2DomainName_MutualTLSAuthentication_basic
    acctest.go:1583: Environment variable ACM_CERTIFICATE_ROOT_DOMAIN is not set. For DNS validation requests, this domain must be publicly accessible and configurable via Route53 during the testing. For email validation requests, you must have access to one of the five standard email addresses used (admin|administrator|hostmaster|postmaster|webmaster)@domain or one of the WHOIS contact addresses.
--- SKIP: TestAccAPIGatewayV2DomainName_MutualTLSAuthentication_basic (0.00s)
=== RUN   TestAccAPIGatewayV2ExportDataSource_basic
=== PAUSE TestAccAPIGatewayV2ExportDataSource_basic
=== RUN   TestAccAPIGatewayV2IntegrationResponse_basic
=== PAUSE TestAccAPIGatewayV2IntegrationResponse_basic
=== RUN   TestAccAPIGatewayV2Model_basic
=== PAUSE TestAccAPIGatewayV2Model_basic
=== RUN   TestAccAPIGatewayV2RouteResponse_basic
=== PAUSE TestAccAPIGatewayV2RouteResponse_basic
=== RUN   TestAccAPIGatewayV2Route_basic
=== PAUSE TestAccAPIGatewayV2Route_basic
=== RUN   TestAccAPIGatewayV2Stage_tags
=== PAUSE TestAccAPIGatewayV2Stage_tags
=== RUN   TestAccAPIGatewayV2VPCLink_basic
=== PAUSE TestAccAPIGatewayV2VPCLink_basic
=== RUN   TestAccAPIGatewayV2VPCLink_tags
=== PAUSE TestAccAPIGatewayV2VPCLink_tags
=== CONT  TestAccAPIGatewayV2APIMapping_basic
=== CONT  TestAccAPIGatewayV2IntegrationResponse_basic
=== RUN   TestAccAPIGatewayV2APIMapping_basic/createCertificate
=== RUN   TestAccAPIGatewayV2APIMapping_basic/basic
--- PASS: TestAccAPIGatewayV2IntegrationResponse_basic (44.21s)
=== CONT  TestAccAPIGatewayV2Deployment_basic
=== RUN   TestAccAPIGatewayV2APIMapping_basic/disappears
=== RUN   TestAccAPIGatewayV2APIMapping_basic/ApiMappingKey
--- PASS: TestAccAPIGatewayV2Deployment_basic (66.82s)
=== CONT  TestAccAPIGatewayV2Authorizer_basic
--- PASS: TestAccAPIGatewayV2Authorizer_basic (56.65s)
=== CONT  TestAccAPIGatewayV2DomainName_basic
--- PASS: TestAccAPIGatewayV2APIMapping_basic (173.18s)
    --- PASS: TestAccAPIGatewayV2APIMapping_basic/createCertificate (16.89s)
    --- PASS: TestAccAPIGatewayV2APIMapping_basic/basic (50.84s)
    --- PASS: TestAccAPIGatewayV2APIMapping_basic/disappears (39.44s)
    --- PASS: TestAccAPIGatewayV2APIMapping_basic/ApiMappingKey (66.01s)
=== CONT  TestAccAPIGatewayV2API_tags
--- PASS: TestAccAPIGatewayV2API_tags (52.60s)
=== CONT  TestAccAPIGatewayV2ExportDataSource_basic
--- PASS: TestAccAPIGatewayV2ExportDataSource_basic (25.43s)
=== CONT  TestAccAPIGatewayV2DomainName_tags
--- PASS: TestAccAPIGatewayV2DomainName_basic (87.38s)
=== CONT  TestAccAPIGatewayV2Stage_tags
--- PASS: TestAccAPIGatewayV2Stage_tags (53.59s)
=== CONT  TestAccAPIGatewayV2RouteResponse_basic
--- PASS: TestAccAPIGatewayV2RouteResponse_basic (35.12s)
=== CONT  TestAccAPIGatewayV2VPCLink_tags
--- PASS: TestAccAPIGatewayV2DomainName_tags (95.58s)
=== CONT  TestAccAPIGatewayV2Route_basic
--- PASS: TestAccAPIGatewayV2Route_basic (34.47s)
=== CONT  TestAccAPIGatewayV2VPCLink_basic
--- PASS: TestAccAPIGatewayV2VPCLink_tags (181.34s)
=== CONT  TestAccAPIGatewayV2Model_basic
--- PASS: TestAccAPIGatewayV2Model_basic (19.30s)
--- PASS: TestAccAPIGatewayV2VPCLink_basic (184.81s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigatewayv2	640.852s
=== RUN   TestAccAppAutoScalingPolicy_basic
=== PAUSE TestAccAppAutoScalingPolicy_basic
=== RUN   TestAccAppAutoScalingScheduledAction_ScheduleCronExpression_basic
=== PAUSE TestAccAppAutoScalingScheduledAction_ScheduleCronExpression_basic
=== RUN   TestAccAppAutoScalingScheduledAction_ScheduleRateExpression_basic
=== PAUSE TestAccAppAutoScalingScheduledAction_ScheduleRateExpression_basic
=== RUN   TestAccAppAutoScalingTarget_basic
=== PAUSE TestAccAppAutoScalingTarget_basic
=== CONT  TestAccAppAutoScalingPolicy_basic
=== CONT  TestAccAppAutoScalingScheduledAction_ScheduleRateExpression_basic
--- PASS: TestAccAppAutoScalingScheduledAction_ScheduleRateExpression_basic (50.15s)
=== CONT  TestAccAppAutoScalingTarget_basic
--- PASS: TestAccAppAutoScalingPolicy_basic (119.59s)
=== CONT  TestAccAppAutoScalingScheduledAction_ScheduleCronExpression_basic
--- PASS: TestAccAppAutoScalingScheduledAction_ScheduleCronExpression_basic (38.46s)
--- PASS: TestAccAppAutoScalingTarget_basic (125.85s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appautoscaling	195.662s
=== RUN   TestAccAppConfigApplication_basic
=== PAUSE TestAccAppConfigApplication_basic
=== RUN   TestAccAppConfigApplication_tags
=== PAUSE TestAccAppConfigApplication_tags
=== RUN   TestAccAppConfigConfigurationProfileDataSource_basic
=== PAUSE TestAccAppConfigConfigurationProfileDataSource_basic
=== RUN   TestAccAppConfigConfigurationProfile_basic
=== PAUSE TestAccAppConfigConfigurationProfile_basic
=== RUN   TestAccAppConfigConfigurationProfile_tags
=== PAUSE TestAccAppConfigConfigurationProfile_tags
=== RUN   TestAccAppConfigConfigurationProfilesDataSource_basic
=== PAUSE TestAccAppConfigConfigurationProfilesDataSource_basic
=== RUN   TestAccAppConfigDeploymentStrategy_basic
=== PAUSE TestAccAppConfigDeploymentStrategy_basic
=== RUN   TestAccAppConfigDeploymentStrategy_tags
=== PAUSE TestAccAppConfigDeploymentStrategy_tags
=== RUN   TestAccAppConfigDeployment_basic
=== PAUSE TestAccAppConfigDeployment_basic
=== RUN   TestAccAppConfigDeployment_tags
=== PAUSE TestAccAppConfigDeployment_tags
=== RUN   TestAccAppConfigEnvironmentDataSource_basic
=== PAUSE TestAccAppConfigEnvironmentDataSource_basic
=== RUN   TestAccAppConfigEnvironment_basic
=== PAUSE TestAccAppConfigEnvironment_basic
=== RUN   TestAccAppConfigEnvironment_tags
=== PAUSE TestAccAppConfigEnvironment_tags
=== RUN   TestAccAppConfigEnvironmentsDataSource_basic
=== PAUSE TestAccAppConfigEnvironmentsDataSource_basic
=== RUN   TestAccAppConfigExtension_basic
=== PAUSE TestAccAppConfigExtension_basic
=== RUN   TestAccAppConfigExtension_tags
=== PAUSE TestAccAppConfigExtension_tags
=== RUN   TestAccAppConfigExtensionAssociation_basic
=== PAUSE TestAccAppConfigExtensionAssociation_basic
=== RUN   TestAccAppConfigHostedConfigurationVersion_basic
=== PAUSE TestAccAppConfigHostedConfigurationVersion_basic
=== CONT  TestAccAppConfigApplication_basic
=== CONT  TestAccAppConfigDeployment_tags
--- PASS: TestAccAppConfigApplication_basic (48.67s)
=== CONT  TestAccAppConfigConfigurationProfilesDataSource_basic
--- PASS: TestAccAppConfigConfigurationProfilesDataSource_basic (35.23s)
=== CONT  TestAccAppConfigDeployment_basic
--- PASS: TestAccAppConfigDeployment_tags (106.29s)
=== CONT  TestAccAppConfigDeploymentStrategy_tags
--- PASS: TestAccAppConfigDeployment_basic (39.80s)
=== CONT  TestAccAppConfigDeploymentStrategy_basic
--- PASS: TestAccAppConfigDeploymentStrategy_basic (29.81s)
=== CONT  TestAccAppConfigConfigurationProfile_basic
--- PASS: TestAccAppConfigDeploymentStrategy_tags (71.28s)
=== CONT  TestAccAppConfigConfigurationProfile_tags
--- PASS: TestAccAppConfigConfigurationProfile_basic (26.01s)
=== CONT  TestAccAppConfigConfigurationProfileDataSource_basic
--- PASS: TestAccAppConfigConfigurationProfileDataSource_basic (26.68s)
=== CONT  TestAccAppConfigApplication_tags
--- PASS: TestAccAppConfigConfigurationProfile_tags (72.57s)
=== CONT  TestAccAppConfigExtension_basic
--- PASS: TestAccAppConfigApplication_tags (69.17s)
=== CONT  TestAccAppConfigHostedConfigurationVersion_basic
--- PASS: TestAccAppConfigExtension_basic (27.18s)
=== CONT  TestAccAppConfigExtensionAssociation_basic
--- PASS: TestAccAppConfigHostedConfigurationVersion_basic (25.59s)
=== CONT  TestAccAppConfigExtension_tags
--- PASS: TestAccAppConfigExtensionAssociation_basic (27.84s)
=== CONT  TestAccAppConfigEnvironment_tags
--- PASS: TestAccAppConfigExtension_tags (82.29s)
=== CONT  TestAccAppConfigEnvironmentsDataSource_basic
--- PASS: TestAccAppConfigEnvironment_tags (78.99s)
=== CONT  TestAccAppConfigEnvironment_basic
--- PASS: TestAccAppConfigEnvironmentsDataSource_basic (28.70s)
=== CONT  TestAccAppConfigEnvironmentDataSource_basic
--- PASS: TestAccAppConfigEnvironment_basic (31.86s)
--- PASS: TestAccAppConfigEnvironmentDataSource_basic (27.57s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appconfig	453.033s
=== RUN   TestAccAppFlowConnectorProfile_basic
=== PAUSE TestAccAppFlowConnectorProfile_basic
=== RUN   TestAccAppFlowFlow_basic
=== PAUSE TestAccAppFlowFlow_basic
=== RUN   TestAccAppFlowFlow_tags
=== PAUSE TestAccAppFlowFlow_tags
=== CONT  TestAccAppFlowFlow_tags
=== CONT  TestAccAppFlowConnectorProfile_basic
--- PASS: TestAccAppFlowFlow_tags (114.44s)
=== CONT  TestAccAppFlowFlow_basic
--- PASS: TestAccAppFlowFlow_basic (38.21s)
--- PASS: TestAccAppFlowConnectorProfile_basic (276.99s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appflow	291.362s
=== RUN   TestAccAppIntegrationsEventIntegration_basic
=== PAUSE TestAccAppIntegrationsEventIntegration_basic
=== CONT  TestAccAppIntegrationsEventIntegration_basic
--- PASS: TestAccAppIntegrationsEventIntegration_basic (43.99s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appintegrations	52.010s
=== RUN   TestAccApplicationInsightsApplication_basic
=== PAUSE TestAccApplicationInsightsApplication_basic
=== RUN   TestAccApplicationInsightsApplication_tags
=== PAUSE TestAccApplicationInsightsApplication_tags
=== CONT  TestAccApplicationInsightsApplication_basic
=== CONT  TestAccApplicationInsightsApplication_tags
=== CONT  TestAccApplicationInsightsApplication_basic
    application_test.go:25: Step 1/3 error: Error running apply: exit status 1
        
        Error: Error creating ApplicationInsights Application: AccessDeniedException: An error occurred (AccessDenied) when getting resource group details, please verify security token and try again!
        
          with aws_applicationinsights_application.test,
          on terraform_plugin_test.tf line 24, in resource "aws_applicationinsights_application" "test":
          24: resource "aws_applicationinsights_application" "test" {
        
--- FAIL: TestAccApplicationInsightsApplication_basic (24.30s)
--- PASS: TestAccApplicationInsightsApplication_tags (106.02s)
FAIL
FAIL	github.com/hashicorp/terraform-provider-aws/internal/service/applicationinsights	114.914s
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appmesh	10.308s [no tests to run]
=== RUN   TestAccAppRunnerAutoScalingConfigurationVersion_basic
=== PAUSE TestAccAppRunnerAutoScalingConfigurationVersion_basic
=== RUN   TestAccAppRunnerAutoScalingConfigurationVersion_tags
=== PAUSE TestAccAppRunnerAutoScalingConfigurationVersion_tags
=== RUN   TestAccAppRunnerConnection_basic
=== PAUSE TestAccAppRunnerConnection_basic
=== RUN   TestAccAppRunnerConnection_tags
=== PAUSE TestAccAppRunnerConnection_tags
=== RUN   TestAccAppRunnerCustomDomainAssociation_basic
    custom_domain_association_test.go:23: Environment variable APPRUNNER_CUSTOM_DOMAIN is not set
--- SKIP: TestAccAppRunnerCustomDomainAssociation_basic (0.00s)
=== RUN   TestAccAppRunnerObservabilityConfiguration_basic
=== PAUSE TestAccAppRunnerObservabilityConfiguration_basic
=== RUN   TestAccAppRunnerObservabilityConfiguration_tags
=== PAUSE TestAccAppRunnerObservabilityConfiguration_tags
=== RUN   TestAccAppRunnerService_ImageRepository_basic
=== PAUSE TestAccAppRunnerService_ImageRepository_basic
=== RUN   TestAccAppRunnerService_tags
=== PAUSE TestAccAppRunnerService_tags
=== RUN   TestAccAppRunnerVPCConnector_basic
=== PAUSE TestAccAppRunnerVPCConnector_basic
=== RUN   TestAccAppRunnerVPCConnector_tags
=== PAUSE TestAccAppRunnerVPCConnector_tags
=== RUN   TestAccAppRunnerVPCIngressConnection_basic
=== PAUSE TestAccAppRunnerVPCIngressConnection_basic
=== RUN   TestAccAppRunnerVPCIngressConnection_tags
=== PAUSE TestAccAppRunnerVPCIngressConnection_tags
=== CONT  TestAccAppRunnerAutoScalingConfigurationVersion_basic
=== CONT  TestAccAppRunnerService_ImageRepository_basic
--- PASS: TestAccAppRunnerAutoScalingConfigurationVersion_basic (28.21s)
=== CONT  TestAccAppRunnerVPCIngressConnection_tags
--- PASS: TestAccAppRunnerService_ImageRepository_basic (255.61s)
=== CONT  TestAccAppRunnerVPCIngressConnection_basic
--- PASS: TestAccAppRunnerVPCIngressConnection_tags (500.98s)
=== CONT  TestAccAppRunnerVPCConnector_tags
--- PASS: TestAccAppRunnerVPCConnector_tags (57.55s)
=== CONT  TestAccAppRunnerVPCConnector_basic
--- PASS: TestAccAppRunnerVPCConnector_basic (26.40s)
=== CONT  TestAccAppRunnerService_tags
--- PASS: TestAccAppRunnerVPCIngressConnection_basic (437.45s)
=== CONT  TestAccAppRunnerConnection_tags
--- PASS: TestAccAppRunnerConnection_tags (37.79s)
=== CONT  TestAccAppRunnerObservabilityConfiguration_tags
--- PASS: TestAccAppRunnerObservabilityConfiguration_tags (37.15s)
=== CONT  TestAccAppRunnerObservabilityConfiguration_basic
--- PASS: TestAccAppRunnerObservabilityConfiguration_basic (16.06s)
=== CONT  TestAccAppRunnerConnection_basic
--- PASS: TestAccAppRunnerConnection_basic (16.40s)
=== CONT  TestAccAppRunnerAutoScalingConfigurationVersion_tags
--- PASS: TestAccAppRunnerAutoScalingConfigurationVersion_tags (38.94s)
--- PASS: TestAccAppRunnerService_tags (268.63s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apprunner	892.329s
=== RUN   TestAccAppStreamDirectoryConfig_basic
=== PAUSE TestAccAppStreamDirectoryConfig_basic
=== RUN   TestAccAppStreamFleetStackAssociation_basic
=== PAUSE TestAccAppStreamFleetStackAssociation_basic
=== RUN   TestAccAppStreamFleet_basic
=== PAUSE TestAccAppStreamFleet_basic
=== RUN   TestAccAppStreamImageBuilder_basic
=== PAUSE TestAccAppStreamImageBuilder_basic
=== RUN   TestAccAppStreamImageBuilder_tags
=== PAUSE TestAccAppStreamImageBuilder_tags
=== RUN   TestAccAppStreamStack_basic
=== PAUSE TestAccAppStreamStack_basic
=== RUN   TestAccAppStreamStack_applicationSettings_basic
=== PAUSE TestAccAppStreamStack_applicationSettings_basic
=== RUN   TestAccAppStreamUserStackAssociation_basic
=== PAUSE TestAccAppStreamUserStackAssociation_basic
=== RUN   TestAccAppStreamUser_basic
=== PAUSE TestAccAppStreamUser_basic
=== CONT  TestAccAppStreamDirectoryConfig_basic
=== CONT  TestAccAppStreamStack_basic
--- PASS: TestAccAppStreamStack_basic (24.45s)
=== CONT  TestAccAppStreamImageBuilder_basic
    image_builder_test.go:24: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating AppStream ImageBuilder (tf-acc-test-8723104788630975407): InvalidRoleException: AppStream 2.0 encountered an error because your service role 'arn:aws:iam::123456789012:role/service-role/AmazonAppStreamServiceAccess' is invalid 
        
          with aws_appstream_image_builder.test,
          on terraform_plugin_test.tf line 2, in resource "aws_appstream_image_builder" "test":
           2: resource "aws_appstream_image_builder" "test" {
        
--- FAIL: TestAccAppStreamImageBuilder_basic (8.54s)
=== CONT  TestAccAppStreamImageBuilder_tags
    image_builder_test.go:156: Step 1/4 error: Error running apply: exit status 1
        
        Error: creating AppStream ImageBuilder (tf-acc-test-7795864406440743005): InvalidRoleException: AppStream 2.0 encountered an error because your service role 'arn:aws:iam::123456789012:role/service-role/AmazonAppStreamServiceAccess' is invalid 
        
          with aws_appstream_image_builder.test,
          on terraform_plugin_test.tf line 2, in resource "aws_appstream_image_builder" "test":
           2: resource "aws_appstream_image_builder" "test" {
        
--- FAIL: TestAccAppStreamImageBuilder_tags (9.51s)
=== CONT  TestAccAppStreamFleet_basic
    acctest.go:953: skipping acceptance test: required IAM role "AmazonAppStreamServiceAccess" is not present
--- SKIP: TestAccAppStreamFleet_basic (0.08s)
=== CONT  TestAccAppStreamFleetStackAssociation_basic
    acctest.go:953: skipping acceptance test: required IAM role "AmazonAppStreamServiceAccess" is not present
--- SKIP: TestAccAppStreamFleetStackAssociation_basic (0.03s)
=== CONT  TestAccAppStreamUserStackAssociation_basic
--- PASS: TestAccAppStreamUserStackAssociation_basic (40.89s)
=== CONT  TestAccAppStreamUser_basic
--- PASS: TestAccAppStreamUser_basic (33.98s)
=== CONT  TestAccAppStreamStack_applicationSettings_basic
    stack_test.go:151: Step 1/6 error: Error running apply: exit status 1
        
        Error: error creating Appstream Stack (): InvalidRoleException: AppStream 2.0 encountered an error because your service role 'arn:aws:iam::123456789012:role/service-role/AmazonAppStreamServiceAccess' is invalid 
        
          with aws_appstream_stack.test,
          on terraform_plugin_test.tf line 2, in resource "aws_appstream_stack" "test":
           2: resource "aws_appstream_stack" "test" {
        
--- FAIL: TestAccAppStreamStack_applicationSettings_basic (12.02s)
--- PASS: TestAccAppStreamDirectoryConfig_basic (4395.19s)
FAIL
FAIL	github.com/hashicorp/terraform-provider-aws/internal/service/appstream	4405.037s
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appsync	12.247s [no tests to run]
=== RUN   TestAccAthenaDataCatalog_basic
=== PAUSE TestAccAthenaDataCatalog_basic
=== RUN   TestAccAthenaDataCatalog_tags
=== PAUSE TestAccAthenaDataCatalog_tags
=== RUN   TestAccAthenaDatabase_basic
=== PAUSE TestAccAthenaDatabase_basic
=== RUN   TestAccAthenaNamedQuery_basic
=== PAUSE TestAccAthenaNamedQuery_basic
=== RUN   TestAccAthenaWorkGroup_basic
=== PAUSE TestAccAthenaWorkGroup_basic
=== RUN   TestAccAthenaWorkGroup_tags
=== PAUSE TestAccAthenaWorkGroup_tags
=== CONT  TestAccAthenaDataCatalog_basic
=== CONT  TestAccAthenaNamedQuery_basic
--- PASS: TestAccAthenaDataCatalog_basic (32.08s)
=== CONT  TestAccAthenaDatabase_basic
--- PASS: TestAccAthenaNamedQuery_basic (44.84s)
=== CONT  TestAccAthenaDataCatalog_tags
--- PASS: TestAccAthenaDatabase_basic (46.29s)
=== CONT  TestAccAthenaWorkGroup_tags
--- PASS: TestAccAthenaDataCatalog_tags (65.82s)
=== CONT  TestAccAthenaWorkGroup_basic
--- PASS: TestAccAthenaWorkGroup_basic (22.30s)
--- PASS: TestAccAthenaWorkGroup_tags (56.29s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/athena	144.221s
=== RUN   TestAccAuditManagerAssessmentDelegation_basic
=== PAUSE TestAccAuditManagerAssessmentDelegation_basic
=== RUN   TestAccAuditManagerAssessmentReport_basic
=== PAUSE TestAccAuditManagerAssessmentReport_basic
=== RUN   TestAccAuditManagerAssessment_basic
=== PAUSE TestAccAuditManagerAssessment_basic
=== RUN   TestAccAuditManagerAssessment_tags
=== PAUSE TestAccAuditManagerAssessment_tags
=== RUN   TestAccAuditManagerControl_basic
=== PAUSE TestAccAuditManagerControl_basic
=== RUN   TestAccAuditManagerControl_tags
=== PAUSE TestAccAuditManagerControl_tags
=== RUN   TestAccAuditManagerFrameworkShare_basic
=== PAUSE TestAccAuditManagerFrameworkShare_basic
=== RUN   TestAccAuditManagerFramework_basic
=== PAUSE TestAccAuditManagerFramework_basic
=== RUN   TestAccAuditManagerFramework_tags
=== PAUSE TestAccAuditManagerFramework_tags
=== CONT  TestAccAuditManagerAssessmentDelegation_basic
=== CONT  TestAccAuditManagerControl_tags
    control_test.go:90: Step 1/4 error: Error running apply: exit status 1
        
        Error: creating AWS Audit Manager Control ("tf-acc-test-2717648358111246466")
        
          with aws_auditmanager_control.test,
          on terraform_plugin_test.tf line 2, in resource "aws_auditmanager_control" "test":
           2: resource "aws_auditmanager_control" "test" {
        
        operation error AuditManager: CreateControl, https response error StatusCode:
        403, RequestID: ad4da74d-dbb2-4c3c-aba5-4298e97dfe10, AccessDeniedException:
        Please complete AWS Audit Manager setup from home page to enable this action
        in this account.
--- FAIL: TestAccAuditManagerControl_tags (12.11s)
=== CONT  TestAccAuditManagerAssessment_tags
=== CONT  TestAccAuditManagerAssessmentDelegation_basic
    assessment_delegation_test.go:27: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating AWS Audit Manager Control ("tf-acc-test-8897241188873856086")
        
          with aws_auditmanager_control.test,
          on terraform_plugin_test.tf line 29, in resource "aws_auditmanager_control" "test":
          29: resource "aws_auditmanager_control" "test" {
        
        operation error AuditManager: CreateControl, https response error StatusCode:
        403, RequestID: 897271ba-8bad-4db1-891e-b3f257dcb71c, AccessDeniedException:
        Please complete AWS Audit Manager setup from home page to enable this action
        in this account.
--- FAIL: TestAccAuditManagerAssessmentDelegation_basic (17.27s)
=== CONT  TestAccAuditManagerControl_basic
=== CONT  TestAccAuditManagerAssessment_tags
    assessment_test.go:93: Step 1/4 error: Error running apply: exit status 1
        
        Error: creating AWS Audit Manager Control ("tf-acc-test-1153610253889740334")
        
          with aws_auditmanager_control.test,
          on terraform_plugin_test.tf line 27, in resource "aws_auditmanager_control" "test":
          27: resource "aws_auditmanager_control" "test" {
        
        operation error AuditManager: CreateControl, https response error StatusCode:
        403, RequestID: 26d16e97-addd-4f64-bf82-236d779364ff, AccessDeniedException:
        Please complete AWS Audit Manager setup from home page to enable this action
        in this account.
=== CONT  TestAccAuditManagerControl_basic
    control_test.go:27: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating AWS Audit Manager Control ("tf-acc-test-9081772326331286780")
        
          with aws_auditmanager_control.test,
          on terraform_plugin_test.tf line 2, in resource "aws_auditmanager_control" "test":
           2: resource "aws_auditmanager_control" "test" {
        
        operation error AuditManager: CreateControl, https response error StatusCode:
        403, RequestID: 5409200a-8565-4b08-9293-fcb03c7a33c4, AccessDeniedException:
        Please complete AWS Audit Manager setup from home page to enable this action
        in this account.
--- FAIL: TestAccAuditManagerControl_basic (10.80s)
=== CONT  TestAccAuditManagerFramework_basic
--- FAIL: TestAccAuditManagerAssessment_tags (16.35s)
=== CONT  TestAccAuditManagerFramework_tags
    framework_test.go:89: Step 1/4 error: Error running apply: exit status 1
        
        Error: creating AWS Audit Manager Control ("tf-acc-test-7428739827269929713")
        
          with aws_auditmanager_control.test,
          on terraform_plugin_test.tf line 2, in resource "aws_auditmanager_control" "test":
           2: resource "aws_auditmanager_control" "test" {
        
        operation error AuditManager: CreateControl, https response error StatusCode:
        403, RequestID: 336bc1f3-e606-4940-b0d5-2ab078a9c68a, AccessDeniedException:
        Please complete AWS Audit Manager setup from home page to enable this action
        in this account.
=== CONT  TestAccAuditManagerFramework_basic
    framework_test.go:27: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating AWS Audit Manager Control ("tf-acc-test-2245488345226024575")
        
          with aws_auditmanager_control.test,
          on terraform_plugin_test.tf line 2, in resource "aws_auditmanager_control" "test":
           2: resource "aws_auditmanager_control" "test" {
        
        operation error AuditManager: CreateControl, https response error StatusCode:
        403, RequestID: 134e9dd8-5ae2-4585-9a14-db22a98b8f60, AccessDeniedException:
        Please complete AWS Audit Manager setup from home page to enable this action
        in this account.
--- FAIL: TestAccAuditManagerFramework_tags (11.51s)
=== CONT  TestAccAuditManagerAssessment_basic
--- FAIL: TestAccAuditManagerFramework_basic (12.66s)
=== CONT  TestAccAuditManagerAssessmentReport_basic
=== CONT  TestAccAuditManagerAssessment_basic
    assessment_test.go:27: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating AWS Audit Manager Control ("tf-acc-test-3355438867642333907")
        
          with aws_auditmanager_control.test,
          on terraform_plugin_test.tf line 27, in resource "aws_auditmanager_control" "test":
          27: resource "aws_auditmanager_control" "test" {
        
        operation error AuditManager: CreateControl, https response error StatusCode:
        403, RequestID: b7a874ef-2a43-4d55-8861-15a752a86ff5, AccessDeniedException:
        Please complete AWS Audit Manager setup from home page to enable this action
        in this account.
=== CONT  TestAccAuditManagerAssessmentReport_basic
    assessment_report_test.go:27: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating AWS Audit Manager Control ("tf-acc-test-4952408360279990431")
        
          with aws_auditmanager_control.test,
          on terraform_plugin_test.tf line 32, in resource "aws_auditmanager_control" "test":
          32: resource "aws_auditmanager_control" "test" {
        
        operation error AuditManager: CreateControl, https response error StatusCode:
        403, RequestID: fef656e4-6914-4bf3-8c08-c895bd9d1ebb, AccessDeniedException:
        Please complete AWS Audit Manager setup from home page to enable this action
        in this account.
--- FAIL: TestAccAuditManagerAssessment_basic (15.31s)
=== CONT  TestAccAuditManagerFrameworkShare_basic
--- FAIL: TestAccAuditManagerAssessmentReport_basic (15.86s)
=== CONT  TestAccAuditManagerFrameworkShare_basic
    framework_share_test.go:57: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating AWS Audit Manager Control ("tf-acc-test-1891957964941655177")
        
          with aws_auditmanager_control.test,
          on terraform_plugin_test.tf line 4, in resource "aws_auditmanager_control" "test":
           4: resource "aws_auditmanager_control" "test" {
        
        operation error AuditManager: CreateControl, https response error StatusCode:
        403, RequestID: 24813058-d6a7-4ca3-9683-930813084f02, AccessDeniedException:
        Please complete AWS Audit Manager setup from home page to enable this action
        in this account.
--- FAIL: TestAccAuditManagerFrameworkShare_basic (10.02s)
FAIL
FAIL	github.com/hashicorp/terraform-provider-aws/internal/service/auditmanager	75.997s
=== RUN   TestAccAutoScalingGroupDataSource_basic
=== PAUSE TestAccAutoScalingGroupDataSource_basic
=== RUN   TestAccAutoScalingGroupTag_basic
=== PAUSE TestAccAutoScalingGroupTag_basic
=== RUN   TestAccAutoScalingGroup_basic
=== PAUSE TestAccAutoScalingGroup_basic
=== RUN   TestAccAutoScalingGroup_tags
=== PAUSE TestAccAutoScalingGroup_tags
=== RUN   TestAccAutoScalingGroup_InstanceRefresh_basic
=== PAUSE TestAccAutoScalingGroup_InstanceRefresh_basic
=== RUN   TestAccAutoScalingGroupsDataSource_basic
=== PAUSE TestAccAutoScalingGroupsDataSource_basic
=== RUN   TestAccAutoScalingLaunchConfigurationDataSource_basic
=== PAUSE TestAccAutoScalingLaunchConfigurationDataSource_basic
=== RUN   TestAccAutoScalingLaunchConfiguration_basic
=== PAUSE TestAccAutoScalingLaunchConfiguration_basic
=== RUN   TestAccAutoScalingLifecycleHook_basic
=== PAUSE TestAccAutoScalingLifecycleHook_basic
=== RUN   TestAccAutoScalingNotification_ASG_basic
=== PAUSE TestAccAutoScalingNotification_ASG_basic
=== RUN   TestAccAutoScalingPolicy_basic
=== PAUSE TestAccAutoScalingPolicy_basic
=== RUN   TestAccAutoScalingSchedule_basic
=== PAUSE TestAccAutoScalingSchedule_basic
=== CONT  TestAccAutoScalingGroupDataSource_basic
=== CONT  TestAccAutoScalingGroup_tags
--- PASS: TestAccAutoScalingGroupDataSource_basic (39.17s)
=== CONT  TestAccAutoScalingGroupsDataSource_basic
--- PASS: TestAccAutoScalingGroup_tags (76.49s)
=== CONT  TestAccAutoScalingNotification_ASG_basic
--- PASS: TestAccAutoScalingGroupsDataSource_basic (42.84s)
=== CONT  TestAccAutoScalingSchedule_basic
--- PASS: TestAccAutoScalingNotification_ASG_basic (126.14s)
=== CONT  TestAccAutoScalingPolicy_basic
--- PASS: TestAccAutoScalingSchedule_basic (128.09s)
=== CONT  TestAccAutoScalingLifecycleHook_basic
--- PASS: TestAccAutoScalingPolicy_basic (62.99s)
=== CONT  TestAccAutoScalingGroup_InstanceRefresh_basic
--- PASS: TestAccAutoScalingLifecycleHook_basic (132.99s)
=== CONT  TestAccAutoScalingGroup_basic
--- PASS: TestAccAutoScalingGroup_basic (30.20s)
=== CONT  TestAccAutoScalingGroupTag_basic
--- PASS: TestAccAutoScalingGroupTag_basic (40.69s)
=== CONT  TestAccAutoScalingLaunchConfiguration_basic
--- PASS: TestAccAutoScalingLaunchConfiguration_basic (20.85s)
=== CONT  TestAccAutoScalingLaunchConfigurationDataSource_basic
--- PASS: TestAccAutoScalingGroup_InstanceRefresh_basic (174.26s)
--- PASS: TestAccAutoScalingLaunchConfigurationDataSource_basic (18.82s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/autoscaling	465.015s
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/autoscalingplans	7.587s [no tests to run]
FAIL
make: *** [testacc] Error 1
% make testacc TESTARGS='-run=TestAccAppMesh_serial' PKG=appmesh
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appmesh/... -v -count 1 -parallel 20  -run=TestAccAppMesh_serial -timeout 180m
=== RUN   TestAccAppMesh_serial
=== PAUSE TestAccAppMesh_serial
=== CONT  TestAccAppMesh_serial
=== RUN   TestAccAppMesh_serial/VirtualRouter
=== RUN   TestAccAppMesh_serial/VirtualRouter/multiListener
=== RUN   TestAccAppMesh_serial/VirtualRouter/tags
=== RUN   TestAccAppMesh_serial/VirtualRouter/dataSourceBasic
=== RUN   TestAccAppMesh_serial/VirtualRouter/basic
=== RUN   TestAccAppMesh_serial/VirtualRouter/disappears
=== RUN   TestAccAppMesh_serial/VirtualService
=== RUN   TestAccAppMesh_serial/VirtualService/disappears
=== RUN   TestAccAppMesh_serial/VirtualService/virtualNode
=== RUN   TestAccAppMesh_serial/VirtualService/virtualRouter
=== RUN   TestAccAppMesh_serial/VirtualService/tags
=== RUN   TestAccAppMesh_serial/VirtualService/dataSourceVirtualNode
=== RUN   TestAccAppMesh_serial/VirtualService/dataSourceVirtualRouter
=== RUN   TestAccAppMesh_serial/GatewayRoute
=== RUN   TestAccAppMesh_serial/GatewayRoute/grpcRouteTargetPort
=== RUN   TestAccAppMesh_serial/GatewayRoute/httpRoute
=== RUN   TestAccAppMesh_serial/GatewayRoute/httpRouteTargetPort
=== RUN   TestAccAppMesh_serial/GatewayRoute/httpRouteWithPort
=== RUN   TestAccAppMesh_serial/GatewayRoute/tags
=== RUN   TestAccAppMesh_serial/GatewayRoute/dataSourceBasic
=== RUN   TestAccAppMesh_serial/GatewayRoute/disappears
=== RUN   TestAccAppMesh_serial/GatewayRoute/grpcRoute
=== RUN   TestAccAppMesh_serial/GatewayRoute/httpRouteWithPath
=== RUN   TestAccAppMesh_serial/GatewayRoute/http2RouteTargetPort
=== RUN   TestAccAppMesh_serial/GatewayRoute/basic
=== RUN   TestAccAppMesh_serial/GatewayRoute/grpcRouteWithPort
=== RUN   TestAccAppMesh_serial/GatewayRoute/http2RouteWithPort
=== RUN   TestAccAppMesh_serial/GatewayRoute/http2Route
=== RUN   TestAccAppMesh_serial/GatewayRoute/http2RouteWithQueryParameter
=== RUN   TestAccAppMesh_serial/Mesh
=== RUN   TestAccAppMesh_serial/Mesh/egressFilter
=== RUN   TestAccAppMesh_serial/Mesh/tags
=== RUN   TestAccAppMesh_serial/Mesh/dataSourceBasic
=== RUN   TestAccAppMesh_serial/Mesh/dataSourceMeshOwner
=== RUN   TestAccAppMesh_serial/Mesh/dataSourceSpecAndTagsSet
=== RUN   TestAccAppMesh_serial/Mesh/dataSourceShared
    acctest.go:772: 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.
=== RUN   TestAccAppMesh_serial/Mesh/basic
=== RUN   TestAccAppMesh_serial/Mesh/disappears
=== RUN   TestAccAppMesh_serial/Route
=== RUN   TestAccAppMesh_serial/Route/routePriority
=== RUN   TestAccAppMesh_serial/Route/tcpRouteWithPortMatch
=== RUN   TestAccAppMesh_serial/Route/dataSourceHTTP2Route
=== RUN   TestAccAppMesh_serial/Route/http2RouteWithPortMatch
=== RUN   TestAccAppMesh_serial/Route/httpRouteTimeout
=== RUN   TestAccAppMesh_serial/Route/grpcRouteWithPortMatch
=== RUN   TestAccAppMesh_serial/Route/http2RouteWithPathMatch
=== RUN   TestAccAppMesh_serial/Route/http2RouteTimeout
=== RUN   TestAccAppMesh_serial/Route/disappears
=== RUN   TestAccAppMesh_serial/Route/grpcRoute
=== RUN   TestAccAppMesh_serial/Route/httpHeader
=== RUN   TestAccAppMesh_serial/Route/httpRoute
=== RUN   TestAccAppMesh_serial/Route/httpRouteWithQueryParameterMatch
=== RUN   TestAccAppMesh_serial/Route/grpcRouteEmptyMatch
=== RUN   TestAccAppMesh_serial/Route/http2Route
=== RUN   TestAccAppMesh_serial/Route/httpRouteWithPortMatch
=== RUN   TestAccAppMesh_serial/Route/tcpRoute
=== RUN   TestAccAppMesh_serial/Route/tcpRouteTimeout
=== RUN   TestAccAppMesh_serial/Route/tags
=== RUN   TestAccAppMesh_serial/Route/dataSourceHTTPRoute
=== RUN   TestAccAppMesh_serial/Route/dataSourceGRPCRoute
=== RUN   TestAccAppMesh_serial/Route/grpcRouteTimeout
=== RUN   TestAccAppMesh_serial/Route/httpRetryPolicy
=== RUN   TestAccAppMesh_serial/Route/dataSourceTCPRoute
=== RUN   TestAccAppMesh_serial/VirtualGateway
=== RUN   TestAccAppMesh_serial/VirtualGateway/multiListenerValidation
=== RUN   TestAccAppMesh_serial/VirtualGateway/tags
=== RUN   TestAccAppMesh_serial/VirtualGateway/basic
=== RUN   TestAccAppMesh_serial/VirtualGateway/disappears
=== RUN   TestAccAppMesh_serial/VirtualGateway/backendDefaults
=== RUN   TestAccAppMesh_serial/VirtualGateway/listenerConnectionPool
=== RUN   TestAccAppMesh_serial/VirtualGateway/listenerTls
=== RUN   TestAccAppMesh_serial/VirtualGateway/listenerValidation
=== RUN   TestAccAppMesh_serial/VirtualGateway/dataSourceBasic
=== RUN   TestAccAppMesh_serial/VirtualGateway/backendDefaultsCertificate
=== RUN   TestAccAppMesh_serial/VirtualGateway/listenerHealthChecks
=== RUN   TestAccAppMesh_serial/VirtualGateway/logging
=== RUN   TestAccAppMesh_serial/VirtualNode
=== RUN   TestAccAppMesh_serial/VirtualNode/listenerConnectionPool
=== RUN   TestAccAppMesh_serial/VirtualNode/listenerValidation
=== RUN   TestAccAppMesh_serial/VirtualNode/multiListenerValidation
=== RUN   TestAccAppMesh_serial/VirtualNode/backendDefaultsCertificate
=== RUN   TestAccAppMesh_serial/VirtualNode/backendDefaults
=== RUN   TestAccAppMesh_serial/VirtualNode/cloudMapServiceDiscovery
=== RUN   TestAccAppMesh_serial/VirtualNode/listenerOutlierDetection
=== RUN   TestAccAppMesh_serial/VirtualNode/listenerHealthChecks
=== RUN   TestAccAppMesh_serial/VirtualNode/tags
=== RUN   TestAccAppMesh_serial/VirtualNode/dataSourceBasic
=== RUN   TestAccAppMesh_serial/VirtualNode/backendClientPolicyFile
=== RUN   TestAccAppMesh_serial/VirtualNode/logging
=== RUN   TestAccAppMesh_serial/VirtualNode/listenerTimeout
=== RUN   TestAccAppMesh_serial/VirtualNode/disappears
=== RUN   TestAccAppMesh_serial/VirtualNode/backendClientPolicyAcm
=== RUN   TestAccAppMesh_serial/VirtualNode/listenerTls
=== RUN   TestAccAppMesh_serial/VirtualNode/basic
--- PASS: TestAccAppMesh_serial (2770.45s)
    --- PASS: TestAccAppMesh_serial/VirtualRouter (177.79s)
        --- PASS: TestAccAppMesh_serial/VirtualRouter/multiListener (36.26s)
        --- PASS: TestAccAppMesh_serial/VirtualRouter/tags (51.18s)
        --- PASS: TestAccAppMesh_serial/VirtualRouter/dataSourceBasic (23.69s)
        --- PASS: TestAccAppMesh_serial/VirtualRouter/basic (46.88s)
        --- PASS: TestAccAppMesh_serial/VirtualRouter/disappears (19.78s)
    --- PASS: TestAccAppMesh_serial/VirtualService (167.54s)
        --- PASS: TestAccAppMesh_serial/VirtualService/disappears (16.61s)
        --- PASS: TestAccAppMesh_serial/VirtualService/virtualNode (34.13s)
        --- PASS: TestAccAppMesh_serial/VirtualService/virtualRouter (26.50s)
        --- PASS: TestAccAppMesh_serial/VirtualService/tags (47.26s)
        --- PASS: TestAccAppMesh_serial/VirtualService/dataSourceVirtualNode (21.19s)
        --- PASS: TestAccAppMesh_serial/VirtualService/dataSourceVirtualRouter (21.85s)
    --- PASS: TestAccAppMesh_serial/GatewayRoute (648.35s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/grpcRouteTargetPort (38.75s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/httpRoute (88.77s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/httpRouteTargetPort (75.36s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/httpRouteWithPort (67.32s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/tags (59.72s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/dataSourceBasic (28.87s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/disappears (19.40s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/grpcRoute (37.11s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/httpRouteWithPath (16.57s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/http2RouteTargetPort (34.76s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/basic (24.39s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/grpcRouteWithPort (29.61s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/http2RouteWithPort (57.17s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/http2Route (53.75s)
        --- PASS: TestAccAppMesh_serial/GatewayRoute/http2RouteWithQueryParameter (16.81s)
    --- PASS: TestAccAppMesh_serial/Mesh (143.81s)
        --- PASS: TestAccAppMesh_serial/Mesh/egressFilter (32.12s)
        --- PASS: TestAccAppMesh_serial/Mesh/tags (39.03s)
        --- PASS: TestAccAppMesh_serial/Mesh/dataSourceBasic (15.33s)
        --- PASS: TestAccAppMesh_serial/Mesh/dataSourceMeshOwner (14.98s)
        --- PASS: TestAccAppMesh_serial/Mesh/dataSourceSpecAndTagsSet (14.57s)
        --- SKIP: TestAccAppMesh_serial/Mesh/dataSourceShared (0.00s)
        --- PASS: TestAccAppMesh_serial/Mesh/basic (15.99s)
        --- PASS: TestAccAppMesh_serial/Mesh/disappears (11.79s)
    --- PASS: TestAccAppMesh_serial/Route (691.01s)
        --- PASS: TestAccAppMesh_serial/Route/routePriority (29.09s)
        --- PASS: TestAccAppMesh_serial/Route/tcpRouteWithPortMatch (42.28s)
        --- PASS: TestAccAppMesh_serial/Route/dataSourceHTTP2Route (15.41s)
        --- PASS: TestAccAppMesh_serial/Route/http2RouteWithPortMatch (28.96s)
        --- PASS: TestAccAppMesh_serial/Route/httpRouteTimeout (28.75s)
        --- PASS: TestAccAppMesh_serial/Route/grpcRouteWithPortMatch (50.74s)
        --- PASS: TestAccAppMesh_serial/Route/http2RouteWithPathMatch (16.68s)
        --- PASS: TestAccAppMesh_serial/Route/http2RouteTimeout (28.72s)
        --- PASS: TestAccAppMesh_serial/Route/disappears (14.20s)
        --- PASS: TestAccAppMesh_serial/Route/grpcRoute (50.61s)
        --- PASS: TestAccAppMesh_serial/Route/httpHeader (28.31s)
        --- PASS: TestAccAppMesh_serial/Route/httpRoute (39.99s)
        --- PASS: TestAccAppMesh_serial/Route/httpRouteWithQueryParameterMatch (16.57s)
        --- PASS: TestAccAppMesh_serial/Route/grpcRouteEmptyMatch (17.45s)
        --- PASS: TestAccAppMesh_serial/Route/http2Route (28.01s)
        --- PASS: TestAccAppMesh_serial/Route/httpRouteWithPortMatch (38.68s)
        --- PASS: TestAccAppMesh_serial/Route/tcpRoute (38.62s)
        --- PASS: TestAccAppMesh_serial/Route/tcpRouteTimeout (27.57s)
        --- PASS: TestAccAppMesh_serial/Route/tags (39.14s)
        --- PASS: TestAccAppMesh_serial/Route/dataSourceHTTPRoute (15.04s)
        --- PASS: TestAccAppMesh_serial/Route/dataSourceGRPCRoute (15.27s)
        --- PASS: TestAccAppMesh_serial/Route/grpcRouteTimeout (27.40s)
        --- PASS: TestAccAppMesh_serial/Route/httpRetryPolicy (38.35s)
        --- PASS: TestAccAppMesh_serial/Route/dataSourceTCPRoute (15.18s)
    --- PASS: TestAccAppMesh_serial/VirtualGateway (336.10s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/multiListenerValidation (25.99s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/tags (36.32s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/basic (15.51s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/disappears (12.74s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/backendDefaults (26.06s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/listenerConnectionPool (26.07s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/listenerTls (75.15s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/listenerValidation (25.93s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/dataSourceBasic (14.23s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/backendDefaultsCertificate (15.54s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/listenerHealthChecks (26.11s)
        --- PASS: TestAccAppMesh_serial/VirtualGateway/logging (36.46s)
    --- PASS: TestAccAppMesh_serial/VirtualNode (605.85s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/listenerConnectionPool (28.65s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/listenerValidation (27.90s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/multiListenerValidation (27.78s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/backendDefaultsCertificate (16.36s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/backendDefaults (27.78s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/cloudMapServiceDiscovery (115.61s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/listenerOutlierDetection (27.55s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/listenerHealthChecks (27.61s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/tags (38.20s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/dataSourceBasic (14.38s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/backendClientPolicyFile (26.57s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/logging (37.61s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/listenerTimeout (26.52s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/disappears (13.11s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/backendClientPolicyAcm (59.13s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/listenerTls (75.35s)
        --- PASS: TestAccAppMesh_serial/VirtualNode/basic (15.73s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appmesh	2781.799s

@github-actions
Copy link

github-actions bot commented Apr 4, 2023

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 generators Relates to code generators. service/accessanalyzer Issues and PRs that pertain to the accessanalyzer service. size/XL Managed by automation to categorize the size of a PR. service/acm Issues and PRs that pertain to the acm service. service/acmpca Issues and PRs that pertain to the acmpca service. service/amp Issues and PRs that pertain to the amp service. service/amplify Issues and PRs that pertain to the amplify service. service/apigateway Issues and PRs that pertain to the apigateway service. service/apigatewayv2 Issues and PRs that pertain to the apigatewayv2 service. service/appconfig Issues and PRs that pertain to the appconfig service. service/appintegrations Issues and PRs that pertain to the appintegrations service. service/applicationinsights Issues and PRs that pertain to the applicationinsights service. service/apprunner Issues and PRs that pertain to the apprunner service. service/appstream Issues and PRs that pertain to the appstream service. service/appsync Issues and PRs that pertain to the appsync service. labels Apr 4, 2023
@ewbankkit ewbankkit changed the title Tech debt: Reduce tags boilerplate code - Plugin Framework resources a* (Phase 3c) Tech debt: Reduce tags boilerplate code - Plugin SDK resources a* (Phase 3c) Apr 4, 2023
@github-actions github-actions bot added service/appmesh Issues and PRs that pertain to the appmesh service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Apr 4, 2023
@ewbankkit ewbankkit merged commit c718518 into main Apr 4, 2023
@ewbankkit ewbankkit deleted the td-transparent-tagging-phase3c-a branch April 4, 2023 20:14
@github-actions github-actions bot added this to the v4.62.0 milestone Apr 4, 2023
@github-actions
Copy link

github-actions bot commented Apr 7, 2023

This functionality has been released in v4.62.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented May 9, 2023

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 May 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
generators Relates to code generators. service/accessanalyzer Issues and PRs that pertain to the accessanalyzer service. service/acm Issues and PRs that pertain to the acm service. service/acmpca Issues and PRs that pertain to the acmpca service. service/amp Issues and PRs that pertain to the amp service. service/amplify Issues and PRs that pertain to the amplify service. service/apigateway Issues and PRs that pertain to the apigateway service. service/apigatewayv2 Issues and PRs that pertain to the apigatewayv2 service. service/appconfig Issues and PRs that pertain to the appconfig service. service/appintegrations Issues and PRs that pertain to the appintegrations service. service/applicationinsights Issues and PRs that pertain to the applicationinsights service. service/appmesh Issues and PRs that pertain to the appmesh service. service/apprunner Issues and PRs that pertain to the apprunner service. service/appstream Issues and PRs that pertain to the appstream service. service/appsync Issues and PRs that pertain to the appsync service. service/athena Issues and PRs that pertain to the athena service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant