Skip to content

Commit

Permalink
fix the tags for eks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Yadav committed Sep 13, 2019
1 parent 6eb3fb2 commit 3a642cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ resource "aws_subnet" "public" {
lifecycle {
# Ignore tags added by kubernetes
ignore_changes = [
tags.kubernetes,
tags.SubnetType,
"tags",
tags["kubernetes.io"],
tags["SubnetType"],
]
}
}
Expand Down

0 comments on commit 3a642cf

Please sign in to comment.