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

d/aws_default_tags: Fix regression with null vs. empty map #27377

Merged
merged 3 commits into from
Oct 21, 2022

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    a4fdefd View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry.

    ewbankkit committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    244eefb View commit details
    Browse the repository at this point in the history
  3. d/aws_default_tags: Add 'TestAccMetaDefaultTagsDataSource_MigrateFrom…

    …PluginSDK_Empty'.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccMetaDefaultTagsDataSource_MigrateFromPluginSDK' PKG=meta
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/meta/... -v -count 1 -parallel 20  -run=TestAccMetaDefaultTagsDataSource_MigrateFromPluginSDK -timeout 180m
    === RUN   TestAccMetaDefaultTagsDataSource_MigrateFromPluginSDK_Empty
    === PAUSE TestAccMetaDefaultTagsDataSource_MigrateFromPluginSDK_Empty
    === CONT  TestAccMetaDefaultTagsDataSource_MigrateFromPluginSDK_Empty
    --- PASS: TestAccMetaDefaultTagsDataSource_MigrateFromPluginSDK_Empty (48.27s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/meta	52.656s
    ewbankkit committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    4c5a61a View commit details
    Browse the repository at this point in the history