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

Adds Semgrep rules for casting of awserr #27991

Merged
merged 72 commits into from
Feb 9, 2023
Merged

Adds Semgrep rules for casting of awserr #27991

merged 72 commits into from
Feb 9, 2023

Conversation

gdavison
Copy link
Contributor

@gdavison gdavison commented Nov 23, 2022

Fixes cases where error is cast to awserr.Error.

Closes #29230.
Closes #22712.

Output from Acceptance Testing

% make testacc TESTARGS='-run=TestAccAPIGatewayAPIKey_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayAPIKey_ -timeout 180m
=== RUN   TestAccAPIGatewayAPIKey_basic
=== PAUSE TestAccAPIGatewayAPIKey_basic
=== RUN   TestAccAPIGatewayAPIKey_tags
=== PAUSE TestAccAPIGatewayAPIKey_tags
=== RUN   TestAccAPIGatewayAPIKey_description
=== PAUSE TestAccAPIGatewayAPIKey_description
=== RUN   TestAccAPIGatewayAPIKey_enabled
=== PAUSE TestAccAPIGatewayAPIKey_enabled
=== RUN   TestAccAPIGatewayAPIKey_value
=== PAUSE TestAccAPIGatewayAPIKey_value
=== RUN   TestAccAPIGatewayAPIKey_disappears
=== PAUSE TestAccAPIGatewayAPIKey_disappears
=== CONT  TestAccAPIGatewayAPIKey_basic
=== CONT  TestAccAPIGatewayAPIKey_enabled
=== CONT  TestAccAPIGatewayAPIKey_description
--- PASS: TestAccAPIGatewayAPIKey_basic (20.17s)
=== CONT  TestAccAPIGatewayAPIKey_disappears
--- PASS: TestAccAPIGatewayAPIKey_description (32.84s)
=== CONT  TestAccAPIGatewayAPIKey_value
--- PASS: TestAccAPIGatewayAPIKey_enabled (33.11s)
=== CONT  TestAccAPIGatewayAPIKey_tags
--- PASS: TestAccAPIGatewayAPIKey_disappears (14.31s)
--- PASS: TestAccAPIGatewayAPIKey_value (17.39s)
--- PASS: TestAccAPIGatewayAPIKey_tags (38.25s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	76.557s
% make testacc TESTARGS='-run=TestAccAPIGatewayAPIKeyDataSource_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayAPIKeyDataSource_ -timeout 180m
=== RUN   TestAccAPIGatewayAPIKeyDataSource_basic
=== PAUSE TestAccAPIGatewayAPIKeyDataSource_basic
=== CONT  TestAccAPIGatewayAPIKeyDataSource_basic
--- PASS: TestAccAPIGatewayAPIKeyDataSource_basic (13.91s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	19.021s
% make testacc TESTARGS='-run=TestAccAPIGatewayAuthorizer_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayAuthorizer_ -timeout 180m
=== RUN   TestAccAPIGatewayAuthorizer_basic
=== PAUSE TestAccAPIGatewayAuthorizer_basic
=== RUN   TestAccAPIGatewayAuthorizer_cognito
=== PAUSE TestAccAPIGatewayAuthorizer_cognito
=== RUN   TestAccAPIGatewayAuthorizer_Cognito_authorizerCredentials
=== PAUSE TestAccAPIGatewayAuthorizer_Cognito_authorizerCredentials
=== RUN   TestAccAPIGatewayAuthorizer_switchAuthType
=== PAUSE TestAccAPIGatewayAuthorizer_switchAuthType
=== RUN   TestAccAPIGatewayAuthorizer_switchAuthorizerTTL
=== PAUSE TestAccAPIGatewayAuthorizer_switchAuthorizerTTL
=== RUN   TestAccAPIGatewayAuthorizer_authTypeValidation
=== PAUSE TestAccAPIGatewayAuthorizer_authTypeValidation
=== RUN   TestAccAPIGatewayAuthorizer_Zero_ttl
=== PAUSE TestAccAPIGatewayAuthorizer_Zero_ttl
=== RUN   TestAccAPIGatewayAuthorizer_disappears
=== PAUSE TestAccAPIGatewayAuthorizer_disappears
=== CONT  TestAccAPIGatewayAuthorizer_basic
=== CONT  TestAccAPIGatewayAuthorizer_switchAuthorizerTTL
=== CONT  TestAccAPIGatewayAuthorizer_Zero_ttl
--- PASS: TestAccAPIGatewayAuthorizer_Zero_ttl (40.43s)
=== CONT  TestAccAPIGatewayAuthorizer_disappears
--- PASS: TestAccAPIGatewayAuthorizer_disappears (29.82s)
=== CONT  TestAccAPIGatewayAuthorizer_authTypeValidation
--- PASS: TestAccAPIGatewayAuthorizer_basic (102.47s)
=== CONT  TestAccAPIGatewayAuthorizer_Cognito_authorizerCredentials
--- PASS: TestAccAPIGatewayAuthorizer_Cognito_authorizerCredentials (27.22s)
=== CONT  TestAccAPIGatewayAuthorizer_switchAuthType
--- PASS: TestAccAPIGatewayAuthorizer_switchAuthorizerTTL (172.63s)
=== CONT  TestAccAPIGatewayAuthorizer_cognito
--- PASS: TestAccAPIGatewayAuthorizer_switchAuthType (70.49s)
--- PASS: TestAccAPIGatewayAuthorizer_cognito (48.89s)
--- PASS: TestAccAPIGatewayAuthorizer_authTypeValidation (259.02s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	334.375s
% make testacc TESTARGS='-run=TestAccAPIGatewayClientCertificate_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayClientCertificate_ -timeout 180m
=== RUN   TestAccAPIGatewayClientCertificate_basic
=== PAUSE TestAccAPIGatewayClientCertificate_basic
=== RUN   TestAccAPIGatewayClientCertificate_tags
=== PAUSE TestAccAPIGatewayClientCertificate_tags
=== RUN   TestAccAPIGatewayClientCertificate_disappears
=== PAUSE TestAccAPIGatewayClientCertificate_disappears
=== CONT  TestAccAPIGatewayClientCertificate_basic
=== CONT  TestAccAPIGatewayClientCertificate_disappears
=== CONT  TestAccAPIGatewayClientCertificate_tags
--- PASS: TestAccAPIGatewayClientCertificate_disappears (16.33s)
--- PASS: TestAccAPIGatewayClientCertificate_basic (30.98s)
--- PASS: TestAccAPIGatewayClientCertificate_tags (40.83s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	46.363s
% make testacc TESTARGS='-run=TestAccAPIGatewayGatewayResponse_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayGatewayResponse_ -timeout 180m
=== RUN   TestAccAPIGatewayGatewayResponse_basic
=== PAUSE TestAccAPIGatewayGatewayResponse_basic
=== RUN   TestAccAPIGatewayGatewayResponse_disappears
=== PAUSE TestAccAPIGatewayGatewayResponse_disappears
=== CONT  TestAccAPIGatewayGatewayResponse_basic
=== CONT  TestAccAPIGatewayGatewayResponse_disappears
--- PASS: TestAccAPIGatewayGatewayResponse_disappears (16.25s)
--- PASS: TestAccAPIGatewayGatewayResponse_basic (68.01s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	73.704s
% make testacc TESTARGS='-run=TestAccAPIGatewayIntegrationResponse_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayIntegrationResponse_ -timeout 180m
=== RUN   TestAccAPIGatewayIntegrationResponse_basic
=== PAUSE TestAccAPIGatewayIntegrationResponse_basic
=== RUN   TestAccAPIGatewayIntegrationResponse_disappears
=== PAUSE TestAccAPIGatewayIntegrationResponse_disappears
=== CONT  TestAccAPIGatewayIntegrationResponse_basic
=== CONT  TestAccAPIGatewayIntegrationResponse_disappears
--- PASS: TestAccAPIGatewayIntegrationResponse_disappears (19.03s)
--- PASS: TestAccAPIGatewayIntegrationResponse_basic (62.88s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	68.595s
% make testacc TESTARGS='-run=TestAccAPIGatewayIntegration_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayIntegration_ -timeout 180m
=== RUN   TestAccAPIGatewayIntegration_basic
=== PAUSE TestAccAPIGatewayIntegration_basic
=== RUN   TestAccAPIGatewayIntegration_contentHandling
=== PAUSE TestAccAPIGatewayIntegration_contentHandling
=== RUN   TestAccAPIGatewayIntegration_CacheKey_parameters
=== PAUSE TestAccAPIGatewayIntegration_CacheKey_parameters
=== RUN   TestAccAPIGatewayIntegration_integrationType
=== PAUSE TestAccAPIGatewayIntegration_integrationType
=== RUN   TestAccAPIGatewayIntegration_TLS_insecureSkipVerification
=== PAUSE TestAccAPIGatewayIntegration_TLS_insecureSkipVerification
=== RUN   TestAccAPIGatewayIntegration_disappears
=== PAUSE TestAccAPIGatewayIntegration_disappears
=== CONT  TestAccAPIGatewayIntegration_basic
=== CONT  TestAccAPIGatewayIntegration_integrationType
=== CONT  TestAccAPIGatewayIntegration_CacheKey_parameters
--- PASS: TestAccAPIGatewayIntegration_CacheKey_parameters (20.14s)
=== CONT  TestAccAPIGatewayIntegration_disappears
--- PASS: TestAccAPIGatewayIntegration_disappears (37.26s)
=== CONT  TestAccAPIGatewayIntegration_TLS_insecureSkipVerification
--- PASS: TestAccAPIGatewayIntegration_TLS_insecureSkipVerification (29.47s)
=== CONT  TestAccAPIGatewayIntegration_contentHandling
--- PASS: TestAccAPIGatewayIntegration_basic (116.95s)
--- PASS: TestAccAPIGatewayIntegration_contentHandling (40.68s)
--- PASS: TestAccAPIGatewayIntegration_integrationType (675.99s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	681.215s
% make testacc TESTARGS='-run=TestAccAPIGatewayMethodResponse_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayMethodResponse_ -timeout 180m
=== RUN   TestAccAPIGatewayMethodResponse_basic
=== PAUSE TestAccAPIGatewayMethodResponse_basic
=== RUN   TestAccAPIGatewayMethodResponse_disappears
=== PAUSE TestAccAPIGatewayMethodResponse_disappears
=== CONT  TestAccAPIGatewayMethodResponse_basic
=== CONT  TestAccAPIGatewayMethodResponse_disappears
--- PASS: TestAccAPIGatewayMethodResponse_disappears (17.03s)
--- PASS: TestAccAPIGatewayMethodResponse_basic (57.75s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	62.911s
% make testacc TESTARGS='-run=TestAccAPIGatewayMethod_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayMethod_ -timeout 180m
=== RUN   TestAccAPIGatewayMethod_basic
=== PAUSE TestAccAPIGatewayMethod_basic
=== RUN   TestAccAPIGatewayMethod_customAuthorizer
=== PAUSE TestAccAPIGatewayMethod_customAuthorizer
=== RUN   TestAccAPIGatewayMethod_cognitoAuthorizer
=== PAUSE TestAccAPIGatewayMethod_cognitoAuthorizer
=== RUN   TestAccAPIGatewayMethod_customRequestValidator
=== PAUSE TestAccAPIGatewayMethod_customRequestValidator
=== RUN   TestAccAPIGatewayMethod_disappears
=== PAUSE TestAccAPIGatewayMethod_disappears
=== RUN   TestAccAPIGatewayMethod_operationName
=== PAUSE TestAccAPIGatewayMethod_operationName
=== CONT  TestAccAPIGatewayMethod_basic
=== CONT  TestAccAPIGatewayMethod_customRequestValidator
=== CONT  TestAccAPIGatewayMethod_cognitoAuthorizer
--- PASS: TestAccAPIGatewayMethod_basic (27.82s)
=== CONT  TestAccAPIGatewayMethod_customAuthorizer
--- PASS: TestAccAPIGatewayMethod_customRequestValidator (43.34s)
=== CONT  TestAccAPIGatewayMethod_operationName
--- PASS: TestAccAPIGatewayMethod_operationName (30.74s)
=== CONT  TestAccAPIGatewayMethod_disappears
--- PASS: TestAccAPIGatewayMethod_customAuthorizer (94.84s)
--- PASS: TestAccAPIGatewayMethod_disappears (71.16s)
--- PASS: TestAccAPIGatewayMethod_cognitoAuthorizer (215.34s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	220.214s
% make testacc TESTARGS='-run=TestAccAPIGatewayModel_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayModel_ -timeout 180m
=== RUN   TestAccAPIGatewayModel_basic
=== PAUSE TestAccAPIGatewayModel_basic
=== RUN   TestAccAPIGatewayModel_disappears
=== PAUSE TestAccAPIGatewayModel_disappears
=== CONT  TestAccAPIGatewayModel_basic
=== CONT  TestAccAPIGatewayModel_disappears
--- PASS: TestAccAPIGatewayModel_disappears (15.59s)
--- PASS: TestAccAPIGatewayModel_basic (62.38s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	67.476s
% make testacc TESTARGS='-run=TestAccAPIGatewayRequestValidator_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayRequestValidator_ -timeout 180m
=== RUN   TestAccAPIGatewayRequestValidator_basic
=== PAUSE TestAccAPIGatewayRequestValidator_basic
=== RUN   TestAccAPIGatewayRequestValidator_disappears
=== PAUSE TestAccAPIGatewayRequestValidator_disappears
=== CONT  TestAccAPIGatewayRequestValidator_basic
=== CONT  TestAccAPIGatewayRequestValidator_disappears
--- PASS: TestAccAPIGatewayRequestValidator_disappears (17.37s)
--- PASS: TestAccAPIGatewayRequestValidator_basic (53.55s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	58.954s
% make testacc TESTARGS='-run=TestAccAPIGatewayResource_' PKG=apigateway ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayResource_ -timeout 180m
=== RUN   TestAccAPIGatewayResource_basic
=== PAUSE TestAccAPIGatewayResource_basic
=== RUN   TestAccAPIGatewayResource_update
=== PAUSE TestAccAPIGatewayResource_update
=== RUN   TestAccAPIGatewayResource_disappears
=== PAUSE TestAccAPIGatewayResource_disappears
=== CONT  TestAccAPIGatewayResource_basic
=== CONT  TestAccAPIGatewayResource_update
=== CONT  TestAccAPIGatewayResource_disappears
--- PASS: TestAccAPIGatewayResource_disappears (18.64s)
--- PASS: TestAccAPIGatewayResource_update (55.65s)
--- PASS: TestAccAPIGatewayResource_basic (98.10s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	103.305s
% make testacc TESTARGS='-run=TestAccAPIGatewayUsagePlanKey_' PKG=apigateway ACCTEST_PARALLELISM=3 
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apigateway/... -v -count 1 -parallel 3  -run=TestAccAPIGatewayUsagePlanKey_ -timeout 180m
=== RUN   TestAccAPIGatewayUsagePlanKey_basic
=== PAUSE TestAccAPIGatewayUsagePlanKey_basic
=== RUN   TestAccAPIGatewayUsagePlanKey_disappears
=== PAUSE TestAccAPIGatewayUsagePlanKey_disappears
=== RUN   TestAccAPIGatewayUsagePlanKey_KeyID_concurrency
=== PAUSE TestAccAPIGatewayUsagePlanKey_KeyID_concurrency
=== CONT  TestAccAPIGatewayUsagePlanKey_basic
=== CONT  TestAccAPIGatewayUsagePlanKey_KeyID_concurrency
=== CONT  TestAccAPIGatewayUsagePlanKey_disappears
--- PASS: TestAccAPIGatewayUsagePlanKey_disappears (21.19s)
--- PASS: TestAccAPIGatewayUsagePlanKey_basic (59.09s)
--- PASS: TestAccAPIGatewayUsagePlanKey_KeyID_concurrency (60.11s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/apigateway	65.105s
% make testacc TESTARGS='-run=TestAccCognitoIDPUser_basic\|TestAccCognitoIDPUser_disappears' PKG=cognitoidp ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cognitoidp/... -v -count 1 -parallel 3  -run=TestAccCognitoIDPUser_basic\|TestAccCognitoIDPUser_disappears -timeout 180m
=== RUN   TestAccCognitoIDPUser_basic
=== PAUSE TestAccCognitoIDPUser_basic
=== RUN   TestAccCognitoIDPUser_disappears
=== PAUSE TestAccCognitoIDPUser_disappears
=== CONT  TestAccCognitoIDPUser_basic
=== CONT  TestAccCognitoIDPUser_disappears
--- PASS: TestAccCognitoIDPUser_disappears (16.16s)
--- PASS: TestAccCognitoIDPUser_basic (19.16s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp	24.301s
% make testacc TESTARGS='-run=TestAccEFSMountTarget_' PKG=efs ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/efs/... -v -count 1 -parallel 3  -run=TestAccEFSMountTarget_ -timeout 180m
=== RUN   TestAccEFSMountTarget_basic
=== PAUSE TestAccEFSMountTarget_basic
=== RUN   TestAccEFSMountTarget_disappears
=== PAUSE TestAccEFSMountTarget_disappears
=== RUN   TestAccEFSMountTarget_ipAddress
=== PAUSE TestAccEFSMountTarget_ipAddress
=== RUN   TestAccEFSMountTarget_IPAddress_emptyString
=== PAUSE TestAccEFSMountTarget_IPAddress_emptyString
=== CONT  TestAccEFSMountTarget_basic
=== CONT  TestAccEFSMountTarget_ipAddress
=== CONT  TestAccEFSMountTarget_IPAddress_emptyString
--- PASS: TestAccEFSMountTarget_IPAddress_emptyString (138.07s)
=== CONT  TestAccEFSMountTarget_disappears
--- PASS: TestAccEFSMountTarget_ipAddress (138.12s)
--- PASS: TestAccEFSMountTarget_basic (239.87s)
--- PASS: TestAccEFSMountTarget_disappears (132.15s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/efs	275.296s
% make testacc TESTARGS='-run=TestAccElasticBeanstalkConfigurationTemplate_' PKG=elasticbeanstalk ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elasticbeanstalk/... -v -count 1 -parallel 3  -run=TestAccElasticBeanstalkConfigurationTemplate_ -timeout 180m
=== RUN   TestAccElasticBeanstalkConfigurationTemplate_basic
=== PAUSE TestAccElasticBeanstalkConfigurationTemplate_basic
=== RUN   TestAccElasticBeanstalkConfigurationTemplate_disappears
=== PAUSE TestAccElasticBeanstalkConfigurationTemplate_disappears
=== RUN   TestAccElasticBeanstalkConfigurationTemplate_vpc
=== PAUSE TestAccElasticBeanstalkConfigurationTemplate_vpc
=== RUN   TestAccElasticBeanstalkConfigurationTemplate_settings
=== PAUSE TestAccElasticBeanstalkConfigurationTemplate_settings
=== CONT  TestAccElasticBeanstalkConfigurationTemplate_basic
=== CONT  TestAccElasticBeanstalkConfigurationTemplate_vpc
=== CONT  TestAccElasticBeanstalkConfigurationTemplate_disappears
--- PASS: TestAccElasticBeanstalkConfigurationTemplate_disappears (21.15s)
=== CONT  TestAccElasticBeanstalkConfigurationTemplate_settings
--- PASS: TestAccElasticBeanstalkConfigurationTemplate_basic (22.33s)
--- PASS: TestAccElasticBeanstalkConfigurationTemplate_vpc (26.74s)
--- PASS: TestAccElasticBeanstalkConfigurationTemplate_settings (20.37s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elasticbeanstalk	46.775s
% make testacc TESTARGS='-run=TestAccELBAppCookieStickinessPolicy_' PKG=elb ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elb/... -v -count 1 -parallel 3  -run=TestAccELBAppCookieStickinessPolicy_ -timeout 180m
=== RUN   TestAccELBAppCookieStickinessPolicy_basic
=== PAUSE TestAccELBAppCookieStickinessPolicy_basic
=== RUN   TestAccELBAppCookieStickinessPolicy_disappears
=== PAUSE TestAccELBAppCookieStickinessPolicy_disappears
=== RUN   TestAccELBAppCookieStickinessPolicy_Disappears_elb
=== PAUSE TestAccELBAppCookieStickinessPolicy_Disappears_elb
=== CONT  TestAccELBAppCookieStickinessPolicy_basic
=== CONT  TestAccELBAppCookieStickinessPolicy_Disappears_elb
=== CONT  TestAccELBAppCookieStickinessPolicy_disappears
--- PASS: TestAccELBAppCookieStickinessPolicy_Disappears_elb (21.50s)
--- PASS: TestAccELBAppCookieStickinessPolicy_disappears (22.19s)
--- PASS: TestAccELBAppCookieStickinessPolicy_basic (40.12s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elb	45.597s
% make testacc TESTARGS='-run=TestAccELBBackendServerPolicy_' PKG=elb ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elb/... -v -count 1 -parallel 3  -run=TestAccELBBackendServerPolicy_ -timeout 180m
=== RUN   TestAccELBBackendServerPolicy_basic
=== PAUSE TestAccELBBackendServerPolicy_basic
=== RUN   TestAccELBBackendServerPolicy_disappears
=== PAUSE TestAccELBBackendServerPolicy_disappears
=== RUN   TestAccELBBackendServerPolicy_update
=== PAUSE TestAccELBBackendServerPolicy_update
=== CONT  TestAccELBBackendServerPolicy_basic
=== CONT  TestAccELBBackendServerPolicy_update
=== CONT  TestAccELBBackendServerPolicy_disappears
--- PASS: TestAccELBBackendServerPolicy_basic (44.52s)
--- PASS: TestAccELBBackendServerPolicy_disappears (52.17s)
--- PASS: TestAccELBBackendServerPolicy_update (55.09s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elb	60.505s
% make testacc TESTARGS='-run=TestAccELBCookieStickinessPolicy_' PKG=elb ACCTEST_PARALLELISM=3 
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elb/... -v -count 1 -parallel 3  -run=TestAccELBCookieStickinessPolicy_ -timeout 180m
=== RUN   TestAccELBCookieStickinessPolicy_basic
=== PAUSE TestAccELBCookieStickinessPolicy_basic
=== RUN   TestAccELBCookieStickinessPolicy_disappears
=== PAUSE TestAccELBCookieStickinessPolicy_disappears
=== RUN   TestAccELBCookieStickinessPolicy_Disappears_elb
=== PAUSE TestAccELBCookieStickinessPolicy_Disappears_elb
=== CONT  TestAccELBCookieStickinessPolicy_basic
=== CONT  TestAccELBCookieStickinessPolicy_disappears
=== CONT  TestAccELBCookieStickinessPolicy_Disappears_elb
--- PASS: TestAccELBCookieStickinessPolicy_Disappears_elb (20.21s)
--- PASS: TestAccELBCookieStickinessPolicy_disappears (22.27s)
--- PASS: TestAccELBCookieStickinessPolicy_basic (35.50s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elb	41.217s
% make testacc TESTARGS='-run=TestAccELBSSLNegotiationPolicy_' PKG=elb ACCTEST_PARALLELISM=3 
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elb/... -v -count 1 -parallel 3  -run=TestAccELBSSLNegotiationPolicy_ -timeout 180m
=== RUN   TestAccELBSSLNegotiationPolicy_basic
=== PAUSE TestAccELBSSLNegotiationPolicy_basic
=== RUN   TestAccELBSSLNegotiationPolicy_disappears
=== PAUSE TestAccELBSSLNegotiationPolicy_disappears
=== CONT  TestAccELBSSLNegotiationPolicy_basic
=== CONT  TestAccELBSSLNegotiationPolicy_disappears
--- PASS: TestAccELBSSLNegotiationPolicy_disappears (30.06s)
--- PASS: TestAccELBSSLNegotiationPolicy_basic (34.55s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elb	39.662s
% make testacc TESTARGS='-run=TestAccELBListenerPolicy_' PKG=elb ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elb/... -v -count 1 -parallel 3  -run=TestAccELBListenerPolicy_ -timeout 180m
=== RUN   TestAccELBListenerPolicy_basic
=== PAUSE TestAccELBListenerPolicy_basic
=== RUN   TestAccELBListenerPolicy_disappears
=== PAUSE TestAccELBListenerPolicy_disappears
=== CONT  TestAccELBListenerPolicy_basic
=== CONT  TestAccELBListenerPolicy_disappears
--- PASS: TestAccELBListenerPolicy_basic (20.56s)
--- PASS: TestAccELBListenerPolicy_disappears (22.49s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elb	27.701s
% make testacc TESTARGS='-run=TestAccELBPolicy_' PKG=elb ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elb/... -v -count 1 -parallel 3  -run=TestAccELBPolicy_ -timeout 180m
=== RUN   TestAccELBPolicy_basic
=== PAUSE TestAccELBPolicy_basic
=== RUN   TestAccELBPolicy_disappears
=== PAUSE TestAccELBPolicy_disappears
=== RUN   TestAccELBPolicy_LBCookieStickinessPolicyType_computedAttributesOnly
=== PAUSE TestAccELBPolicy_LBCookieStickinessPolicyType_computedAttributesOnly
=== RUN   TestAccELBPolicy_SSLNegotiationPolicyType_computedAttributesOnly
=== PAUSE TestAccELBPolicy_SSLNegotiationPolicyType_computedAttributesOnly
=== RUN   TestAccELBPolicy_SSLNegotiationPolicyType_customPolicy
=== PAUSE TestAccELBPolicy_SSLNegotiationPolicyType_customPolicy
=== RUN   TestAccELBPolicy_SSLSecurityPolicy_predefined
=== PAUSE TestAccELBPolicy_SSLSecurityPolicy_predefined
=== RUN   TestAccELBPolicy_updateWhileAssigned
=== PAUSE TestAccELBPolicy_updateWhileAssigned
=== CONT  TestAccELBPolicy_basic
=== CONT  TestAccELBPolicy_updateWhileAssigned
=== CONT  TestAccELBPolicy_SSLNegotiationPolicyType_computedAttributesOnly
--- PASS: TestAccELBPolicy_SSLNegotiationPolicyType_computedAttributesOnly (24.02s)
=== CONT  TestAccELBPolicy_SSLSecurityPolicy_predefined
--- PASS: TestAccELBPolicy_basic (24.13s)
=== CONT  TestAccELBPolicy_SSLNegotiationPolicyType_customPolicy
--- PASS: TestAccELBPolicy_updateWhileAssigned (39.01s)
=== CONT  TestAccELBPolicy_LBCookieStickinessPolicyType_computedAttributesOnly
--- PASS: TestAccELBPolicy_LBCookieStickinessPolicyType_computedAttributesOnly (21.37s)
=== CONT  TestAccELBPolicy_disappears
--- PASS: TestAccELBPolicy_SSLSecurityPolicy_predefined (39.42s)
--- PASS: TestAccELBPolicy_SSLNegotiationPolicyType_customPolicy (40.22s)
--- PASS: TestAccELBPolicy_disappears (19.35s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elb	84.892s
% make testacc TESTARGS='-run=TestAccELBLoadBalancer_' PKG=elb ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elb/... -v -count 1 -parallel 3  -run=TestAccELBLoadBalancer_ -timeout 180m
=== RUN   TestAccELBLoadBalancer_basic
=== PAUSE TestAccELBLoadBalancer_basic
=== RUN   TestAccELBLoadBalancer_disappears
=== PAUSE TestAccELBLoadBalancer_disappears
=== RUN   TestAccELBLoadBalancer_fullCharacterRange
=== PAUSE TestAccELBLoadBalancer_fullCharacterRange
=== RUN   TestAccELBLoadBalancer_AccessLogs_enabled
=== PAUSE TestAccELBLoadBalancer_AccessLogs_enabled
=== RUN   TestAccELBLoadBalancer_AccessLogs_disabled
=== PAUSE TestAccELBLoadBalancer_AccessLogs_disabled
=== RUN   TestAccELBLoadBalancer_namePrefix
=== PAUSE TestAccELBLoadBalancer_namePrefix
=== RUN   TestAccELBLoadBalancer_generatedName
=== PAUSE TestAccELBLoadBalancer_generatedName
=== RUN   TestAccELBLoadBalancer_generatesNameForZeroValue
=== PAUSE TestAccELBLoadBalancer_generatesNameForZeroValue
=== RUN   TestAccELBLoadBalancer_availabilityZones
=== PAUSE TestAccELBLoadBalancer_availabilityZones
=== RUN   TestAccELBLoadBalancer_tags
=== PAUSE TestAccELBLoadBalancer_tags
=== RUN   TestAccELBLoadBalancer_ListenerSSLCertificateID_iamServerCertificate
=== PAUSE TestAccELBLoadBalancer_ListenerSSLCertificateID_iamServerCertificate
=== RUN   TestAccELBLoadBalancer_Swap_subnets
=== PAUSE TestAccELBLoadBalancer_Swap_subnets
=== RUN   TestAccELBLoadBalancer_instanceAttaching
=== PAUSE TestAccELBLoadBalancer_instanceAttaching
=== RUN   TestAccELBLoadBalancer_listener
=== PAUSE TestAccELBLoadBalancer_listener
=== RUN   TestAccELBLoadBalancer_healthCheck
=== PAUSE TestAccELBLoadBalancer_healthCheck
=== RUN   TestAccELBLoadBalancer_timeout
=== PAUSE TestAccELBLoadBalancer_timeout
=== RUN   TestAccELBLoadBalancer_connectionDraining
=== PAUSE TestAccELBLoadBalancer_connectionDraining
=== RUN   TestAccELBLoadBalancer_securityGroups
=== PAUSE TestAccELBLoadBalancer_securityGroups
=== RUN   TestAccELBLoadBalancer_desyncMitigationMode
=== PAUSE TestAccELBLoadBalancer_desyncMitigationMode
=== RUN   TestAccELBLoadBalancer_desyncMitigationMode_update
=== PAUSE TestAccELBLoadBalancer_desyncMitigationMode_update
=== CONT  TestAccELBLoadBalancer_basic
=== CONT  TestAccELBLoadBalancer_ListenerSSLCertificateID_iamServerCertificate
=== CONT  TestAccELBLoadBalancer_timeout
--- PASS: TestAccELBLoadBalancer_ListenerSSLCertificateID_iamServerCertificate (35.37s)
=== CONT  TestAccELBLoadBalancer_desyncMitigationMode_update
--- PASS: TestAccELBLoadBalancer_basic (24.59s)
=== CONT  TestAccELBLoadBalancer_desyncMitigationMode
--- PASS: TestAccELBLoadBalancer_timeout (34.63s)
=== CONT  TestAccELBLoadBalancer_securityGroups
--- PASS: TestAccELBLoadBalancer_desyncMitigationMode (22.26s)
=== CONT  TestAccELBLoadBalancer_connectionDraining
--- PASS: TestAccELBLoadBalancer_desyncMitigationMode_update (55.45s)
=== CONT  TestAccELBLoadBalancer_namePrefix
--- PASS: TestAccELBLoadBalancer_securityGroups (39.28s)
=== CONT  TestAccELBLoadBalancer_tags
--- PASS: TestAccELBLoadBalancer_namePrefix (19.52s)
=== CONT  TestAccELBLoadBalancer_availabilityZones
--- PASS: TestAccELBLoadBalancer_connectionDraining (49.97s)
=== CONT  TestAccELBLoadBalancer_generatedName
--- PASS: TestAccELBLoadBalancer_generatedName (19.55s)
=== CONT  TestAccELBLoadBalancer_listener
--- PASS: TestAccELBLoadBalancer_availabilityZones (34.47s)
=== CONT  TestAccELBLoadBalancer_healthCheck
--- PASS: TestAccELBLoadBalancer_tags (54.00s)
=== CONT  TestAccELBLoadBalancer_AccessLogs_enabled
--- PASS: TestAccELBLoadBalancer_healthCheck (34.51s)
=== CONT  TestAccELBLoadBalancer_AccessLogs_disabled
--- PASS: TestAccELBLoadBalancer_AccessLogs_enabled (57.24s)
=== CONT  TestAccELBLoadBalancer_instanceAttaching
--- PASS: TestAccELBLoadBalancer_AccessLogs_disabled (59.45s)
=== CONT  TestAccELBLoadBalancer_fullCharacterRange
--- PASS: TestAccELBLoadBalancer_listener (97.40s)
=== CONT  TestAccELBLoadBalancer_disappears
--- PASS: TestAccELBLoadBalancer_disappears (18.22s)
=== CONT  TestAccELBLoadBalancer_Swap_subnets
--- PASS: TestAccELBLoadBalancer_fullCharacterRange (20.83s)
=== CONT  TestAccELBLoadBalancer_generatesNameForZeroValue
--- PASS: TestAccELBLoadBalancer_generatesNameForZeroValue (20.43s)
--- PASS: TestAccELBLoadBalancer_instanceAttaching (92.92s)
--- PASS: TestAccELBLoadBalancer_Swap_subnets (54.62s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elb	291.820s
% make testacc TESTARGS='-run=TestAccELBLoadBalancerDataSource_' PKG=elb ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elb/... -v -count 1 -parallel 3  -run=TestAccELBLoadBalancerDataSource_ -timeout 180m
=== RUN   TestAccELBLoadBalancerDataSource_basic
=== PAUSE TestAccELBLoadBalancerDataSource_basic
=== CONT  TestAccELBLoadBalancerDataSource_basic
--- PASS: TestAccELBLoadBalancerDataSource_basic (39.76s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elb	45.324s
% make testacc TESTARGS='-run=TestAccIAMAccountPasswordPolicy_serial' PKG=iam ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/iam/... -v -count 1 -parallel 3  -run=TestAccIAMAccountPasswordPolicy_serial -timeout 180m
=== RUN   TestAccIAMAccountPasswordPolicy_serial
=== PAUSE TestAccIAMAccountPasswordPolicy_serial
=== CONT  TestAccIAMAccountPasswordPolicy_serial
=== RUN   TestAccIAMAccountPasswordPolicy_serial/basic
=== RUN   TestAccIAMAccountPasswordPolicy_serial/disappears
--- PASS: TestAccIAMAccountPasswordPolicy_serial (38.69s)
    --- PASS: TestAccIAMAccountPasswordPolicy_serial/basic (28.25s)
    --- PASS: TestAccIAMAccountPasswordPolicy_serial/disappears (10.44s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iam	44.594s
% make testacc TESTARGS='-run=TestAccIAMGroup_' PKG=iam ACCTEST_PARALLELISM=3 
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/iam/... -v -count 1 -parallel 3  -run=TestAccIAMGroup_ -timeout 180m
=== RUN   TestAccIAMGroup_basic
=== PAUSE TestAccIAMGroup_basic
=== RUN   TestAccIAMGroup_disappears
=== PAUSE TestAccIAMGroup_disappears
=== RUN   TestAccIAMGroup_nameChange
=== PAUSE TestAccIAMGroup_nameChange
=== RUN   TestAccIAMGroup_path
=== PAUSE TestAccIAMGroup_path
=== CONT  TestAccIAMGroup_basic
=== CONT  TestAccIAMGroup_nameChange
=== CONT  TestAccIAMGroup_path
--- PASS: TestAccIAMGroup_basic (18.88s)
=== CONT  TestAccIAMGroup_disappears
--- PASS: TestAccIAMGroup_nameChange (26.71s)
--- PASS: TestAccIAMGroup_path (28.87s)
--- PASS: TestAccIAMGroup_disappears (11.27s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iam	35.526s
% make testacc TESTARGS='-run=TestAccIAMUserSSHKey_' PKG=iam ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/iam/... -v -count 1 -parallel 3  -run=TestAccIAMUserSSHKey_ -timeout 180m
=== RUN   TestAccIAMUserSSHKey_basic
=== PAUSE TestAccIAMUserSSHKey_basic
=== RUN   TestAccIAMUserSSHKey_disappears
=== PAUSE TestAccIAMUserSSHKey_disappears
=== RUN   TestAccIAMUserSSHKey_pemEncoding
=== PAUSE TestAccIAMUserSSHKey_pemEncoding
=== CONT  TestAccIAMUserSSHKey_basic
=== CONT  TestAccIAMUserSSHKey_pemEncoding
=== CONT  TestAccIAMUserSSHKey_disappears
--- PASS: TestAccIAMUserSSHKey_disappears (14.63s)
--- PASS: TestAccIAMUserSSHKey_basic (16.94s)
--- PASS: TestAccIAMUserSSHKey_pemEncoding (16.86s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iam	21.735s
% make testacc TESTARGS='-run=TestAccNeptuneSubnetGroup_' PKG=neptune ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/neptune/... -v -count 1 -parallel 3  -run=TestAccNeptuneSubnetGroup_ -timeout 180m
=== RUN   TestAccNeptuneSubnetGroup_basic
=== PAUSE TestAccNeptuneSubnetGroup_basic
=== RUN   TestAccNeptuneSubnetGroup_disappears
=== PAUSE TestAccNeptuneSubnetGroup_disappears
=== RUN   TestAccNeptuneSubnetGroup_nameGenerated
=== PAUSE TestAccNeptuneSubnetGroup_nameGenerated
=== RUN   TestAccNeptuneSubnetGroup_namePrefix
=== PAUSE TestAccNeptuneSubnetGroup_namePrefix
=== RUN   TestAccNeptuneSubnetGroup_tags
=== PAUSE TestAccNeptuneSubnetGroup_tags
=== RUN   TestAccNeptuneSubnetGroup_update
=== PAUSE TestAccNeptuneSubnetGroup_update
=== CONT  TestAccNeptuneSubnetGroup_basic
=== CONT  TestAccNeptuneSubnetGroup_namePrefix
=== CONT  TestAccNeptuneSubnetGroup_update
--- PASS: TestAccNeptuneSubnetGroup_namePrefix (26.21s)
=== CONT  TestAccNeptuneSubnetGroup_nameGenerated
--- PASS: TestAccNeptuneSubnetGroup_basic (26.61s)
=== CONT  TestAccNeptuneSubnetGroup_tags
--- PASS: TestAccNeptuneSubnetGroup_update (40.68s)
=== CONT  TestAccNeptuneSubnetGroup_disappears
--- PASS: TestAccNeptuneSubnetGroup_nameGenerated (26.71s)
--- PASS: TestAccNeptuneSubnetGroup_disappears (21.79s)
--- PASS: TestAccNeptuneSubnetGroup_tags (55.65s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/neptune	87.275s
% make testacc TESTARGS='-run=TestAccRDSParameterGroup_' PKG=rds ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 3  -run=TestAccRDSParameterGroup_ -timeout 180m
=== RUN   TestAccRDSParameterGroup_basic
=== PAUSE TestAccRDSParameterGroup_basic
=== RUN   TestAccRDSParameterGroup_caseWithMixedParameters
=== PAUSE TestAccRDSParameterGroup_caseWithMixedParameters
=== RUN   TestAccRDSParameterGroup_limit
=== PAUSE TestAccRDSParameterGroup_limit
=== RUN   TestAccRDSParameterGroup_disappears
=== PAUSE TestAccRDSParameterGroup_disappears
=== RUN   TestAccRDSParameterGroup_namePrefix
=== PAUSE TestAccRDSParameterGroup_namePrefix
=== RUN   TestAccRDSParameterGroup_generatedName
=== PAUSE TestAccRDSParameterGroup_generatedName
=== RUN   TestAccRDSParameterGroup_withApplyMethod
=== PAUSE TestAccRDSParameterGroup_withApplyMethod
=== RUN   TestAccRDSParameterGroup_only
=== PAUSE TestAccRDSParameterGroup_only
=== RUN   TestAccRDSParameterGroup_matchDefault
=== PAUSE TestAccRDSParameterGroup_matchDefault
=== RUN   TestAccRDSParameterGroup_updateParameters
=== PAUSE TestAccRDSParameterGroup_updateParameters
=== RUN   TestAccRDSParameterGroup_caseParameters
=== PAUSE TestAccRDSParameterGroup_caseParameters
=== CONT  TestAccRDSParameterGroup_basic
=== CONT  TestAccRDSParameterGroup_caseParameters
=== CONT  TestAccRDSParameterGroup_updateParameters
--- PASS: TestAccRDSParameterGroup_caseParameters (41.86s)
=== CONT  TestAccRDSParameterGroup_matchDefault
--- PASS: TestAccRDSParameterGroup_updateParameters (44.39s)
=== CONT  TestAccRDSParameterGroup_only
--- PASS: TestAccRDSParameterGroup_basic (64.17s)
=== CONT  TestAccRDSParameterGroup_withApplyMethod
--- PASS: TestAccRDSParameterGroup_matchDefault (24.87s)
=== CONT  TestAccRDSParameterGroup_generatedName
--- PASS: TestAccRDSParameterGroup_only (23.71s)
=== CONT  TestAccRDSParameterGroup_namePrefix
--- PASS: TestAccRDSParameterGroup_generatedName (16.49s)
=== CONT  TestAccRDSParameterGroup_disappears
--- PASS: TestAccRDSParameterGroup_namePrefix (16.01s)
=== CONT  TestAccRDSParameterGroup_limit
--- PASS: TestAccRDSParameterGroup_withApplyMethod (19.97s)
=== CONT  TestAccRDSParameterGroup_caseWithMixedParameters
--- PASS: TestAccRDSParameterGroup_disappears (15.45s)
--- PASS: TestAccRDSParameterGroup_caseWithMixedParameters (41.93s)
--- PASS: TestAccRDSParameterGroup_limit (46.02s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	143.596s
% make testacc TESTARGS='-run=TestAccServiceCatalogPortfolio_' PKG=servicecatalog ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/servicecatalog/... -v -count 1 -parallel 3  -run=TestAccServiceCatalogPortfolio_ -timeout 180m
=== RUN   TestAccServiceCatalogPortfolio_basic
=== PAUSE TestAccServiceCatalogPortfolio_basic
=== RUN   TestAccServiceCatalogPortfolio_disappears
=== PAUSE TestAccServiceCatalogPortfolio_disappears
=== RUN   TestAccServiceCatalogPortfolio_tags
=== PAUSE TestAccServiceCatalogPortfolio_tags
=== CONT  TestAccServiceCatalogPortfolio_basic
=== CONT  TestAccServiceCatalogPortfolio_tags
=== CONT  TestAccServiceCatalogPortfolio_disappears
--- PASS: TestAccServiceCatalogPortfolio_disappears (14.34s)
--- PASS: TestAccServiceCatalogPortfolio_basic (18.77s)
--- PASS: TestAccServiceCatalogPortfolio_tags (41.22s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/servicecatalog	46.283s
% make testacc TESTARGS='-run=TestAccWAFRateBasedRule_' PKG=waf ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/waf/... -v -count 1 -parallel 3  -run=TestAccWAFRateBasedRule_ -timeout 180m
=== RUN   TestAccWAFRateBasedRule_basic
=== PAUSE TestAccWAFRateBasedRule_basic
=== RUN   TestAccWAFRateBasedRule_changeNameForceNew
=== PAUSE TestAccWAFRateBasedRule_changeNameForceNew
=== RUN   TestAccWAFRateBasedRule_disappears
=== PAUSE TestAccWAFRateBasedRule_disappears
=== RUN   TestAccWAFRateBasedRule_changePredicates
=== PAUSE TestAccWAFRateBasedRule_changePredicates
=== RUN   TestAccWAFRateBasedRule_changeRateLimit
=== PAUSE TestAccWAFRateBasedRule_changeRateLimit
=== RUN   TestAccWAFRateBasedRule_noPredicates
=== PAUSE TestAccWAFRateBasedRule_noPredicates
=== RUN   TestAccWAFRateBasedRule_tags
=== PAUSE TestAccWAFRateBasedRule_tags
=== CONT  TestAccWAFRateBasedRule_basic
=== CONT  TestAccWAFRateBasedRule_changeRateLimit
=== CONT  TestAccWAFRateBasedRule_tags
--- PASS: TestAccWAFRateBasedRule_basic (31.49s)
=== CONT  TestAccWAFRateBasedRule_noPredicates
--- PASS: TestAccWAFRateBasedRule_changeRateLimit (42.03s)
=== CONT  TestAccWAFRateBasedRule_disappears
--- PASS: TestAccWAFRateBasedRule_tags (43.01s)
=== CONT  TestAccWAFRateBasedRule_changePredicates
--- PASS: TestAccWAFRateBasedRule_noPredicates (20.52s)
=== CONT  TestAccWAFRateBasedRule_changeNameForceNew
--- PASS: TestAccWAFRateBasedRule_disappears (23.44s)
--- PASS: TestAccWAFRateBasedRule_changePredicates (55.51s)
--- PASS: TestAccWAFRateBasedRule_changeNameForceNew (56.26s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/waf	113.631s
% make testacc TESTARGS='-run=TestAccWAFSizeConstraintSet_' PKG=waf ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/waf/... -v -count 1 -parallel 3  -run=TestAccWAFSizeConstraintSet_ -timeout 180m
=== RUN   TestAccWAFSizeConstraintSet_basic
=== PAUSE TestAccWAFSizeConstraintSet_basic
=== RUN   TestAccWAFSizeConstraintSet_changeNameForceNew
=== PAUSE TestAccWAFSizeConstraintSet_changeNameForceNew
=== RUN   TestAccWAFSizeConstraintSet_disappears
=== PAUSE TestAccWAFSizeConstraintSet_disappears
=== RUN   TestAccWAFSizeConstraintSet_changeConstraints
=== PAUSE TestAccWAFSizeConstraintSet_changeConstraints
=== RUN   TestAccWAFSizeConstraintSet_noConstraints
=== PAUSE TestAccWAFSizeConstraintSet_noConstraints
=== CONT  TestAccWAFSizeConstraintSet_basic
=== CONT  TestAccWAFSizeConstraintSet_changeConstraints
=== CONT  TestAccWAFSizeConstraintSet_noConstraints
--- PASS: TestAccWAFSizeConstraintSet_noConstraints (21.01s)
=== CONT  TestAccWAFSizeConstraintSet_disappears
--- PASS: TestAccWAFSizeConstraintSet_basic (25.99s)
=== CONT  TestAccWAFSizeConstraintSet_changeNameForceNew
--- PASS: TestAccWAFSizeConstraintSet_changeConstraints (39.53s)
--- PASS: TestAccWAFSizeConstraintSet_disappears (21.21s)
--- PASS: TestAccWAFSizeConstraintSet_changeNameForceNew (44.18s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/waf	75.370s
% make testacc TESTARGS='-run=TestAccIAMServerCertificate_' PKG=iam ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/iam/... -v -count 1 -parallel 3  -run=TestAccIAMServerCertificate_ -timeout 180m
=== RUN   TestAccIAMServerCertificate_basic
=== PAUSE TestAccIAMServerCertificate_basic
=== RUN   TestAccIAMServerCertificate_nameGenerated
=== PAUSE TestAccIAMServerCertificate_nameGenerated
=== RUN   TestAccIAMServerCertificate_namePrefix
=== PAUSE TestAccIAMServerCertificate_namePrefix
=== RUN   TestAccIAMServerCertificate_disappears
=== PAUSE TestAccIAMServerCertificate_disappears
=== RUN   TestAccIAMServerCertificate_tags
=== PAUSE TestAccIAMServerCertificate_tags
=== RUN   TestAccIAMServerCertificate_file
=== PAUSE TestAccIAMServerCertificate_file
=== RUN   TestAccIAMServerCertificate_path
=== PAUSE TestAccIAMServerCertificate_path
=== CONT  TestAccIAMServerCertificate_basic
=== CONT  TestAccIAMServerCertificate_tags
=== CONT  TestAccIAMServerCertificate_namePrefix
--- PASS: TestAccIAMServerCertificate_namePrefix (14.84s)
=== CONT  TestAccIAMServerCertificate_disappears
--- PASS: TestAccIAMServerCertificate_basic (17.51s)
=== CONT  TestAccIAMServerCertificate_nameGenerated
--- PASS: TestAccIAMServerCertificate_disappears (12.16s)
=== CONT  TestAccIAMServerCertificate_path
--- PASS: TestAccIAMServerCertificate_nameGenerated (14.11s)
=== CONT  TestAccIAMServerCertificate_file
--- PASS: TestAccIAMServerCertificate_tags (39.81s)
--- PASS: TestAccIAMServerCertificate_path (16.35s)
--- PASS: TestAccIAMServerCertificate_file (23.43s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iam	60.962s
% make testacc TESTARGS='-run=TestAccEMRInstanceFleet_' PKG=emr ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/emr/... -v -count 1 -parallel 3  -run=TestAccEMRInstanceFleet_ -timeout 180m
=== RUN   TestAccEMRInstanceFleet_basic
=== PAUSE TestAccEMRInstanceFleet_basic
=== RUN   TestAccEMRInstanceFleet_Zero_count
=== PAUSE TestAccEMRInstanceFleet_Zero_count
=== RUN   TestAccEMRInstanceFleet_ebsBasic
=== PAUSE TestAccEMRInstanceFleet_ebsBasic
=== RUN   TestAccEMRInstanceFleet_full
=== PAUSE TestAccEMRInstanceFleet_full
=== RUN   TestAccEMRInstanceFleet_disappears
=== PAUSE TestAccEMRInstanceFleet_disappears
=== CONT  TestAccEMRInstanceFleet_basic
=== CONT  TestAccEMRInstanceFleet_full
=== CONT  TestAccEMRInstanceFleet_disappears
--- PASS: TestAccEMRInstanceFleet_full (548.98s)
=== CONT  TestAccEMRInstanceFleet_ebsBasic
--- PASS: TestAccEMRInstanceFleet_disappears (557.13s)
=== CONT  TestAccEMRInstanceFleet_Zero_count
--- PASS: TestAccEMRInstanceFleet_basic (569.82s)
--- PASS: TestAccEMRInstanceFleet_ebsBasic (494.20s)
--- PASS: TestAccEMRInstanceFleet_Zero_count (680.26s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/emr	1242.428s
% make testacc TESTARGS='-run=TestAccSESReceiptRule_' PKG=ses ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ses/... -v -count 1 -parallel 3  -run=TestAccSESReceiptRule_ -timeout 180m
=== RUN   TestAccSESReceiptRule_basic
=== PAUSE TestAccSESReceiptRule_basic
=== RUN   TestAccSESReceiptRule_s3Action
=== PAUSE TestAccSESReceiptRule_s3Action
=== RUN   TestAccSESReceiptRule_snsAction
=== PAUSE TestAccSESReceiptRule_snsAction
=== RUN   TestAccSESReceiptRule_snsActionEncoding
=== PAUSE TestAccSESReceiptRule_snsActionEncoding
=== RUN   TestAccSESReceiptRule_lambdaAction
=== PAUSE TestAccSESReceiptRule_lambdaAction
=== RUN   TestAccSESReceiptRule_stopAction
=== PAUSE TestAccSESReceiptRule_stopAction
=== RUN   TestAccSESReceiptRule_order
=== PAUSE TestAccSESReceiptRule_order
=== RUN   TestAccSESReceiptRule_actions
=== PAUSE TestAccSESReceiptRule_actions
=== RUN   TestAccSESReceiptRule_disappears
=== PAUSE TestAccSESReceiptRule_disappears
=== CONT  TestAccSESReceiptRule_basic
=== CONT  TestAccSESReceiptRule_stopAction
=== CONT  TestAccSESReceiptRule_actions
--- PASS: TestAccSESReceiptRule_basic (19.94s)
=== CONT  TestAccSESReceiptRule_order
--- PASS: TestAccSESReceiptRule_actions (19.95s)
=== CONT  TestAccSESReceiptRule_disappears
--- PASS: TestAccSESReceiptRule_stopAction (20.74s)
=== CONT  TestAccSESReceiptRule_snsActionEncoding
--- PASS: TestAccSESReceiptRule_order (27.24s)
=== CONT  TestAccSESReceiptRule_lambdaAction
--- PASS: TestAccSESReceiptRule_snsActionEncoding (28.18s)
=== CONT  TestAccSESReceiptRule_snsAction
--- PASS: TestAccSESReceiptRule_disappears (37.14s)
=== CONT  TestAccSESReceiptRule_s3Action
--- PASS: TestAccSESReceiptRule_snsAction (20.28s)
--- PASS: TestAccSESReceiptRule_s3Action (22.22s)
--- PASS: TestAccSESReceiptRule_lambdaAction (43.83s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ses	96.636s
% make testacc TESTARGS='-run=TestAccElastiCacheSubnetGroup_' PKG=elasticache ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/elasticache/... -v -count 1 -parallel 3  -run=TestAccElastiCacheSubnetGroup_ -timeout 180m
=== RUN   TestAccElastiCacheSubnetGroup_basic
=== PAUSE TestAccElastiCacheSubnetGroup_basic
=== RUN   TestAccElastiCacheSubnetGroup_disappears
=== PAUSE TestAccElastiCacheSubnetGroup_disappears
=== RUN   TestAccElastiCacheSubnetGroup_tags
=== PAUSE TestAccElastiCacheSubnetGroup_tags
=== RUN   TestAccElastiCacheSubnetGroup_update
=== PAUSE TestAccElastiCacheSubnetGroup_update
=== CONT  TestAccElastiCacheSubnetGroup_basic
=== CONT  TestAccElastiCacheSubnetGroup_tags
=== CONT  TestAccElastiCacheSubnetGroup_update
--- PASS: TestAccElastiCacheSubnetGroup_basic (28.45s)
=== CONT  TestAccElastiCacheSubnetGroup_disappears
--- PASS: TestAccElastiCacheSubnetGroup_update (46.61s)
--- PASS: TestAccElastiCacheSubnetGroup_disappears (23.50s)
--- PASS: TestAccElastiCacheSubnetGroup_tags (63.55s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elasticache	68.569s
% make testacc TESTARGS='-run=TestAccOpsWorksUserProfile_' PKG=opsworks ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/opsworks/... -v -count 1 -parallel 3  -run=TestAccOpsWorksUserProfile_ -timeout 180m
=== RUN   TestAccOpsWorksUserProfile_basic
=== PAUSE TestAccOpsWorksUserProfile_basic
=== RUN   TestAccOpsWorksUserProfile_disappears
=== PAUSE TestAccOpsWorksUserProfile_disappears
=== CONT  TestAccOpsWorksUserProfile_basic
=== CONT  TestAccOpsWorksUserProfile_disappears
--- PASS: TestAccOpsWorksUserProfile_disappears (16.25s)
--- PASS: TestAccOpsWorksUserProfile_basic (28.09s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/opsworks	33.334s
% make testacc TESTARGS='-run=TestAccOpsWorksPermission_' PKG=opsworks ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/opsworks/... -v -count 1 -parallel 3  -run=TestAccOpsWorksPermission_ -timeout 180m
=== RUN   TestAccOpsWorksPermission_basic
=== PAUSE TestAccOpsWorksPermission_basic
=== RUN   TestAccOpsWorksPermission_self
=== PAUSE TestAccOpsWorksPermission_self
=== CONT  TestAccOpsWorksPermission_basic
=== CONT  TestAccOpsWorksPermission_self
--- PASS: TestAccOpsWorksPermission_self (49.26s)
--- PASS: TestAccOpsWorksPermission_basic (80.01s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/opsworks	85.320s
% make testacc TESTARGS='-run=TestAccRedshiftParameterGroup_' PKG=redshift ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/redshift/... -v -count 1 -parallel 3  -run=TestAccRedshiftParameterGroup_ -timeout 180m
=== RUN   TestAccRedshiftParameterGroup_basic
=== PAUSE TestAccRedshiftParameterGroup_basic
=== RUN   TestAccRedshiftParameterGroup_disappears
=== PAUSE TestAccRedshiftParameterGroup_disappears
=== RUN   TestAccRedshiftParameterGroup_update
=== PAUSE TestAccRedshiftParameterGroup_update
=== RUN   TestAccRedshiftParameterGroup_tags
=== PAUSE TestAccRedshiftParameterGroup_tags
=== CONT  TestAccRedshiftParameterGroup_basic
=== CONT  TestAccRedshiftParameterGroup_update
=== CONT  TestAccRedshiftParameterGroup_tags
--- PASS: TestAccRedshiftParameterGroup_basic (19.77s)
=== CONT  TestAccRedshiftParameterGroup_disappears
--- PASS: TestAccRedshiftParameterGroup_update (31.38s)
--- PASS: TestAccRedshiftParameterGroup_disappears (12.45s)
--- PASS: TestAccRedshiftParameterGroup_tags (41.92s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/redshift	49.596s
% make testacc TESTARGS='-run=TestAccRDSClusterParameterGroup_' PKG=rds ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 3  -run=TestAccRDSClusterParameterGroup_ -timeout 180m
=== RUN   TestAccRDSClusterParameterGroup_basic
=== PAUSE TestAccRDSClusterParameterGroup_basic
=== RUN   TestAccRDSClusterParameterGroup_disappears
=== PAUSE TestAccRDSClusterParameterGroup_disappears
=== RUN   TestAccRDSClusterParameterGroup_tags
=== PAUSE TestAccRDSClusterParameterGroup_tags
=== RUN   TestAccRDSClusterParameterGroup_withApplyMethod
=== PAUSE TestAccRDSClusterParameterGroup_withApplyMethod
=== RUN   TestAccRDSClusterParameterGroup_namePrefix
=== PAUSE TestAccRDSClusterParameterGroup_namePrefix
=== RUN   TestAccRDSClusterParameterGroup_NamePrefix_parameter
=== PAUSE TestAccRDSClusterParameterGroup_NamePrefix_parameter
=== RUN   TestAccRDSClusterParameterGroup_generatedName
=== PAUSE TestAccRDSClusterParameterGroup_generatedName
=== RUN   TestAccRDSClusterParameterGroup_GeneratedName_parameter
=== PAUSE TestAccRDSClusterParameterGroup_GeneratedName_parameter
=== RUN   TestAccRDSClusterParameterGroup_only
=== PAUSE TestAccRDSClusterParameterGroup_only
=== RUN   TestAccRDSClusterParameterGroup_updateParameters
=== PAUSE TestAccRDSClusterParameterGroup_updateParameters
=== RUN   TestAccRDSClusterParameterGroup_caseParameters
=== PAUSE TestAccRDSClusterParameterGroup_caseParameters
=== CONT  TestAccRDSClusterParameterGroup_basic
=== CONT  TestAccRDSClusterParameterGroup_generatedName
=== CONT  TestAccRDSClusterParameterGroup_withApplyMethod
--- PASS: TestAccRDSClusterParameterGroup_generatedName (20.59s)
=== CONT  TestAccRDSClusterParameterGroup_tags
--- PASS: TestAccRDSClusterParameterGroup_withApplyMethod (20.84s)
=== CONT  TestAccRDSClusterParameterGroup_updateParameters
--- PASS: TestAccRDSClusterParameterGroup_updateParameters (31.07s)
=== CONT  TestAccRDSClusterParameterGroup_caseParameters
--- PASS: TestAccRDSClusterParameterGroup_basic (63.34s)
=== CONT  TestAccRDSClusterParameterGroup_NamePrefix_parameter
--- PASS: TestAccRDSClusterParameterGroup_tags (43.01s)
=== CONT  TestAccRDSClusterParameterGroup_namePrefix
--- PASS: TestAccRDSClusterParameterGroup_caseParameters (28.44s)
=== CONT  TestAccRDSClusterParameterGroup_only
--- PASS: TestAccRDSClusterParameterGroup_NamePrefix_parameter (18.56s)
=== CONT  TestAccRDSClusterParameterGroup_GeneratedName_parameter
--- PASS: TestAccRDSClusterParameterGroup_namePrefix (18.32s)
=== CONT  TestAccRDSClusterParameterGroup_disappears
--- PASS: TestAccRDSClusterParameterGroup_disappears (13.11s)
--- PASS: TestAccRDSClusterParameterGroup_only (17.18s)
--- PASS: TestAccRDSClusterParameterGroup_GeneratedName_parameter (17.47s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	104.624s

@github-actions github-actions bot added service/apigateway Issues and PRs that pertain to the apigateway service. service/efs Issues and PRs that pertain to the efs service. service/elasticbeanstalk Issues and PRs that pertain to the elasticbeanstalk service. service/elasticsearch Issues and PRs that pertain to the elasticsearch service. service/elb Issues and PRs that pertain to the elb service. service/iam Issues and PRs that pertain to the iam service. service/neptune Issues and PRs that pertain to the neptune service. service/opensearch Issues and PRs that pertain to the opensearch service. service/rds Issues and PRs that pertain to the rds service. service/redshift Issues and PRs that pertain to the redshift service. service/sagemaker Issues and PRs that pertain to the sagemaker service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. size/L Managed by automation to categorize the size of a PR. labels Nov 23, 2022
@github-actions
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 service/cognitoidp Issues and PRs that pertain to the cognitoidp service. service/docdb Issues and PRs that pertain to the docdb service. service/elasticache Issues and PRs that pertain to the elasticache service. service/lambda Issues and PRs that pertain to the lambda service. service/servicecatalog Issues and PRs that pertain to the servicecatalog service. service/waf Issues and PRs that pertain to the waf service. size/XL Managed by automation to categorize the size of a PR. and removed size/L Managed by automation to categorize the size of a PR. labels Nov 23, 2022
@github-actions github-actions bot added service/iot Issues and PRs that pertain to the iot service. service/lightsail Issues and PRs that pertain to the lightsail service. labels Nov 24, 2022
@github-actions github-actions bot removed service/elasticsearch Issues and PRs that pertain to the elasticsearch service. service/iot Issues and PRs that pertain to the iot service. service/neptune Issues and PRs that pertain to the neptune service. linter Pertains to changes to or issues with the various linters. service/opensearch Issues and PRs that pertain to the opensearch service. service/cognitoidp Issues and PRs that pertain to the cognitoidp service. labels Feb 9, 2023
@github-actions github-actions bot added documentation Introduces or discusses updates to documentation. linter Pertains to changes to or issues with the various linters. service/apigateway Issues and PRs that pertain to the apigateway service. service/cognitoidp Issues and PRs that pertain to the cognitoidp service. service/efs Issues and PRs that pertain to the efs service. service/elasticbeanstalk Issues and PRs that pertain to the elasticbeanstalk service. service/elasticsearch Issues and PRs that pertain to the elasticsearch service. service/elb Issues and PRs that pertain to the elb service. service/iot Issues and PRs that pertain to the iot service. service/neptune Issues and PRs that pertain to the neptune service. service/opensearch Issues and PRs that pertain to the opensearch service. service/sagemaker Issues and PRs that pertain to the sagemaker service. service/servicecatalog Issues and PRs that pertain to the servicecatalog service. service/waf Issues and PRs that pertain to the waf service. sweeper Pertains to changes to or issues with the sweeper. labels Feb 9, 2023
@ewbankkit ewbankkit merged commit 720a96e into main Feb 9, 2023
@ewbankkit ewbankkit deleted the td-awserr-casts branch February 9, 2023 16:45
@github-actions github-actions bot added this to the v4.54.0 milestone Feb 9, 2023
github-actions bot pushed a commit that referenced this pull request Feb 9, 2023
@github-actions
Copy link

github-actions bot commented Feb 9, 2023

This functionality has been released in v4.54.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

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 Mar 12, 2023
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. linter Pertains to changes to or issues with the various linters. service/apigateway Issues and PRs that pertain to the apigateway service. service/cognitoidp Issues and PRs that pertain to the cognitoidp service. service/docdb Issues and PRs that pertain to the docdb service. service/efs Issues and PRs that pertain to the efs service. service/elasticache Issues and PRs that pertain to the elasticache service. service/elasticbeanstalk Issues and PRs that pertain to the elasticbeanstalk service. service/elasticsearch Issues and PRs that pertain to the elasticsearch service. service/elb Issues and PRs that pertain to the elb service. service/emr Issues and PRs that pertain to the emr service. service/iam Issues and PRs that pertain to the iam service. service/iot Issues and PRs that pertain to the iot service. service/neptune Issues and PRs that pertain to the neptune service. service/opensearch Issues and PRs that pertain to the opensearch service. service/opsworks Issues and PRs that pertain to the opsworks service. service/rds Issues and PRs that pertain to the rds service. service/redshift Issues and PRs that pertain to the redshift service. service/sagemaker Issues and PRs that pertain to the sagemaker service. service/servicecatalog Issues and PRs that pertain to the servicecatalog service. service/ses Issues and PRs that pertain to the ses service. service/waf Issues and PRs that pertain to the waf service. size/XL Managed by automation to categorize the size of a PR. sweeper Pertains to changes to or issues with the sweeper. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
2 participants