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 c* (Phase 3c) #30483

Merged
merged 22 commits into from
Apr 5, 2023

Conversation

ewbankkit
Copy link
Contributor

@ewbankkit ewbankkit commented Apr 5, 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.
Relates #30454.
Relates #30461.
Relates #30463.
Relates #30476.
Relates #30477.
Relates #30478.

Output from Acceptance Testing

% make testacc TESTARGS='-run=_basic$$\|_tags$$' PKG=c... ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/c.../... -v -count 1 -parallel 2  -run=_basic$\|_tags$ -timeout 180m
=== RUN   TestAccCEAnomalyMonitor_basic
=== PAUSE TestAccCEAnomalyMonitor_basic
=== RUN   TestAccCEAnomalyMonitor_tags
=== PAUSE TestAccCEAnomalyMonitor_tags
=== RUN   TestAccCEAnomalySubscription_basic
=== PAUSE TestAccCEAnomalySubscription_basic
=== RUN   TestAccCECostAllocationTag_basic
=== PAUSE TestAccCECostAllocationTag_basic
=== RUN   TestAccCECostCategoryDataSource_basic
=== PAUSE TestAccCECostCategoryDataSource_basic
=== RUN   TestAccCECostCategory_basic
=== PAUSE TestAccCECostCategory_basic
=== RUN   TestAccCECostCategory_tags
=== PAUSE TestAccCECostCategory_tags
=== RUN   TestAccCETagsDataSource_basic
=== PAUSE TestAccCETagsDataSource_basic
=== CONT  TestAccCEAnomalyMonitor_basic
=== CONT  TestAccCECostCategoryDataSource_basic
    cost_category_data_source_test.go:19: Step 1/1 error: Error running apply: exit status 1
        
        Error: creating AWS CE (Cost Explorer) Cost Category (): AccessDeniedException: Failed to create Cost Category: Linked account doesn't have access to cost category.
        	status code: 400, request id: ffe8f9bd-76c6-40ae-a237-091aa52b7cfc
        
          with aws_ce_cost_category.test,
          on terraform_plugin_test.tf line 2, in resource "aws_ce_cost_category" "test":
           2: resource "aws_ce_cost_category" "test" {
        
=== CONT  TestAccCEAnomalyMonitor_basic
    anomaly_monitor_test.go:28: Step 1/2 error: Error running apply: exit status 1
        
        Error: Error creating Anomaly Monitor: ValidationException: Linked accounts can only create AWS Services monitor
        	status code: 400, request id: 62505c05-0dd1-43ca-b0dd-c3c63a786e1a
        
          with aws_ce_anomaly_monitor.test,
          on terraform_plugin_test.tf line 2, in resource "aws_ce_anomaly_monitor" "test":
           2: resource "aws_ce_anomaly_monitor" "test" {
        
--- FAIL: TestAccCECostCategoryDataSource_basic (39.10s)
=== CONT  TestAccCECostCategory_tags
--- FAIL: TestAccCEAnomalyMonitor_basic (40.46s)
=== CONT  TestAccCETagsDataSource_basic
=== CONT  TestAccCECostCategory_tags
    cost_category_test.go:186: Step 1/4 error: Error running apply: exit status 1
        
        Error: creating AWS CE (Cost Explorer) Cost Category (): AccessDeniedException: Failed to create Cost Category: Linked account doesn't have access to cost category.
        	status code: 400, request id: 12f4252e-1c8f-4588-8441-15305c019b90
        
          with aws_ce_cost_category.test,
          on terraform_plugin_test.tf line 2, in resource "aws_ce_cost_category" "test":
           2: resource "aws_ce_cost_category" "test" {
        
=== CONT  TestAccCETagsDataSource_basic
    tags_data_source_test.go:27: Step 1/1 error: Error running apply: exit status 1
        
        Error: creating AWS CE (Cost Explorer) Cost Category (): AccessDeniedException: Failed to create Cost Category: Linked account doesn't have access to cost category.
        	status code: 400, request id: 9e1a3222-2b8e-480b-9e46-f9302e5d014a
        
          with aws_ce_cost_category.test,
          on terraform_plugin_test.tf line 2, in resource "aws_ce_cost_category" "test":
           2: resource "aws_ce_cost_category" "test" {
        
--- FAIL: TestAccCECostCategory_tags (36.61s)
=== CONT  TestAccCECostCategory_basic
--- FAIL: TestAccCETagsDataSource_basic (45.09s)
=== CONT  TestAccCEAnomalySubscription_basic
=== CONT  TestAccCECostCategory_basic
    cost_category_test.go:25: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating AWS CE (Cost Explorer) Cost Category (): AccessDeniedException: Failed to create Cost Category: Linked account doesn't have access to cost category.
        	status code: 400, request id: 1f53d18b-4e28-44cf-a36e-a175f059a350
        
          with aws_ce_cost_category.test,
          on terraform_plugin_test.tf line 2, in resource "aws_ce_cost_category" "test":
           2: resource "aws_ce_cost_category" "test" {
        
--- FAIL: TestAccCECostCategory_basic (32.84s)
=== CONT  TestAccCECostAllocationTag_basic
=== CONT  TestAccCEAnomalySubscription_basic
    anomaly_subscription_test.go:30: Step 1/2 error: Error running apply: exit status 1
        
        Error: Error creating Anomaly Monitor: ValidationException: Linked accounts can only create AWS Services monitor
        	status code: 400, request id: 927d0993-2ea4-43f4-ae5a-412954768324
        
          with aws_ce_anomaly_monitor.test,
          on terraform_plugin_test.tf line 2, in resource "aws_ce_anomaly_monitor" "test":
           2: resource "aws_ce_anomaly_monitor" "test" {
        
--- FAIL: TestAccCEAnomalySubscription_basic (34.50s)
=== CONT  TestAccCEAnomalyMonitor_tags
=== CONT  TestAccCECostAllocationTag_basic
    cost_allocation_tag_test.go:25: Step 1/4 error: Error running apply: exit status 1
        
        Error: reading AWS CE (Cost Explorer) Cost Allocation Tags (Tag01): AccessDeniedException: Failed to list Cost Allocation Tags: Linked account doesn't have access to cost allocation tags.
        	status code: 400, request id: 98cb71f0-f167-4e89-943c-703ec49a203a
        
          with aws_ce_cost_allocation_tag.test,
          on terraform_plugin_test.tf line 2, in resource "aws_ce_cost_allocation_tag" "test":
           2: resource "aws_ce_cost_allocation_tag" "test" {
        
=== CONT  TestAccCEAnomalyMonitor_tags
    anomaly_monitor_test.go:119: Step 1/4 error: Error running apply: exit status 1
        
        Error: Error creating Anomaly Monitor: ValidationException: Linked accounts can only create AWS Services monitor
        	status code: 400, request id: 15ad202d-e610-42de-8be8-4ab7d988fc25
        
          with aws_ce_anomaly_monitor.test,
          on terraform_plugin_test.tf line 2, in resource "aws_ce_anomaly_monitor" "test":
           2: resource "aws_ce_anomaly_monitor" "test" {
        
=== CONT  TestAccCECostAllocationTag_basic
    testing_new.go:82: Error running post-test destroy, there may be dangling resources: exit status 1
        
        Error: updating AWS CE (Cost Explorer) Cost Allocation Tags (Tag01): AccessDeniedException: Failed to update Cost Allocation Tag: Linked account doesn't have access to cost allocation tags.
        	status code: 400, request id: 87fdae34-a854-4f0d-a971-36867590d9b5
        
--- FAIL: TestAccCECostAllocationTag_basic (39.42s)
--- FAIL: TestAccCEAnomalyMonitor_tags (28.99s)
FAIL
FAIL	github.com/hashicorp/terraform-provider-aws/internal/service/ce	233.567s
=== RUN   TestAccChimeVoiceConnectorGroup_basic
=== PAUSE TestAccChimeVoiceConnectorGroup_basic
=== RUN   TestAccChimeVoiceConnectorLogging_basic
=== PAUSE TestAccChimeVoiceConnectorLogging_basic
=== RUN   TestAccChimeVoiceConnectorOrigination_basic
=== PAUSE TestAccChimeVoiceConnectorOrigination_basic
=== RUN   TestAccChimeVoiceConnectorStreaming_basic
=== PAUSE TestAccChimeVoiceConnectorStreaming_basic
=== RUN   TestAccChimeVoiceConnectorTerminationCredentials_basic
=== PAUSE TestAccChimeVoiceConnectorTerminationCredentials_basic
=== RUN   TestAccChimeVoiceConnectorTermination_basic
=== PAUSE TestAccChimeVoiceConnectorTermination_basic
=== RUN   TestAccChimeVoiceConnector_basic
=== PAUSE TestAccChimeVoiceConnector_basic
=== CONT  TestAccChimeVoiceConnectorGroup_basic
=== CONT  TestAccChimeVoiceConnectorTerminationCredentials_basic
--- PASS: TestAccChimeVoiceConnectorTerminationCredentials_basic (100.14s)
=== CONT  TestAccChimeVoiceConnector_basic
--- PASS: TestAccChimeVoiceConnectorGroup_basic (104.55s)
=== CONT  TestAccChimeVoiceConnectorOrigination_basic
--- PASS: TestAccChimeVoiceConnector_basic (95.93s)
=== CONT  TestAccChimeVoiceConnectorStreaming_basic
--- PASS: TestAccChimeVoiceConnectorOrigination_basic (94.21s)
=== CONT  TestAccChimeVoiceConnectorTermination_basic
--- PASS: TestAccChimeVoiceConnectorStreaming_basic (71.33s)
=== CONT  TestAccChimeVoiceConnectorLogging_basic
--- PASS: TestAccChimeVoiceConnectorTermination_basic (72.76s)
--- PASS: TestAccChimeVoiceConnectorLogging_basic (71.55s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/chime	382.054s
?   	github.com/hashicorp/terraform-provider-aws/internal/service/chimesdkmediapipelines	[no test files]
=== RUN   TestAccCloud9EnvironmentEC2_basic
=== PAUSE TestAccCloud9EnvironmentEC2_basic
=== RUN   TestAccCloud9EnvironmentEC2_tags
=== PAUSE TestAccCloud9EnvironmentEC2_tags
=== RUN   TestAccCloud9EnvironmentMembership_basic
=== PAUSE TestAccCloud9EnvironmentMembership_basic
=== CONT  TestAccCloud9EnvironmentEC2_basic
=== CONT  TestAccCloud9EnvironmentEC2_tags
--- PASS: TestAccCloud9EnvironmentEC2_basic (247.95s)
=== CONT  TestAccCloud9EnvironmentMembership_basic
--- PASS: TestAccCloud9EnvironmentEC2_tags (316.52s)
--- PASS: TestAccCloud9EnvironmentMembership_basic (286.70s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloud9	591.219s
=== RUN   TestAccCloudControlResourceDataSource_basic
=== PAUSE TestAccCloudControlResourceDataSource_basic
=== RUN   TestAccCloudControlResource_basic
=== PAUSE TestAccCloudControlResource_basic
=== CONT  TestAccCloudControlResourceDataSource_basic
=== CONT  TestAccCloudControlResource_basic
--- PASS: TestAccCloudControlResourceDataSource_basic (92.06s)
--- PASS: TestAccCloudControlResource_basic (94.92s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudcontrol	166.859s
=== RUN   TestAccCloudFormationExportDataSource_basic
=== PAUSE TestAccCloudFormationExportDataSource_basic
=== RUN   TestAccCloudFormationStackDataSource_DataSource_basic
=== PAUSE TestAccCloudFormationStackDataSource_DataSource_basic
=== RUN   TestAccCloudFormationStackSetInstance_basic
=== PAUSE TestAccCloudFormationStackSetInstance_basic
=== RUN   TestAccCloudFormationStackSet_basic
=== PAUSE TestAccCloudFormationStackSet_basic
=== RUN   TestAccCloudFormationStackSet_tags
=== PAUSE TestAccCloudFormationStackSet_tags
=== RUN   TestAccCloudFormationStack_basic
=== PAUSE TestAccCloudFormationStack_basic
=== RUN   TestAccCloudFormationType_basic
    type_test.go:30: /Users/ewbankkit/altsrc.2/github.com/terraform-providers/terraform-provider-aws/internal/service/cloudformation/testdata/examplecompany-exampleservice-exampleresource/bin/handler does not exist. To generate locally: cd /Users/ewbankkit/altsrc.2/github.com/terraform-providers/terraform-provider-aws/internal/service/cloudformation/testdata/examplecompany-exampleservice-exampleresource && make build
--- SKIP: TestAccCloudFormationType_basic (0.01s)
=== CONT  TestAccCloudFormationExportDataSource_basic
=== CONT  TestAccCloudFormationStackSet_basic
--- PASS: TestAccCloudFormationExportDataSource_basic (108.24s)
=== CONT  TestAccCloudFormationStack_basic
--- PASS: TestAccCloudFormationStackSet_basic (114.85s)
=== CONT  TestAccCloudFormationStackSetInstance_basic
    stack_set_instance_test.go:26: Step 1/2 error: After applying this test step, the plan was not empty.
        stdout:
        
        
        Terraform used the selected providers to generate the following execution
        plan. Resource actions are indicated with the following symbols:
          ~ update in-place
        
        Terraform will perform the following actions:
        
          # aws_iam_role.Execution will be updated in-place
          ~ resource "aws_iam_role" "Execution" {
              ~ assume_role_policy    = jsonencode(
                  ~ {
                      ~ Statement = [
                          ~ {
                              ~ Action    = "sts:AssumeRole" -> [
                                  + "sts:AssumeRole",
                                ]
                              ~ Principal = {
                                  ~ AWS = "AROAWH4AAR7YMS5BHSBYY" -> [
                                      + "arn:aws:iam::123456789012:role/tf-acc-test-1522448231151117510-Administration",
                                    ]
                                }
                                # (1 unchanged element hidden)
                            },
                        ]
                        # (1 unchanged element hidden)
                    }
                )
                id                    = "tf-acc-test-1522448231151117510-Execution"
                name                  = "tf-acc-test-1522448231151117510-Execution"
                # (8 unchanged attributes hidden)
            }
        
        Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccCloudFormationStackSetInstance_basic (114.44s)
=== CONT  TestAccCloudFormationStackDataSource_DataSource_basic
--- PASS: TestAccCloudFormationStack_basic (127.72s)
=== CONT  TestAccCloudFormationStackSet_tags
--- PASS: TestAccCloudFormationStackDataSource_DataSource_basic (94.48s)
--- PASS: TestAccCloudFormationStackSet_tags (249.77s)
FAIL
FAIL	github.com/hashicorp/terraform-provider-aws/internal/service/cloudformation	515.811s
=== RUN   TestAccCloudFrontCachePolicyDataSource_basic
=== PAUSE TestAccCloudFrontCachePolicyDataSource_basic
=== RUN   TestAccCloudFrontCachePolicy_basic
=== PAUSE TestAccCloudFrontCachePolicy_basic
=== RUN   TestAccCloudFrontDistributionDataSource_basic
=== PAUSE TestAccCloudFrontDistributionDataSource_basic
=== RUN   TestAccCloudFrontFieldLevelEncryptionConfig_basic
=== PAUSE TestAccCloudFrontFieldLevelEncryptionConfig_basic
=== RUN   TestAccCloudFrontFieldLevelEncryptionProfile_basic
=== PAUSE TestAccCloudFrontFieldLevelEncryptionProfile_basic
=== RUN   TestAccCloudFrontFunctionDataSource_basic
=== PAUSE TestAccCloudFrontFunctionDataSource_basic
=== RUN   TestAccCloudFrontFunction_basic
=== PAUSE TestAccCloudFrontFunction_basic
=== RUN   TestAccCloudFrontKeyGroup_basic
=== PAUSE TestAccCloudFrontKeyGroup_basic
=== RUN   TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic
=== PAUSE TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic
=== RUN   TestAccCloudFrontMonitoringSubscription_basic
=== PAUSE TestAccCloudFrontMonitoringSubscription_basic
=== RUN   TestAccCloudFrontOriginAccessControl_basic
=== PAUSE TestAccCloudFrontOriginAccessControl_basic
=== RUN   TestAccCloudFrontOriginAccessIdentityDataSource_basic
=== PAUSE TestAccCloudFrontOriginAccessIdentityDataSource_basic
=== RUN   TestAccCloudFrontOriginAccessIdentity_basic
=== PAUSE TestAccCloudFrontOriginAccessIdentity_basic
=== RUN   TestAccCloudFrontOriginRequestPolicyDataSource_basic
=== PAUSE TestAccCloudFrontOriginRequestPolicyDataSource_basic
=== RUN   TestAccCloudFrontOriginRequestPolicy_basic
=== PAUSE TestAccCloudFrontOriginRequestPolicy_basic
=== RUN   TestAccCloudFrontPublicKey_basic
=== PAUSE TestAccCloudFrontPublicKey_basic
=== RUN   TestAccCloudFrontRealtimeLogConfigDataSource_basic
=== PAUSE TestAccCloudFrontRealtimeLogConfigDataSource_basic
=== RUN   TestAccCloudFrontRealtimeLogConfig_basic
=== PAUSE TestAccCloudFrontRealtimeLogConfig_basic
=== RUN   TestAccCloudFrontResponseHeadersPolicyDataSource_basic
=== PAUSE TestAccCloudFrontResponseHeadersPolicyDataSource_basic
=== CONT  TestAccCloudFrontCachePolicyDataSource_basic
=== CONT  TestAccCloudFrontOriginAccessControl_basic
--- PASS: TestAccCloudFrontCachePolicyDataSource_basic (84.93s)
=== CONT  TestAccCloudFrontFunctionDataSource_basic
--- PASS: TestAccCloudFrontOriginAccessControl_basic (109.88s)
=== CONT  TestAccCloudFrontMonitoringSubscription_basic
    monitoring_subscription_test.go:22: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CloudFront Distribution: InvalidParameter: 1 validation error(s) found.
        - missing required field, CreateDistributionWithTagsInput.DistributionConfigWithTags.Tags.
        
        
          with aws_cloudfront_distribution.test,
          on terraform_plugin_test.tf line 2, in resource "aws_cloudfront_distribution" "test":
           2: resource "aws_cloudfront_distribution" "test" {
        
--- FAIL: TestAccCloudFrontMonitoringSubscription_basic (35.55s)
=== CONT  TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic
--- PASS: TestAccCloudFrontFunctionDataSource_basic (86.66s)
=== CONT  TestAccCloudFrontKeyGroup_basic
--- PASS: TestAccCloudFrontLogDeliveryCanonicalUserIDDataSource_basic (64.34s)
=== CONT  TestAccCloudFrontFunction_basic
--- PASS: TestAccCloudFrontKeyGroup_basic (80.74s)
=== CONT  TestAccCloudFrontFieldLevelEncryptionConfig_basic
--- PASS: TestAccCloudFrontFunction_basic (76.09s)
=== CONT  TestAccCloudFrontFieldLevelEncryptionProfile_basic
--- PASS: TestAccCloudFrontFieldLevelEncryptionConfig_basic (122.12s)
=== CONT  TestAccCloudFrontPublicKey_basic
--- PASS: TestAccCloudFrontFieldLevelEncryptionProfile_basic (121.72s)
=== CONT  TestAccCloudFrontResponseHeadersPolicyDataSource_basic
--- PASS: TestAccCloudFrontPublicKey_basic (78.42s)
=== CONT  TestAccCloudFrontRealtimeLogConfig_basic
--- PASS: TestAccCloudFrontResponseHeadersPolicyDataSource_basic (66.58s)
=== CONT  TestAccCloudFrontRealtimeLogConfigDataSource_basic
--- PASS: TestAccCloudFrontRealtimeLogConfig_basic (112.26s)
=== CONT  TestAccCloudFrontDistributionDataSource_basic
--- PASS: TestAccCloudFrontRealtimeLogConfigDataSource_basic (99.00s)
=== CONT  TestAccCloudFrontCachePolicy_basic
--- PASS: TestAccCloudFrontCachePolicy_basic (80.73s)
=== CONT  TestAccCloudFrontOriginRequestPolicyDataSource_basic
--- PASS: TestAccCloudFrontOriginRequestPolicyDataSource_basic (68.54s)
=== CONT  TestAccCloudFrontOriginRequestPolicy_basic
--- PASS: TestAccCloudFrontOriginRequestPolicy_basic (87.11s)
=== CONT  TestAccCloudFrontOriginAccessIdentity_basic
--- PASS: TestAccCloudFrontOriginAccessIdentity_basic (76.80s)
=== CONT  TestAccCloudFrontOriginAccessIdentityDataSource_basic
--- PASS: TestAccCloudFrontOriginAccessIdentityDataSource_basic (56.62s)
--- PASS: TestAccCloudFrontDistributionDataSource_basic (536.75s)
FAIL
FAIL	github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront	1120.259s
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudhsmv2	11.298s [no tests to run]
=== RUN   TestAccCloudSearchDomainServiceAccessPolicy_basic
=== PAUSE TestAccCloudSearchDomainServiceAccessPolicy_basic
=== RUN   TestAccCloudSearchDomain_basic
=== PAUSE TestAccCloudSearchDomain_basic
=== CONT  TestAccCloudSearchDomainServiceAccessPolicy_basic
=== CONT  TestAccCloudSearchDomain_basic
--- PASS: TestAccCloudSearchDomain_basic (923.77s)
--- PASS: TestAccCloudSearchDomainServiceAccessPolicy_basic (1766.86s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudsearch	1867.083s
=== RUN   TestAccCloudTrailEventDataStore_basic
=== PAUSE TestAccCloudTrailEventDataStore_basic
=== RUN   TestAccCloudTrailEventDataStore_tags
=== PAUSE TestAccCloudTrailEventDataStore_tags
=== RUN   TestAccCloudTrailServiceAccountDataSource_basic
=== PAUSE TestAccCloudTrailServiceAccountDataSource_basic
=== CONT  TestAccCloudTrailEventDataStore_basic
=== CONT  TestAccCloudTrailServiceAccountDataSource_basic
--- PASS: TestAccCloudTrailServiceAccountDataSource_basic (69.17s)
=== CONT  TestAccCloudTrailEventDataStore_tags
--- PASS: TestAccCloudTrailEventDataStore_basic (96.05s)
--- PASS: TestAccCloudTrailEventDataStore_tags (162.58s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudtrail	255.201s
=== RUN   TestAccCloudWatchCompositeAlarm_basic
=== PAUSE TestAccCloudWatchCompositeAlarm_basic
=== RUN   TestAccCloudWatchDashboard_basic
=== PAUSE TestAccCloudWatchDashboard_basic
=== RUN   TestAccCloudWatchMetricAlarm_basic
=== PAUSE TestAccCloudWatchMetricAlarm_basic
=== RUN   TestAccCloudWatchMetricAlarm_tags
=== PAUSE TestAccCloudWatchMetricAlarm_tags
=== RUN   TestAccCloudWatchMetricStream_basic
=== PAUSE TestAccCloudWatchMetricStream_basic
=== RUN   TestAccCloudWatchMetricStream_tags
=== PAUSE TestAccCloudWatchMetricStream_tags
=== CONT  TestAccCloudWatchCompositeAlarm_basic
=== CONT  TestAccCloudWatchMetricAlarm_tags
--- PASS: TestAccCloudWatchCompositeAlarm_basic (82.13s)
=== CONT  TestAccCloudWatchMetricStream_tags
--- PASS: TestAccCloudWatchMetricAlarm_tags (181.02s)
=== CONT  TestAccCloudWatchMetricAlarm_basic
--- PASS: TestAccCloudWatchMetricAlarm_basic (85.05s)
=== CONT  TestAccCloudWatchMetricStream_basic
--- PASS: TestAccCloudWatchMetricStream_tags (396.33s)
=== CONT  TestAccCloudWatchDashboard_basic
--- PASS: TestAccCloudWatchMetricStream_basic (217.67s)
--- PASS: TestAccCloudWatchDashboard_basic (68.43s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudwatch	569.185s
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/codeartifact	22.483s [no tests to run]
=== RUN   TestAccCodeBuildProject_basic
=== PAUSE TestAccCodeBuildProject_basic
=== RUN   TestAccCodeBuildProject_tags
=== PAUSE TestAccCodeBuildProject_tags
=== RUN   TestAccCodeBuildReportGroup_basic
=== PAUSE TestAccCodeBuildReportGroup_basic
=== RUN   TestAccCodeBuildReportGroup_tags
=== PAUSE TestAccCodeBuildReportGroup_tags
=== RUN   TestAccCodeBuildResourcePolicy_basic
=== PAUSE TestAccCodeBuildResourcePolicy_basic
=== RUN   TestAccCodeBuildSourceCredential_basic
=== PAUSE TestAccCodeBuildSourceCredential_basic
=== CONT  TestAccCodeBuildProject_basic
=== CONT  TestAccCodeBuildSourceCredential_basic
--- PASS: TestAccCodeBuildProject_basic (107.89s)
=== CONT  TestAccCodeBuildResourcePolicy_basic
--- PASS: TestAccCodeBuildSourceCredential_basic (138.73s)
=== CONT  TestAccCodeBuildReportGroup_basic
--- PASS: TestAccCodeBuildResourcePolicy_basic (79.82s)
=== CONT  TestAccCodeBuildProject_tags
--- PASS: TestAccCodeBuildReportGroup_basic (84.81s)
=== CONT  TestAccCodeBuildReportGroup_tags
--- PASS: TestAccCodeBuildProject_tags (148.42s)
--- PASS: TestAccCodeBuildReportGroup_tags (173.38s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/codebuild	419.398s
=== RUN   TestAccCodeCommitApprovalRuleTemplateAssociation_basic
=== PAUSE TestAccCodeCommitApprovalRuleTemplateAssociation_basic
=== RUN   TestAccCodeCommitApprovalRuleTemplateDataSource_basic
=== PAUSE TestAccCodeCommitApprovalRuleTemplateDataSource_basic
=== RUN   TestAccCodeCommitApprovalRuleTemplate_basic
=== PAUSE TestAccCodeCommitApprovalRuleTemplate_basic
=== RUN   TestAccCodeCommitRepositoryDataSource_basic
=== PAUSE TestAccCodeCommitRepositoryDataSource_basic
=== RUN   TestAccCodeCommitRepository_basic
=== PAUSE TestAccCodeCommitRepository_basic
=== RUN   TestAccCodeCommitRepository_tags
=== PAUSE TestAccCodeCommitRepository_tags
=== RUN   TestAccCodeCommitTrigger_basic
=== PAUSE TestAccCodeCommitTrigger_basic
=== CONT  TestAccCodeCommitApprovalRuleTemplateAssociation_basic
=== CONT  TestAccCodeCommitRepository_basic
--- PASS: TestAccCodeCommitRepository_basic (94.21s)
=== CONT  TestAccCodeCommitApprovalRuleTemplate_basic
--- PASS: TestAccCodeCommitApprovalRuleTemplateAssociation_basic (95.44s)
=== CONT  TestAccCodeCommitRepositoryDataSource_basic
--- PASS: TestAccCodeCommitRepositoryDataSource_basic (65.03s)
=== CONT  TestAccCodeCommitTrigger_basic
--- PASS: TestAccCodeCommitApprovalRuleTemplate_basic (79.49s)
=== CONT  TestAccCodeCommitApprovalRuleTemplateDataSource_basic
--- PASS: TestAccCodeCommitTrigger_basic (72.12s)
=== CONT  TestAccCodeCommitRepository_tags
--- PASS: TestAccCodeCommitApprovalRuleTemplateDataSource_basic (74.88s)
--- PASS: TestAccCodeCommitRepository_tags (163.51s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/codecommit	420.021s
=== RUN   TestAccCodeGuruReviewerRepositoryAssociation_basic
=== PAUSE TestAccCodeGuruReviewerRepositoryAssociation_basic
=== RUN   TestAccCodeGuruReviewerRepositoryAssociation_tags
=== PAUSE TestAccCodeGuruReviewerRepositoryAssociation_tags
=== CONT  TestAccCodeGuruReviewerRepositoryAssociation_basic
=== CONT  TestAccCodeGuruReviewerRepositoryAssociation_tags
--- PASS: TestAccCodeGuruReviewerRepositoryAssociation_basic (144.58s)
--- PASS: TestAccCodeGuruReviewerRepositoryAssociation_tags (251.97s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/codegurureviewer	277.516s
=== RUN   TestAccCodePipeline_basic
=== PAUSE TestAccCodePipeline_basic
=== RUN   TestAccCodePipeline_tags
=== PAUSE TestAccCodePipeline_tags
=== RUN   TestAccCodePipeline_MultiRegion_basic
=== PAUSE TestAccCodePipeline_MultiRegion_basic
=== RUN   TestAccCodePipelineCustomActionType_basic
=== PAUSE TestAccCodePipelineCustomActionType_basic
=== RUN   TestAccCodePipelineCustomActionType_tags
=== PAUSE TestAccCodePipelineCustomActionType_tags
=== RUN   TestAccCodePipelineWebhook_basic
    webhook_test.go:24: skipping test; environment variable GITHUB_TOKEN must be set. Usage: token with GitHub permissions to repository for CodePipeline webhook creation
--- SKIP: TestAccCodePipelineWebhook_basic (0.00s)
=== RUN   TestAccCodePipelineWebhook_tags
    webhook_test.go:165: skipping test; environment variable GITHUB_TOKEN must be set. Usage: token with GitHub permissions to repository for CodePipeline webhook creation
--- SKIP: TestAccCodePipelineWebhook_tags (0.00s)
=== CONT  TestAccCodePipeline_basic
=== CONT  TestAccCodePipelineCustomActionType_basic
--- PASS: TestAccCodePipelineCustomActionType_basic (85.07s)
=== CONT  TestAccCodePipelineCustomActionType_tags
--- PASS: TestAccCodePipeline_basic (177.37s)
=== CONT  TestAccCodePipeline_MultiRegion_basic
--- PASS: TestAccCodePipelineCustomActionType_tags (171.30s)
=== CONT  TestAccCodePipeline_tags
--- PASS: TestAccCodePipeline_MultiRegion_basic (131.22s)
--- PASS: TestAccCodePipeline_tags (208.70s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/codepipeline	489.091s
=== RUN   TestAccCodeStarConnectionsConnectionDataSource_basic
=== PAUSE TestAccCodeStarConnectionsConnectionDataSource_basic
=== RUN   TestAccCodeStarConnectionsConnectionDataSource_tags
=== PAUSE TestAccCodeStarConnectionsConnectionDataSource_tags
=== RUN   TestAccCodeStarConnectionsConnection_basic
=== PAUSE TestAccCodeStarConnectionsConnection_basic
=== RUN   TestAccCodeStarConnectionsConnection_tags
=== PAUSE TestAccCodeStarConnectionsConnection_tags
=== RUN   TestAccCodeStarConnectionsHost_basic
=== PAUSE TestAccCodeStarConnectionsHost_basic
=== CONT  TestAccCodeStarConnectionsConnectionDataSource_basic
=== CONT  TestAccCodeStarConnectionsConnection_tags
--- PASS: TestAccCodeStarConnectionsConnectionDataSource_basic (59.45s)
=== CONT  TestAccCodeStarConnectionsHost_basic
--- PASS: TestAccCodeStarConnectionsHost_basic (68.40s)
=== CONT  TestAccCodeStarConnectionsConnection_basic
--- PASS: TestAccCodeStarConnectionsConnection_tags (156.19s)
=== CONT  TestAccCodeStarConnectionsConnectionDataSource_tags
--- PASS: TestAccCodeStarConnectionsConnection_basic (61.89s)
--- PASS: TestAccCodeStarConnectionsConnectionDataSource_tags (50.61s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/codestarconnections	229.952s
=== RUN   TestAccCodeStarNotificationsNotificationRule_basic
=== PAUSE TestAccCodeStarNotificationsNotificationRule_basic
=== RUN   TestAccCodeStarNotificationsNotificationRule_tags
=== PAUSE TestAccCodeStarNotificationsNotificationRule_tags
=== CONT  TestAccCodeStarNotificationsNotificationRule_basic
=== CONT  TestAccCodeStarNotificationsNotificationRule_tags
=== CONT  TestAccCodeStarNotificationsNotificationRule_basic
    notification_rule_test.go:28: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating CodeStar Notification Rule: ConfigurationException: AWS CodeStar Notifications could not create the AWS CloudWatch Events managed rule in your AWS account. If this is your first time creating a notification rule, the service-linked role for AWS CodeStar Notifications might not yet exist. Creation of this role might take up to 15 minutes. Until it exists, notification rule creation will fail. Wait 15 minutes, and then try again. If this is is not the first time you are creating a notification rule, there might be a problem with a network connection, or one or more AWS services might be experiencing issues. Verify your network connection and check to see if there are any issues with AWS services in your AWS Region before trying again.
        
          with aws_codestarnotifications_notification_rule.test,
          on terraform_plugin_test.tf line 10, in resource "aws_codestarnotifications_notification_rule" "test":
          10: resource "aws_codestarnotifications_notification_rule" "test" {
        
=== CONT  TestAccCodeStarNotificationsNotificationRule_tags
    notification_rule_test.go:136: Step 1/4 error: Error running apply: exit status 1
        
        Error: creating CodeStar Notification Rule: ConfigurationException: The notification rule could not be created because the service-linked role for AWS CodeStar Notifications is not currently available. This might have been caused by another user deleting the role at the same time you created the notification rule. Wait a few minutes, and then try again. The service-linked role will be recreated when you create the rule.
        
          with aws_codestarnotifications_notification_rule.test,
          on terraform_plugin_test.tf line 10, in resource "aws_codestarnotifications_notification_rule" "test":
          10: resource "aws_codestarnotifications_notification_rule" "test" {
        
--- FAIL: TestAccCodeStarNotificationsNotificationRule_tags (35.86s)
--- FAIL: TestAccCodeStarNotificationsNotificationRule_basic (35.97s)
FAIL
FAIL	github.com/hashicorp/terraform-provider-aws/internal/service/codestarnotifications	57.249s
=== RUN   TestAccCognitoIdentityPoolProviderPrincipalTags_basic
=== PAUSE TestAccCognitoIdentityPoolProviderPrincipalTags_basic
=== RUN   TestAccCognitoIdentityPoolRolesAttachment_basic
=== PAUSE TestAccCognitoIdentityPoolRolesAttachment_basic
=== RUN   TestAccCognitoIdentityPool_basic
=== PAUSE TestAccCognitoIdentityPool_basic
=== RUN   TestAccCognitoIdentityPool_tags
=== PAUSE TestAccCognitoIdentityPool_tags
=== CONT  TestAccCognitoIdentityPoolProviderPrincipalTags_basic
=== CONT  TestAccCognitoIdentityPool_basic
--- PASS: TestAccCognitoIdentityPoolProviderPrincipalTags_basic (81.94s)
=== CONT  TestAccCognitoIdentityPoolRolesAttachment_basic
--- PASS: TestAccCognitoIdentityPool_basic (127.17s)
=== CONT  TestAccCognitoIdentityPool_tags
--- PASS: TestAccCognitoIdentityPoolRolesAttachment_basic (79.79s)
--- PASS: TestAccCognitoIdentityPool_tags (85.04s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidentity	236.037s
=== RUN   TestAccCognitoIDPIdentityProvider_basic
=== PAUSE TestAccCognitoIDPIdentityProvider_basic
=== RUN   TestAccCognitoIDPManagedUserPoolClient_basic
=== PAUSE TestAccCognitoIDPManagedUserPoolClient_basic
=== RUN   TestAccCognitoIDPResourceServer_basic
=== PAUSE TestAccCognitoIDPResourceServer_basic
=== RUN   TestAccCognitoIDPUserGroup_basic
=== PAUSE TestAccCognitoIDPUserGroup_basic
=== RUN   TestAccCognitoIDPUserInGroup_basic
=== PAUSE TestAccCognitoIDPUserInGroup_basic
=== RUN   TestAccCognitoIDPUserPoolClientDataSource_basic
=== PAUSE TestAccCognitoIDPUserPoolClientDataSource_basic
=== RUN   TestAccCognitoIDPUserPoolClient_basic
=== PAUSE TestAccCognitoIDPUserPoolClient_basic
=== RUN   TestAccCognitoIDPUserPoolClientsDataSource_basic
=== PAUSE TestAccCognitoIDPUserPoolClientsDataSource_basic
=== RUN   TestAccCognitoIDPUserPoolDomain_basic
=== PAUSE TestAccCognitoIDPUserPoolDomain_basic
=== RUN   TestAccCognitoIDPUserPoolSigningCertificateDataSource_basic
=== PAUSE TestAccCognitoIDPUserPoolSigningCertificateDataSource_basic
=== RUN   TestAccCognitoIDPUserPool_basic
=== PAUSE TestAccCognitoIDPUserPool_basic
=== RUN   TestAccCognitoIDPUserPoolsDataSource_basic
=== PAUSE TestAccCognitoIDPUserPoolsDataSource_basic
=== RUN   TestAccCognitoIDPUser_basic
=== PAUSE TestAccCognitoIDPUser_basic
=== CONT  TestAccCognitoIDPIdentityProvider_basic
=== CONT  TestAccCognitoIDPUserPool_basic
--- PASS: TestAccCognitoIDPUserPool_basic (88.86s)
=== CONT  TestAccCognitoIDPUserPoolSigningCertificateDataSource_basic
--- PASS: TestAccCognitoIDPIdentityProvider_basic (112.43s)
=== CONT  TestAccCognitoIDPUser_basic
--- PASS: TestAccCognitoIDPUserPoolSigningCertificateDataSource_basic (32.68s)
=== CONT  TestAccCognitoIDPUserPoolsDataSource_basic
--- PASS: TestAccCognitoIDPUser_basic (44.94s)
=== CONT  TestAccCognitoIDPUserPoolDomain_basic
--- PASS: TestAccCognitoIDPUserPoolsDataSource_basic (36.62s)
=== CONT  TestAccCognitoIDPUserInGroup_basic
--- PASS: TestAccCognitoIDPUserInGroup_basic (31.43s)
=== CONT  TestAccCognitoIDPUserPoolClient_basic
--- PASS: TestAccCognitoIDPUserPoolDomain_basic (33.59s)
=== CONT  TestAccCognitoIDPUserPoolClientDataSource_basic
--- PASS: TestAccCognitoIDPUserPoolClientDataSource_basic (17.22s)
=== CONT  TestAccCognitoIDPResourceServer_basic
--- PASS: TestAccCognitoIDPUserPoolClient_basic (18.69s)
=== CONT  TestAccCognitoIDPUserGroup_basic
--- PASS: TestAccCognitoIDPResourceServer_basic (32.97s)
=== CONT  TestAccCognitoIDPManagedUserPoolClient_basic
--- PASS: TestAccCognitoIDPUserGroup_basic (34.24s)
=== CONT  TestAccCognitoIDPUserPoolClientsDataSource_basic
--- PASS: TestAccCognitoIDPUserPoolClientsDataSource_basic (16.15s)
--- PASS: TestAccCognitoIDPManagedUserPoolClient_basic (1612.47s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp	1876.122s
=== RUN   TestAccComprehendDocumentClassifier_basic
=== PAUSE TestAccComprehendDocumentClassifier_basic
=== RUN   TestAccComprehendDocumentClassifier_multiLabel_basic
=== PAUSE TestAccComprehendDocumentClassifier_multiLabel_basic
=== RUN   TestAccComprehendDocumentClassifier_outputDataConfig_basic
=== PAUSE TestAccComprehendDocumentClassifier_outputDataConfig_basic
=== RUN   TestAccComprehendDocumentClassifier_tags
=== PAUSE TestAccComprehendDocumentClassifier_tags
=== RUN   TestAccComprehendEntityRecognizer_basic
=== PAUSE TestAccComprehendEntityRecognizer_basic
=== RUN   TestAccComprehendEntityRecognizer_annotations_basic
=== PAUSE TestAccComprehendEntityRecognizer_annotations_basic
=== RUN   TestAccComprehendEntityRecognizer_tags
=== PAUSE TestAccComprehendEntityRecognizer_tags
=== CONT  TestAccComprehendDocumentClassifier_basic
=== CONT  TestAccComprehendEntityRecognizer_basic
--- PASS: TestAccComprehendEntityRecognizer_basic (1260.10s)
=== CONT  TestAccComprehendEntityRecognizer_tags
--- PASS: TestAccComprehendDocumentClassifier_basic (2411.55s)
=== CONT  TestAccComprehendDocumentClassifier_outputDataConfig_basic
--- PASS: TestAccComprehendEntityRecognizer_tags (1260.25s)
=== CONT  TestAccComprehendDocumentClassifier_tags
--- PASS: TestAccComprehendDocumentClassifier_outputDataConfig_basic (2322.41s)
=== CONT  TestAccComprehendDocumentClassifier_multiLabel_basic
--- PASS: TestAccComprehendDocumentClassifier_tags (2342.10s)
=== CONT  TestAccComprehendEntityRecognizer_annotations_basic
--- PASS: TestAccComprehendEntityRecognizer_annotations_basic (1287.52s)
--- PASS: TestAccComprehendDocumentClassifier_multiLabel_basic (3063.25s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/comprehend	7822.129s
?   	github.com/hashicorp/terraform-provider-aws/internal/service/computeoptimizer	[no test files]
=== RUN   TestAccConfigServiceConfigurationAggregator_tags
=== PAUSE TestAccConfigServiceConfigurationAggregator_tags
=== CONT  TestAccConfigServiceConfigurationAggregator_tags
--- PASS: TestAccConfigServiceConfigurationAggregator_tags (98.26s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/configservice	120.598s
testing: warning: no tests to run
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/connect	13.946s [no tests to run]
=== RUN   TestAccControlTowerControlsDataSource_basic
=== PAUSE TestAccControlTowerControlsDataSource_basic
=== CONT  TestAccControlTowerControlsDataSource_basic
    acctest.go:912: this AWS account must be the management account of an AWS Organization
--- SKIP: TestAccControlTowerControlsDataSource_basic (0.72s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/controltower	19.466s
=== RUN   TestAccCURReportDefinitionDataSource_basic
=== PAUSE TestAccCURReportDefinitionDataSource_basic
=== CONT  TestAccCURReportDefinitionDataSource_basic
    acctest.go:834: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-1]
--- SKIP: TestAccCURReportDefinitionDataSource_basic (0.49s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cur	20.246s
FAIL
make: *** [testacc] Error 1
% make testacc TESTARGS='-run=TestAccCloudFrontDistributionDataSource_basic\|TestAccCloudFrontDistribution_basic\|TestAccCloudFrontDistribution_tags' PKG=cloudfront ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/cloudfront/... -v -count 1 -parallel 2  -run=TestAccCloudFrontDistributionDataSource_basic\|TestAccCloudFrontDistribution_basic\|TestAccCloudFrontDistribution_tags -timeout 180m
=== RUN   TestAccCloudFrontDistributionDataSource_basic
=== PAUSE TestAccCloudFrontDistributionDataSource_basic
=== RUN   TestAccCloudFrontDistribution_basic
=== PAUSE TestAccCloudFrontDistribution_basic
=== RUN   TestAccCloudFrontDistribution_tags
=== PAUSE TestAccCloudFrontDistribution_tags
=== CONT  TestAccCloudFrontDistributionDataSource_basic
=== CONT  TestAccCloudFrontDistribution_tags
--- PASS: TestAccCloudFrontDistributionDataSource_basic (255.47s)
=== CONT  TestAccCloudFrontDistribution_basic
--- PASS: TestAccCloudFrontDistribution_basic (260.13s)
--- PASS: TestAccCloudFrontDistribution_tags (735.93s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudfront	742.125s

@github-actions
Copy link

github-actions bot commented Apr 5, 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 service/ce Issues and PRs that pertain to the ce service. service/cloud9 Issues and PRs that pertain to the cloud9 service. service/cloudformation Issues and PRs that pertain to the cloudformation service. service/cloudfront Issues and PRs that pertain to the cloudfront service. service/cloudhsmv2 Issues and PRs that pertain to the cloudhsmv2 service. service/cloudtrail Issues and PRs that pertain to the cloudtrail service. service/cloudwatch Issues and PRs that pertain to the cloudwatch service. service/codeartifact Issues and PRs that pertain to the codeartifact service. service/codebuild Issues and PRs that pertain to the codebuild service. service/codecommit Issues and PRs that pertain to the codecommit service. labels Apr 5, 2023
@github-actions github-actions bot added service/comprehend Issues and PRs that pertain to the comprehend service. service/configservice Issues and PRs that pertain to the configservice service. service/connect Issues and PRs that pertain to the connect service. size/XL Managed by automation to categorize the size of a PR. labels Apr 5, 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/ce Issues and PRs that pertain to the ce service. service/cloud9 Issues and PRs that pertain to the cloud9 service. service/cloudformation Issues and PRs that pertain to the cloudformation service. service/cloudfront Issues and PRs that pertain to the cloudfront service. service/cloudhsmv2 Issues and PRs that pertain to the cloudhsmv2 service. service/cloudtrail Issues and PRs that pertain to the cloudtrail service. service/cloudwatch Issues and PRs that pertain to the cloudwatch service. service/codeartifact Issues and PRs that pertain to the codeartifact service. service/codebuild Issues and PRs that pertain to the codebuild service. service/codecommit Issues and PRs that pertain to the codecommit service. service/codegurureviewer Issues and PRs that pertain to the codegurureviewer service. service/codepipeline Issues and PRs that pertain to the codepipeline service. service/codestarconnections Issues and PRs that pertain to the codestarconnections service. service/codestarnotifications Issues and PRs that pertain to the codestarnotifications service. service/cognitoidentity Issues and PRs that pertain to the cognitoidentity service. service/cognitoidp Issues and PRs that pertain to the cognitoidp service. service/comprehend Issues and PRs that pertain to the comprehend service. service/configservice Issues and PRs that pertain to the configservice service. service/connect Issues and PRs that pertain to the connect 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