Skip to content

Commit

Permalink
fix: remove whole tags from public and private subnets
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Nov 30, 2023
1 parent 1103c7a commit 5e0d708
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ resource "aws_subnet" "public" {
lifecycle {
# Ignore tags added by kubernetes
ignore_changes = [
tags,
tags["kubernetes.io"],
tags["SubnetType"],
]
Expand Down Expand Up @@ -216,7 +215,6 @@ resource "aws_subnet" "private" {
lifecycle {
# Ignore tags added by kubernetes
ignore_changes = [
tags,
tags["kubernetes.io"],
tags["SubnetType"],
]
Expand Down

0 comments on commit 5e0d708

Please sign in to comment.