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.
terragrunt output ecdsa_p256_public_key_data
1 parent c6dfdcc commit ca2d6d5Copy full SHA for ca2d6d5
deployment/modules/gcp/cloudbuild/preloaded/main.tf
@@ -109,6 +109,7 @@ resource "google_cloudbuild_trigger" "build_trigger" {
109
name = "alpine/terragrunt"
110
script = <<EOT
111
terragrunt --terragrunt-non-interactive --terragrunt-no-color apply -auto-approve -no-color 2>&1
112
+ terragrunt output ecdsa_p256_public_key_data
113
EOT
114
dir = "deployment/live/gcp/static-ct-staging/logs/arche2025h1"
115
env = [
0 commit comments