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

🐞 Retagging of root volume #5582

Open
jacobwoffenden opened this issue Oct 8, 2024 · 0 comments
Open

🐞 Retagging of root volume #5582

jacobwoffenden opened this issue Oct 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jacobwoffenden
Copy link
Member

Describe the bug.

aws/analytical-platform-data-production/powerbi-gateway does not automatically approve due to root EBS tagging

  # module.ec2.aws_instance.ignore_ami[0] will be updated in-place
  ~ resource "aws_instance" "ignore_ami" {
        id                                   = "i-0e4ebbfb11d8afeaf"
        tags                                 = {
            "Name"                   = "data-production-powerbi"
            "application"            = "Data Platform"
            "business-unit"          = "Platforms"
            "component"              = "Analytical Platform PowerBI Gateway"
            "environment"            = "production"
            "infrastructure-support" = "data-platform:[email protected]"
            "is-production"          = "true"
            "owner"                  = "data-platform:[email protected]"
            "source-code"            = "github.com/ministryofjustice/data-platform"
        }
        # (39 unchanged attributes hidden)

      ~ root_block_device {
          ~ tags                  = {
                "Name"                   = "data-production-powerbi-root-volume"
              + "application"            = "Data Platform"
              + "business-unit"          = "Platforms"
              + "component"              = "Analytical Platform PowerBI Gateway"
              + "environment"            = "production"
              + "infrastructure-support" = "data-platform:[email protected]"
              + "is-production"          = "true"
              + "owner"                  = "data-platform:[email protected]"
              + "source-code"            = "github.com/ministryofjustice/data-platform"
            }
            # (10 unchanged attributes hidden)
        }

        # (9 unchanged blocks hidden)
    }

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

Source: #5546

To Reproduce

  1. :dependabot:

Expected Behaviour

root_block_device doesn't need retagging

Additional context

No response

@jacobwoffenden jacobwoffenden added the bug Something isn't working label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 👀 TODO
Development

No branches or pull requests

1 participant