-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
b/Config Service rule: Prevent duplication on name change #15136
b/Config Service rule: Prevent duplication on name change #15136
Conversation
a040716
to
8cdc3ef
Compare
Pull request #21306 has significantly refactored the AWS Provider codebase. As a result, most PRs opened prior to the refactor now have merge conflicts that must be resolved before proceeding. Specifically, PR #21306 relocated the code for all AWS resources and data sources from a single We recognize that many pull requests have been open for some time without yet being addressed by our maintainers. Therefore, we want to make it clear that resolving these conflicts in no way affects the prioritization of a particular pull request. Once a pull request has been prioritized for review, the necessary changes will be made by a maintainer -- either directly or in collaboration with the pull request author. For a more complete description of this refactor, including examples of how old filepaths and function names correspond to their new counterparts: please refer to issue #20000. For a quick guide on how to amend your pull request to resolve the merge conflicts resulting from this refactor and bring it in line with our new code patterns: please refer to our Service Package Refactor Pull Request Guide. |
8cdc3ef
to
09d492d
Compare
09d492d
to
041e73c
Compare
Marking this pull request as stale due to inactivity. This helps our maintainers find and focus on the active pull requests. If this pull request receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label. If this pull request was automatically closed and you feel this pull request should be reopened, we encourage creating a new pull request linking back to this one for added context. Thank you! |
This reverts commit 041e73c.
…2 && go mod tidy'.
% make testacc TESTARGS='-run=TestAccConfigServiceAggregateAuthorization_' PKG=configservice ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 2 -run=TestAccConfigServiceAggregateAuthorization_ -timeout 360m === RUN TestAccConfigServiceAggregateAuthorization_basic === PAUSE TestAccConfigServiceAggregateAuthorization_basic === RUN TestAccConfigServiceAggregateAuthorization_disappears === PAUSE TestAccConfigServiceAggregateAuthorization_disappears === RUN TestAccConfigServiceAggregateAuthorization_tags === PAUSE TestAccConfigServiceAggregateAuthorization_tags === CONT TestAccConfigServiceAggregateAuthorization_basic === CONT TestAccConfigServiceAggregateAuthorization_tags --- PASS: TestAccConfigServiceAggregateAuthorization_basic (22.53s) === CONT TestAccConfigServiceAggregateAuthorization_disappears --- PASS: TestAccConfigServiceAggregateAuthorization_disappears (16.91s) --- PASS: TestAccConfigServiceAggregateAuthorization_tags (47.46s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 59.457s
% make testacc TESTARGS='-run=TestAccConfigService_serial/RemediationConfiguration/disappears' PKG=configservice ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/RemediationConfiguration/disappears -timeout 360m === RUN TestAccConfigService_serial === PAUSE TestAccConfigService_serial === CONT TestAccConfigService_serial === RUN TestAccConfigService_serial/RemediationConfiguration === RUN TestAccConfigService_serial/RemediationConfiguration/disappears --- PASS: TestAccConfigService_serial (100.07s) --- PASS: TestAccConfigService_serial/RemediationConfiguration (100.06s) --- PASS: TestAccConfigService_serial/RemediationConfiguration/disappears (100.06s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 111.860s
… required when Owner is CUSTOM_POLICY` errors on resource Update.
% make testacc TESTARGS='-run=TestAccConfigService_serial/ConfigRule' PKG=configservice ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/ConfigRule -timeout 360m === RUN TestAccConfigService_serial === PAUSE TestAccConfigService_serial === CONT TestAccConfigService_serial === RUN TestAccConfigService_serial/ConfigRule === RUN TestAccConfigService_serial/ConfigRule/basic === RUN TestAccConfigService_serial/ConfigRule/disappears === RUN TestAccConfigService_serial/ConfigRule/evaluationMode === RUN TestAccConfigService_serial/ConfigRule/scopeTagKey === RUN TestAccConfigService_serial/ConfigRule/scopeTagKeyEmpty === RUN TestAccConfigService_serial/ConfigRule/scopeTagValue === RUN TestAccConfigService_serial/ConfigRule/tags === RUN TestAccConfigService_serial/ConfigRule/ownerAws === RUN TestAccConfigService_serial/ConfigRule/customlambda === RUN TestAccConfigService_serial/ConfigRule/customPolicy --- PASS: TestAccConfigService_serial (1055.80s) --- PASS: TestAccConfigService_serial/ConfigRule (1055.79s) --- PASS: TestAccConfigService_serial/ConfigRule/basic (97.99s) --- PASS: TestAccConfigService_serial/ConfigRule/disappears (97.10s) --- PASS: TestAccConfigService_serial/ConfigRule/evaluationMode (108.91s) --- PASS: TestAccConfigService_serial/ConfigRule/scopeTagKey (109.03s) --- PASS: TestAccConfigService_serial/ConfigRule/scopeTagKeyEmpty (96.78s) --- PASS: TestAccConfigService_serial/ConfigRule/scopeTagValue (108.59s) --- PASS: TestAccConfigService_serial/ConfigRule/tags (125.16s) --- PASS: TestAccConfigService_serial/ConfigRule/ownerAws (100.72s) --- PASS: TestAccConfigService_serial/ConfigRule/customlambda (126.20s) --- PASS: TestAccConfigService_serial/ConfigRule/customPolicy (114.57s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 1067.334s
…ionAggregator' if only 'tags' change.
% make testacc TESTARGS='-run=TestAccConfigServiceConfigurationAggregator_' PKG=configservice ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 2 -run=TestAccConfigServiceConfigurationAggregator_ -timeout 360m === RUN TestAccConfigServiceConfigurationAggregator_account === PAUSE TestAccConfigServiceConfigurationAggregator_account === RUN TestAccConfigServiceConfigurationAggregator_organization configuration_aggregator_test.go:66: skipping tests; this AWS account must not be an existing member of an AWS Organization --- SKIP: TestAccConfigServiceConfigurationAggregator_organization (0.61s) === RUN TestAccConfigServiceConfigurationAggregator_switch configuration_aggregator_test.go:96: skipping tests; this AWS account must not be an existing member of an AWS Organization --- SKIP: TestAccConfigServiceConfigurationAggregator_switch (0.12s) === RUN TestAccConfigServiceConfigurationAggregator_tags === PAUSE TestAccConfigServiceConfigurationAggregator_tags === RUN TestAccConfigServiceConfigurationAggregator_disappears === PAUSE TestAccConfigServiceConfigurationAggregator_disappears === CONT TestAccConfigServiceConfigurationAggregator_account === CONT TestAccConfigServiceConfigurationAggregator_disappears --- PASS: TestAccConfigServiceConfigurationAggregator_disappears (17.13s) === CONT TestAccConfigServiceConfigurationAggregator_tags --- PASS: TestAccConfigServiceConfigurationAggregator_account (20.29s) --- PASS: TestAccConfigServiceConfigurationAggregator_tags (41.72s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 70.217s
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccConfigServiceConfigurationAggregator_' PKG=configservice ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 2 -run=TestAccConfigServiceConfigurationAggregator_ -timeout 360m
=== RUN TestAccConfigServiceConfigurationAggregator_account
=== PAUSE TestAccConfigServiceConfigurationAggregator_account
=== RUN TestAccConfigServiceConfigurationAggregator_organization
configuration_aggregator_test.go:66: skipping tests; this AWS account must not be an existing member of an AWS Organization
--- SKIP: TestAccConfigServiceConfigurationAggregator_organization (0.63s)
=== RUN TestAccConfigServiceConfigurationAggregator_switch
configuration_aggregator_test.go:96: skipping tests; this AWS account must not be an existing member of an AWS Organization
--- SKIP: TestAccConfigServiceConfigurationAggregator_switch (0.12s)
=== RUN TestAccConfigServiceConfigurationAggregator_tags
=== PAUSE TestAccConfigServiceConfigurationAggregator_tags
=== RUN TestAccConfigServiceConfigurationAggregator_disappears
=== PAUSE TestAccConfigServiceConfigurationAggregator_disappears
=== CONT TestAccConfigServiceConfigurationAggregator_account
=== CONT TestAccConfigServiceConfigurationAggregator_disappears
--- PASS: TestAccConfigServiceConfigurationAggregator_disappears (19.02s)
=== CONT TestAccConfigServiceConfigurationAggregator_tags
--- PASS: TestAccConfigServiceConfigurationAggregator_account (22.06s)
--- PASS: TestAccConfigServiceConfigurationAggregator_tags (41.57s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 71.904s
% make testacc TESTARGS='-run=TestAccConfigServiceConfigurationAggregator_' PKG=configservice ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 2 -run=TestAccConfigServiceConfigurationAggregator_ -timeout 360m
=== RUN TestAccConfigServiceConfigurationAggregator_account
=== PAUSE TestAccConfigServiceConfigurationAggregator_account
=== RUN TestAccConfigServiceConfigurationAggregator_organization
--- PASS: TestAccConfigServiceConfigurationAggregator_organization (23.17s)
=== RUN TestAccConfigServiceConfigurationAggregator_switch
--- PASS: TestAccConfigServiceConfigurationAggregator_switch (30.48s)
=== RUN TestAccConfigServiceConfigurationAggregator_tags
=== PAUSE TestAccConfigServiceConfigurationAggregator_tags
=== RUN TestAccConfigServiceConfigurationAggregator_disappears
=== PAUSE TestAccConfigServiceConfigurationAggregator_disappears
=== CONT TestAccConfigServiceConfigurationAggregator_account
=== CONT TestAccConfigServiceConfigurationAggregator_disappears
--- PASS: TestAccConfigServiceConfigurationAggregator_disappears (16.96s)
=== CONT TestAccConfigServiceConfigurationAggregator_tags
--- PASS: TestAccConfigServiceConfigurationAggregator_account (20.13s)
--- PASS: TestAccConfigServiceConfigurationAggregator_tags (41.88s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 123.489s
% make testacc TESTARGS='-run=TestAccConfigService_serial/ConfigurationRecorder$$' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/ConfigurationRecorder$ -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/ConfigurationRecorder
=== RUN TestAccConfigService_serial/ConfigurationRecorder/recordStrategy
=== RUN TestAccConfigService_serial/ConfigurationRecorder/disappears
=== RUN TestAccConfigService_serial/ConfigurationRecorder/basic
=== RUN TestAccConfigService_serial/ConfigurationRecorder/allParams
--- PASS: TestAccConfigService_serial (114.01s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder (114.01s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/recordStrategy (31.34s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/disappears (26.35s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/basic (29.31s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorder/allParams (27.02s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 125.147s
% make testacc TESTARGS='-run=TestAccConfigService_serial/ConfigurationRecorderStatus' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/ConfigurationRecorderStatus -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/ConfigurationRecorderStatus
=== RUN TestAccConfigService_serial/ConfigurationRecorderStatus/basic
=== RUN TestAccConfigService_serial/ConfigurationRecorderStatus/startEnabled
=== RUN TestAccConfigService_serial/ConfigurationRecorderStatus/disappears
--- PASS: TestAccConfigService_serial (129.79s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorderStatus (129.79s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorderStatus/basic (33.69s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorderStatus/startEnabled (66.67s)
--- PASS: TestAccConfigService_serial/ConfigurationRecorderStatus/disappears (29.43s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 142.061s
% make testacc TESTARGS='-run=TestAccConfigService_serial/DeliveryChannel' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/DeliveryChannel -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/DeliveryChannel
=== RUN TestAccConfigService_serial/DeliveryChannel/basic
=== RUN TestAccConfigService_serial/DeliveryChannel/allParams
=== RUN TestAccConfigService_serial/DeliveryChannel/disappears
--- PASS: TestAccConfigService_serial (99.44s)
--- PASS: TestAccConfigService_serial/DeliveryChannel (99.44s)
--- PASS: TestAccConfigService_serial/DeliveryChannel/basic (33.70s)
--- PASS: TestAccConfigService_serial/DeliveryChannel/allParams (33.47s)
--- PASS: TestAccConfigService_serial/DeliveryChannel/disappears (32.27s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 111.785s
% make testacc TESTARGS='-run=TestAccConfigService_serial/ConfigRule' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/ConfigRule -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/ConfigRule
=== RUN TestAccConfigService_serial/ConfigRule/basic
=== RUN TestAccConfigService_serial/ConfigRule/scopeTagKey
=== RUN TestAccConfigService_serial/ConfigRule/customPolicy
=== RUN TestAccConfigService_serial/ConfigRule/evaluationMode
=== RUN TestAccConfigService_serial/ConfigRule/scopeTagKeyEmpty
=== RUN TestAccConfigService_serial/ConfigRule/scopeTagValue
=== RUN TestAccConfigService_serial/ConfigRule/tags
=== RUN TestAccConfigService_serial/ConfigRule/disappears
=== RUN TestAccConfigService_serial/ConfigRule/ownerAws
=== RUN TestAccConfigService_serial/ConfigRule/customlambda
--- PASS: TestAccConfigService_serial (900.03s)
--- PASS: TestAccConfigService_serial/ConfigRule (900.03s)
--- PASS: TestAccConfigService_serial/ConfigRule/basic (89.92s)
--- PASS: TestAccConfigService_serial/ConfigRule/scopeTagKey (95.49s)
--- PASS: TestAccConfigService_serial/ConfigRule/customPolicy (85.74s)
--- PASS: TestAccConfigService_serial/ConfigRule/evaluationMode (100.03s)
--- PASS: TestAccConfigService_serial/ConfigRule/scopeTagKeyEmpty (87.22s)
--- PASS: TestAccConfigService_serial/ConfigRule/scopeTagValue (122.96s)
--- PASS: TestAccConfigService_serial/ConfigRule/tags (150.29s)
--- PASS: TestAccConfigService_serial/ConfigRule/disappears (82.47s)
--- PASS: TestAccConfigService_serial/ConfigRule/ownerAws (84.96s)
--- PASS: TestAccConfigService_serial/ConfigRule/customlambda (114.65s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 914.018s
% make testacc TESTARGS='-run=TestAccConfigService_serial/ConformancePack' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/ConformancePack -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/ConformancePack
=== RUN TestAccConfigService_serial/ConformancePack/inputParameters
=== RUN TestAccConfigService_serial/ConformancePack/S3Template
=== RUN TestAccConfigService_serial/ConformancePack/S3TemplateAndTemplateBody
=== RUN TestAccConfigService_serial/ConformancePack/updateInputParameters
=== RUN TestAccConfigService_serial/ConformancePack/updateS3Template
=== RUN TestAccConfigService_serial/ConformancePack/updateTemplateBody
=== RUN TestAccConfigService_serial/ConformancePack/basic
=== RUN TestAccConfigService_serial/ConformancePack/disappears
=== RUN TestAccConfigService_serial/ConformancePack/updateName
=== RUN TestAccConfigService_serial/ConformancePack/S3Delivery
=== RUN TestAccConfigService_serial/ConformancePack/updateS3Delivery
=== RUN TestAccConfigService_serial/OrganizationConformancePack
=== RUN TestAccConfigService_serial/OrganizationConformancePack/updateS3Template
organization_conformance_pack_test.go:374: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN TestAccConfigService_serial/OrganizationConformancePack/basic
organization_conformance_pack_test.go:33: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN TestAccConfigService_serial/OrganizationConformancePack/disappears
organization_conformance_pack_test.go:67: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN TestAccConfigService_serial/OrganizationConformancePack/excludedAccounts
organization_conformance_pack_test.go:91: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN TestAccConfigService_serial/OrganizationConformancePack/inputParameters
organization_conformance_pack_test.go:185: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN TestAccConfigService_serial/OrganizationConformancePack/S3Delivery
organization_conformance_pack_test.go:219: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN TestAccConfigService_serial/OrganizationConformancePack/S3Template
organization_conformance_pack_test.go:249: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN TestAccConfigService_serial/OrganizationConformancePack/updateName
organization_conformance_pack_test.go:141: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN TestAccConfigService_serial/OrganizationConformancePack/updateInputParameters
organization_conformance_pack_test.go:283: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN TestAccConfigService_serial/OrganizationConformancePack/updateS3Delivery
organization_conformance_pack_test.go:335: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN TestAccConfigService_serial/OrganizationConformancePack/updateTemplateBody
organization_conformance_pack_test.go:408: skipping tests; this AWS account must not be an existing member of an AWS Organization
--- PASS: TestAccConfigService_serial (1855.69s)
--- PASS: TestAccConfigService_serial/ConformancePack (1845.72s)
--- PASS: TestAccConfigService_serial/ConformancePack/inputParameters (125.05s)
--- PASS: TestAccConfigService_serial/ConformancePack/S3Template (125.21s)
--- PASS: TestAccConfigService_serial/ConformancePack/S3TemplateAndTemplateBody (126.99s)
--- PASS: TestAccConfigService_serial/ConformancePack/updateInputParameters (195.13s)
--- PASS: TestAccConfigService_serial/ConformancePack/updateS3Template (167.60s)
--- PASS: TestAccConfigService_serial/ConformancePack/updateTemplateBody (313.65s)
--- PASS: TestAccConfigService_serial/ConformancePack/basic (120.07s)
--- PASS: TestAccConfigService_serial/ConformancePack/disappears (118.02s)
--- PASS: TestAccConfigService_serial/ConformancePack/updateName (245.06s)
--- PASS: TestAccConfigService_serial/ConformancePack/S3Delivery (122.30s)
--- PASS: TestAccConfigService_serial/ConformancePack/updateS3Delivery (186.63s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack (9.97s)
--- SKIP: TestAccConfigService_serial/OrganizationConformancePack/updateS3Template (0.22s)
--- SKIP: TestAccConfigService_serial/OrganizationConformancePack/basic (0.12s)
--- SKIP: TestAccConfigService_serial/OrganizationConformancePack/disappears (2.74s)
--- SKIP: TestAccConfigService_serial/OrganizationConformancePack/excludedAccounts (0.11s)
--- SKIP: TestAccConfigService_serial/OrganizationConformancePack/inputParameters (1.05s)
--- SKIP: TestAccConfigService_serial/OrganizationConformancePack/S3Delivery (0.77s)
--- SKIP: TestAccConfigService_serial/OrganizationConformancePack/S3Template (1.17s)
--- SKIP: TestAccConfigService_serial/OrganizationConformancePack/updateName (2.56s)
--- SKIP: TestAccConfigService_serial/OrganizationConformancePack/updateInputParameters (0.11s)
--- SKIP: TestAccConfigService_serial/OrganizationConformancePack/updateS3Delivery (0.99s)
--- SKIP: TestAccConfigService_serial/OrganizationConformancePack/updateTemplateBody (0.12s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 1867.942s
% make testacc TESTARGS='-run=TestAccConfigService_serial/RemediationConfiguration' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/RemediationConfiguration -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/RemediationConfiguration
=== RUN TestAccConfigService_serial/RemediationConfiguration/disappears
=== RUN TestAccConfigService_serial/RemediationConfiguration/updates
=== RUN TestAccConfigService_serial/RemediationConfiguration/values
=== RUN TestAccConfigService_serial/RemediationConfiguration/basic
=== RUN TestAccConfigService_serial/RemediationConfiguration/basicBackward
--- PASS: TestAccConfigService_serial (458.89s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration (458.89s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/disappears (85.68s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/updates (98.01s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/values (86.77s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/basic (87.75s)
--- PASS: TestAccConfigService_serial/RemediationConfiguration/basicBackward (86.74s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 469.902s
% make testacc TESTARGS='-run=TestAccConfigService_serial/OrganizationCustomRule$$' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/OrganizationCustomRule$ -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/OrganizationCustomRule
=== RUN TestAccConfigService_serial/OrganizationCustomRule/LambdaFunctionArn
=== RUN TestAccConfigService_serial/OrganizationCustomRule/TriggerTypes
=== RUN TestAccConfigService_serial/OrganizationCustomRule/basic
=== RUN TestAccConfigService_serial/OrganizationCustomRule/errorHandling
=== RUN TestAccConfigService_serial/OrganizationCustomRule/InputParameters
=== RUN TestAccConfigService_serial/OrganizationCustomRule/ExcludedAccounts
=== RUN TestAccConfigService_serial/OrganizationCustomRule/TagKeyScope
=== RUN TestAccConfigService_serial/OrganizationCustomRule/TagValueScope
=== RUN TestAccConfigService_serial/OrganizationCustomRule/MaximumExecutionFrequency
=== RUN TestAccConfigService_serial/OrganizationCustomRule/ResourceTypesScope
=== RUN TestAccConfigService_serial/OrganizationCustomRule/disappears
=== RUN TestAccConfigService_serial/OrganizationCustomRule/Description
=== RUN TestAccConfigService_serial/OrganizationCustomRule/ResourceIdScope
--- PASS: TestAccConfigService_serial (3645.06s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule (3645.06s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/LambdaFunctionArn (307.46s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/TriggerTypes (326.86s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/basic (227.41s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/errorHandling (269.43s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/InputParameters (343.14s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/ExcludedAccounts (389.54s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/TagKeyScope (364.42s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/TagValueScope (308.11s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/MaximumExecutionFrequency (330.23s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/ResourceTypesScope (312.46s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/disappears (237.44s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/Description (326.96s)
--- PASS: TestAccConfigService_serial/OrganizationCustomRule/ResourceIdScope (308.29s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 3659.078s
% make testacc TESTARGS='-run=TestAccConfigService_serial/OrganizationCustomPolicyRule' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/OrganizationCustomPolicyRule -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/OrganizationCustomPolicyRule
=== RUN TestAccConfigService_serial/OrganizationCustomPolicyRule/basic
=== RUN TestAccConfigService_serial/OrganizationCustomPolicyRule/disappears
=== RUN TestAccConfigService_serial/OrganizationCustomPolicyRule/policyText
--- PASS: TestAccConfigService_serial (563.54s)
--- PASS: TestAccConfigService_serial/OrganizationCustomPolicyRule (563.54s)
--- PASS: TestAccConfigService_serial/OrganizationCustomPolicyRule/basic (270.93s)
--- PASS: TestAccConfigService_serial/OrganizationCustomPolicyRule/disappears (193.41s)
--- PASS: TestAccConfigService_serial/OrganizationCustomPolicyRule/policyText (274.66s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 575.052s
% make testacc TESTARGS='-run=TestAccConfigService_serial/OrganizationConformancePack' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/OrganizationConformancePack -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/OrganizationConformancePack
=== RUN TestAccConfigService_serial/OrganizationConformancePack/disappears
=== RUN TestAccConfigService_serial/OrganizationConformancePack/excludedAccounts
=== RUN TestAccConfigService_serial/OrganizationConformancePack/inputParameters
=== RUN TestAccConfigService_serial/OrganizationConformancePack/updateInputParameters
=== RUN TestAccConfigService_serial/OrganizationConformancePack/updateS3Delivery
=== RUN TestAccConfigService_serial/OrganizationConformancePack/updateTemplateBody
=== RUN TestAccConfigService_serial/OrganizationConformancePack/basic
=== RUN TestAccConfigService_serial/OrganizationConformancePack/updateName
=== RUN TestAccConfigService_serial/OrganizationConformancePack/S3Delivery
=== RUN TestAccConfigService_serial/OrganizationConformancePack/S3Template
=== RUN TestAccConfigService_serial/OrganizationConformancePack/updateS3Template
--- PASS: TestAccConfigService_serial (4422.46s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack (4422.46s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack/disappears (414.82s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack/excludedAccounts (770.43s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack/inputParameters (414.49s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack/updateInputParameters (743.49s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack/updateS3Delivery (588.02s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack/updateTemplateBody (722.41s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack/basic (431.27s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack/updateName (886.44s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack/S3Delivery (453.69s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack/S3Template (452.99s)
--- PASS: TestAccConfigService_serial/OrganizationConformancePack/updateS3Template (656.33s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 4433.701s
% make testacc TESTARGS='-run=TestAccConfigService_serial/OrganizationManagedRule' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/OrganizationManagedRule -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/OrganizationManagedRule
=== RUN TestAccConfigService_serial/OrganizationManagedRule/ResourceIdScope
=== RUN TestAccConfigService_serial/OrganizationManagedRule/ResourceTypesScope
=== RUN TestAccConfigService_serial/OrganizationManagedRule/TagKeyScope
=== RUN TestAccConfigService_serial/OrganizationManagedRule/TagValueScope
=== RUN TestAccConfigService_serial/OrganizationManagedRule/disappears
=== RUN TestAccConfigService_serial/OrganizationManagedRule/ExcludedAccounts
=== RUN TestAccConfigService_serial/OrganizationManagedRule/MaximumExecutionFrequency
=== RUN TestAccConfigService_serial/OrganizationManagedRule/InputParameters
=== RUN TestAccConfigService_serial/OrganizationManagedRule/RuleIdentifier
=== RUN TestAccConfigService_serial/OrganizationManagedRule/basic
=== RUN TestAccConfigService_serial/OrganizationManagedRule/errorHandling
=== RUN TestAccConfigService_serial/OrganizationManagedRule/Description
--- PASS: TestAccConfigService_serial (2055.53s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule (2055.53s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/ResourceIdScope (308.59s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/ResourceTypesScope (294.03s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/TagKeyScope (326.27s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/TagValueScope (330.77s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/disappears (222.88s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/ExcludedAccounts (329.42s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/MaximumExecutionFrequency (303.68s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/InputParameters (290.47s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/RuleIdentifier (305.01s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/basic (241.67s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/errorHandling (201.80s)
--- PASS: TestAccConfigService_serial/OrganizationManagedRule/Description (301.21s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 2069.318s
% make testacc TESTARGS='-run=TestAccConfigServiceAggregateAuthorization_' PKG=configservice ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 2 -run=TestAccConfigServiceAggregateAuthorization_ -timeout 360m
=== RUN TestAccConfigServiceAggregateAuthorization_basic
=== PAUSE TestAccConfigServiceAggregateAuthorization_basic
=== RUN TestAccConfigServiceAggregateAuthorization_disappears
=== PAUSE TestAccConfigServiceAggregateAuthorization_disappears
=== RUN TestAccConfigServiceAggregateAuthorization_tags
=== PAUSE TestAccConfigServiceAggregateAuthorization_tags
=== CONT TestAccConfigServiceAggregateAuthorization_basic
=== CONT TestAccConfigServiceAggregateAuthorization_tags
--- PASS: TestAccConfigServiceAggregateAuthorization_basic (22.53s)
=== CONT TestAccConfigServiceAggregateAuthorization_disappears
--- PASS: TestAccConfigServiceAggregateAuthorization_disappears (16.91s)
--- PASS: TestAccConfigServiceAggregateAuthorization_tags (47.46s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 59.457s
% make testacc TESTARGS='-run=TestAccConfigService_serial/RetentionConfiguration/basic' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/RetentionConfiguration/basic -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/RetentionConfiguration
=== RUN TestAccConfigService_serial/RetentionConfiguration/basic
--- PASS: TestAccConfigService_serial (44.48s)
--- PASS: TestAccConfigService_serial/RetentionConfiguration (44.48s)
--- PASS: TestAccConfigService_serial/RetentionConfiguration/basic (44.47s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 55.435s
% make testacc TESTARGS='-run=TestAccConfigService_serial/RetentionConfiguration/disappears' PKG=configservice
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/configservice/... -v -count 1 -parallel 20 -run=TestAccConfigService_serial/RetentionConfiguration/disappears -timeout 360m
=== RUN TestAccConfigService_serial
=== PAUSE TestAccConfigService_serial
=== CONT TestAccConfigService_serial
=== RUN TestAccConfigService_serial/RetentionConfiguration
=== RUN TestAccConfigService_serial/RetentionConfiguration/disappears
--- PASS: TestAccConfigService_serial (30.70s)
--- PASS: TestAccConfigService_serial/RetentionConfiguration (30.70s)
--- PASS: TestAccConfigService_serial/RetentionConfiguration/disappears (30.70s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/configservice 41.581s
@FaHeymann Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.39.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! |
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. |
Community Note
Closes #4427.
Closes #29125.
Closes #33742.
Relates #32976.
Closes #25254.
Relates #27262.
Closes #13305.
Release note for CHANGELOG:
Output from acceptance testing: