Skip to content

Commit b23a8e8

Browse files
committed
Replace shutdown script example in README with simple metadata key/value pair
1 parent 2705250 commit b23a8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module "gke" {
5656
all = {}
5757
5858
default-node-pool = {
59-
shutdown-script = "${file(var.kube_shutdown_script)}"
59+
node-pool-metadata-custom-value = "my-node-pool"
6060
}
6161
}
6262

0 commit comments

Comments
 (0)