Skip to content

bug: Output alway change after apply #169

@hawk-nguyen-nguyen

Description

@hawk-nguyen-nguyen

Describe the bug
I'm using aws-cloudtrail version 2.10.2 . when i plan it output :

Terraform will perform the following actions:

  # module.lacework.module.main_cloudtrail.aws_cloudtrail.lacework_cloudtrail[0] will be updated in-place
  ~ resource "aws_cloudtrail" "lacework_cloudtrail" {
        id                            = "arn:aws:cloudtrail:eu-central-1:xxxxxxxxxxx:trail/lacework-cloudtrail"
        name                          = "lacework-cloudtrail"
      ~ sns_topic_name                = "lacework-ct-sns-7fc5d11f" -> "arn:aws:sns:eu-central-1:xxxxxxxxxx:lacework-ct-sns-7fc5d11f"
        tags                          = {}
        # (14 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

But it keeps coming back even after apply complete message

Steps to reproduce

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Please complete the following information):

  • Terraform Version: v1.9.8
  • Module Version 2.10.2

Run terraform version to find your Terraform version.
You can find the module version by running terraform providers or in your terraform configuration. If developing locally you can check the VERSION file in the project root directory.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions