We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22a1cd commit 60cfcd5Copy full SHA for 60cfcd5
build/int.cloudbuild.yaml
@@ -72,7 +72,7 @@ steps:
72
set -e
73
go install github.com/minamijoyo/[email protected]
74
75
- # Add `deletion_protection = false` to google_container_cluste.default resources
+ # Add `deletion_protection = false` to google_container_cluster.default resources
76
find . -name "*.tf" -print | xargs -t -I {} $$GOPATH/bin/hcledit attribute append resource.google_container_cluster.default.deletion_protection 'false' -u -f {} || true
77
78
- id: prepare
0 commit comments