Skip to content

Commit da57e02

Browse files
committed
tests: remove extra lines from our golden cluster test
This golden test was ignoring extra lines in the golden output. We want to move to a stricter comparison model; start by removing these lines so that it can be clearer.
1 parent f7113d8 commit da57e02

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/tf/serialization/testdata/cluster.golden.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ resource "google_container_cluster" "foo" {
9494
project = "my-project"
9595
release_channel = {}
9696

97-
resource_labels = {
98-
managed-by-cnrm = "true"
99-
}
100-
10197
subnetwork = "projects/my-project/regions/us-central1/subnetworks/default"
10298

10399
workload_identity_config {

0 commit comments

Comments
 (0)