Skip to content

Commit

Permalink
Modify test to use lowercase, add case diff suppress on node config i…
Browse files Browse the repository at this point in the history
…mage_type (#4029)
  • Loading branch information
slevenick authored Oct 2, 2020
1 parent 49de8cd commit 73d8cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,7 @@ resource "google_container_cluster" "with_node_config" {
}

// Updatable fields
image_type = "COS"
image_type = "cos"
}
}
`, clusterName)
Expand Down
1 change: 1 addition & 0 deletions third_party/terraform/utils/node_config.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func schemaNodeConfig() *schema.Schema {
Type: schema.TypeString,
Optional: true,
Computed: true,
DiffSuppressFunc: caseDiffSuppress,
},

"labels": {
Expand Down

0 comments on commit 73d8cdb

Please sign in to comment.