Skip to content

Commit

Permalink
tests: remove extra lines from our golden cluster test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
justinsb committed Feb 21, 2024
1 parent f7113d8 commit da57e02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/tf/serialization/testdata/cluster.golden.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ resource "google_container_cluster" "foo" {
project = "my-project"
release_channel = {}

resource_labels = {
managed-by-cnrm = "true"
}

subnetwork = "projects/my-project/regions/us-central1/subnetworks/default"

workload_identity_config {
Expand Down

0 comments on commit da57e02

Please sign in to comment.