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 5c801b4 commit e97bccaCopy full SHA for e97bcca
build/int.cloudbuild.yaml
@@ -73,7 +73,7 @@ steps:
73
go install github.com/minamijoyo/[email protected]
74
75
# 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
+ find ./gke -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
79
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
0 commit comments