Skip to content

Spurious ActiveEncryptionCertificate changes in Cognito identity providers #38495

Open
@tilgovi

Description

Terraform Core Version

1.3.9

AWS Provider Version

5.59.0

Affected Resource(s)

Per #35588, this issue was fixed, however the issue seems linked to two different PRs and I'm not sure that either one actually fixed the issue. The PR addresses a related issue with an error on apply, but the original bug report was about a spurious diff that I think is still present.

Expected Behavior

Terraform apply should show no differences.

Actual Behavior

  ~ resource "aws_cognito_identity_provider" "<redacted>" {
        id                = "<redacted>"
      ~ provider_details  = {
          - "ActiveEncryptionCertificate" = "<redacted>" -> null
            # (3 unchanged elements hidden)
        }
        # (5 unchanged attributes hidden)
    }

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

Please see the original bug report.

Steps to Reproduce

Please see the original bug report.

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

None

Metadata

Assignees

No one assigned

    Labels

    bugAddresses a defect in current functionality.service/cognitoidpIssues and PRs that pertain to the cognitoidp service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions