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

chore: remove extra tags from subnets #150

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

soerenmartius
Copy link
Contributor

No description provided.

@soerenmartius soerenmartius requested a review from a team as a code owner April 23, 2024 12:25
Copy link

github-actions bot commented Apr 23, 2024

Preview of Terraform changes in dda7807

🔍 View Details on Terramate Cloud

Changed Stacks

prod/us-east-1/vpc

Terraform Plan

terramate: Entering stack in /stacks/prod/us-east-1/vpc
terramate: Executing command "terraform show -no-color out.tfplan"

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.vpc.aws_subnet.private[0] will be updated in-place
  ~ resource "aws_subnet" "private" {
        id                                             = "subnet-0b687a1a99e5dc199"
      ~ tags                                           = {
            "Environment" = "prd"
          - "Foo"         = "bar" -> null
            "Name"        = "prd-vpc-private-us-east-1a"
            "Terraform"   = "true"
            "Tier"        = "private"
        }
      ~ tags_all                                       = {
          - "Foo"         = "bar" -> null
            # (4 unchanged elements hidden)
        }
        # (15 unchanged attributes hidden)
    }

  # module.vpc.aws_subnet.private[1] will be updated in-place
  ~ resource "aws_subnet" "private" {
        id                                             = "subnet-020f7a564e63b7e52"
      ~ tags                                           = {
            "Environment" = "prd"
          - "Foo"         = "bar" -> null
            "Name"        = "prd-vpc-private-us-east-1b"
            "Terraform"   = "true"
            "Tier"        = "private"
        }
      ~ tags_all                                       = {
          - "Foo"         = "bar" -> null
            # (4 unchanged elements hidden)
        }
        # (15 unchanged attributes hidden)
    }

  # module.vpc.aws_subnet.private[2] will be updated in-place
  ~ resource "aws_subnet" "private" {
        id                                             = "subnet-00ac668e5d9b48944"
      ~ tags                                           = {
            "Environment" = "prd"
          - "Foo"         = "bar" -> null
            "Name"        = "prd-vpc-private-us-east-1c"
            "Terraform"   = "true"
            "Tier"        = "private"
        }
      ~ tags_all                                       = {
          - "Foo"         = "bar" -> null
            # (4 unchanged elements hidden)
        }
        # (15 unchanged attributes hidden)
    }

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

@soerenmartius soerenmartius merged commit b01531b into main Apr 23, 2024
1 check passed
@soerenmartius soerenmartius deleted the soerenmartius/remove-extra-tags branch April 23, 2024 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant