Skip to content

Commit

Permalink
Replace shutdown script example in README with simple metadata key/va…
Browse files Browse the repository at this point in the history
…lue pair
  • Loading branch information
Jberlinsky committed Jan 5, 2019
1 parent 4d554a0 commit be720e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module "gke" {
all = {}
default-node-pool = {
shutdown-script = "${file(var.kube_shutdown_script)}"
node-pool-metadata-custom-value = "my-node-pool"
}
}
Expand Down

0 comments on commit be720e6

Please sign in to comment.