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

b/Config Service rule: Prevent duplication on name change #15136

Merged

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    041e73c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    c899095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c6c263 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    320729d View commit details
    Browse the repository at this point in the history
  4. Run 'make gen'.

    ewbankkit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    aa1b485 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e644e55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a06a14d View commit details
    Browse the repository at this point in the history
  7. Add CHANGELOG entry.

    ewbankkit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b9a7478 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    886c01b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f167a3b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    4cdc96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a87dde8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c884140 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27ad354 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    858a2a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    56b96ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ec3154 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    966cedd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3bae74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84b37c4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into HEAD

    # Conflicts:
    #	go.mod
    #	go.sum
    ewbankkit committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    efd63c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    0a9cc35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12cee57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c26d239 View commit details
    Browse the repository at this point in the history
  4. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccCloudHSMV2_serial/Cluster/basic' PKG=cloudhsmv2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/cloudhsmv2/... -v -count 1 -parallel 20  -run=TestAccCloudHSMV2_serial/Cluster/basic -timeout 360m
    === RUN   TestAccCloudHSMV2_serial
    === PAUSE TestAccCloudHSMV2_serial
    === CONT  TestAccCloudHSMV2_serial
    === RUN   TestAccCloudHSMV2_serial/Cluster
    === RUN   TestAccCloudHSMV2_serial/Cluster/basic
    --- PASS: TestAccCloudHSMV2_serial (200.15s)
        --- PASS: TestAccCloudHSMV2_serial/Cluster (200.15s)
            --- PASS: TestAccCloudHSMV2_serial/Cluster/basic (200.15s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudhsmv2	211.122s
    ewbankkit committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    232a7cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab8641a View commit details
    Browse the repository at this point in the history
  6. r/aws_config_configuration_recorder_status: Fix 'NoSuchConfigurationR…

    …ecorderException' error when stopping Configuration Recorder.
    ewbankkit committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3c58a17 View commit details
    Browse the repository at this point in the history
  7. r/aws_config_delivery_channel: Fix 'NoSuchDeliveryChannelException' e…

    …rror when deleting Delivery Channel.
    ewbankkit committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6f34a69 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86200eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cec34f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cef7310 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d821be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    63fd578 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ab7705 View commit details
    Browse the repository at this point in the history
  14. r/aws_config_remediation_configuration: Fix 'NoSuchRemediationConfigu…

    …rationException' error when deleting Remediation Configuration.
    ewbankkit committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8606998 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    61f42cf View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    d780784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89a3806 View commit details
    Browse the repository at this point in the history
  3. r/aws_config_organization_custom_policy_rule: Run acceptance tests as…

    … part of 'TestAccConfigService_serial'.
    ewbankkit committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    9711ad7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    77d0e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4006a8 View commit details
    Browse the repository at this point in the history
  3. r/aws_config_organization_conformance_pack: Make waiters similar to O…

    …rganization Config Rule.
    ewbankkit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a4f7479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cc979d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfca002 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58bf0a4 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into HEAD

    # Conflicts:
    #	go.mod
    #	go.sum
    ewbankkit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9fb6936 View commit details
    Browse the repository at this point in the history
  8. Acceptance test output:

    % make testacc TESTARGS='-run=TestAccConfigService_serial/^ConfigRule$$/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/^ConfigRule$/basic -timeout 360m
    === RUN   TestAccConfigService_serial
    === PAUSE TestAccConfigService_serial
    === CONT  TestAccConfigService_serial
    === RUN   TestAccConfigService_serial/ConfigRule
    === RUN   TestAccConfigService_serial/ConfigRule/basic
    --- PASS: TestAccConfigService_serial (97.53s)
        --- PASS: TestAccConfigService_serial/ConfigRule (97.53s)
            --- PASS: TestAccConfigService_serial/ConfigRule/basic (97.53s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/configservice	108.514s
    ewbankkit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3960a2b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e42128d View commit details
    Browse the repository at this point in the history
  10. Acceptance test output:

    % 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
    ewbankkit committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1c452eb View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    dca9617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea8fc65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba41d3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    143552f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c41529 View commit details
    Browse the repository at this point in the history
  6. Acceptance test output:

    % 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
    ewbankkit committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7813f69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45ad658 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e190f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    288fc8c View commit details
    Browse the repository at this point in the history
  10. r/aws_config_rule: Fix `InvalidParameterValueException: PolicyText is…

    … required when Owner is CUSTOM_POLICY` errors on resource Update.
    ewbankkit committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    558edba View commit details
    Browse the repository at this point in the history
  11. Acceptance test output:

    % 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
    ewbankkit committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    159e45d View commit details
    Browse the repository at this point in the history
  12. r/aws_config_configuration_aggregator: No need to call 'PutConfigurat…

    …ionAggregator' if only 'tags' change.
    ewbankkit committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a37622a View commit details
    Browse the repository at this point in the history
  13. Acceptance test output:

    % 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
    ewbankkit committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1a2b956 View commit details
    Browse the repository at this point in the history
  14. Update 15136.txt

    ewbankkit committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    668d194 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    65ff05b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3ff58fd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    45dd46d View commit details
    Browse the repository at this point in the history