Skip to content

Commit

Permalink
Ignore changes to cluster resource labels (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Keel authored Dec 22, 2021
1 parent 52135d3 commit 310481a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vpc-native-beta/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ resource "google_container_cluster" "cluster" {
}

resource_labels = {
kubernetescluster = var.name
kubernetescluster = var.name,
}

lifecycle {
Expand All @@ -122,7 +122,7 @@ resource "google_container_cluster" "cluster" {
node_config,
network,
subnetwork,
resource_labels,
]
}
}

2 changes: 1 addition & 1 deletion vpc-native/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ resource "google_container_cluster" "cluster" {
node_pool,
network,
subnetwork,
resource_labels,
]
}
}

0 comments on commit 310481a

Please sign in to comment.