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

r/aws_route53profiles_profile: fix inconsistent result on tags update #39613

Merged
merged 1 commit into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. r/aws_route53profiles_profile: fix inconsistent result on tags update

    Various computed attributes on the `aws_route53profiles_profile` resource were missing `UseStateForUnknown` plan modifiers, causing tag updates to fail. A changelog entry is not necessary for this fix as this resource has not yet been formally released.
    
    ```console
    % make testacc PKG=route53profiles TESTS=TestAccRoute53ProfilesProfile_
    make: Verifying source code with gofmt...
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.23.2 test ./internal/service/route53profiles/... -v -count 1 -parallel 20 -run='TestAccRoute53ProfilesProfile_'  -timeout 360m
    
    --- PASS: TestAccRoute53ProfilesProfile_disappears (13.83s)
    --- PASS: TestAccRoute53ProfilesProfile_basic (16.47s)
    --- PASS: TestAccRoute53ProfilesProfile_tags (34.37s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/route53profiles    39.581s
    ```
    jar-b committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8943aac View commit details
    Browse the repository at this point in the history