diff --git a/README.md b/README.md index dcb755e..a45a327 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add the following to your `pipeline.yml`: steps: - command: ~ plugins: - - fatzebra/terragrunt-workspace#v1.4.6: + - fatzebra/terragrunt-workspace#v1.4.7: module_dir: "test/test/" ``` @@ -52,7 +52,7 @@ After adding the docker plugin you also need to run the module discovery as a co steps: - command: buildkite-agent meta-data set terragrunt-workspace-module-groups "$(terragrunt output-module-groups --terragrunt-working-dir /test/test)" plugins: - - fatzebra/terragrunt-workspace#v1.4.6: + - fatzebra/terragrunt-workspace#v1.4.7: module_dir: "test/test/" - docker#v5.11.0: image: "devopsinfra/docker-terragrunt:aws-tf-1.9.7-tg-0.67.16" diff --git a/hooks/post-command b/hooks/post-command index 67e01c8..b988571 100755 --- a/hooks/post-command +++ b/hooks/post-command @@ -232,11 +232,11 @@ ${step_args[@]} prompt: Apply changes? - label: \":terragrunt: [${BUILDKITE_LABEL}] Apply Modules\" - key: \"apply-${JOB_ID}\" + key: \"apply:${JOB_ID}\" command: |- ${refresh_commands[@]} mkdir -p .plans - buildkite-agent artifact download '.plans/**' .plans --step 'plan-${JOB_ID}' + buildkite-agent artifact download '.plans/**' .plans --step 'plan:${JOB_ID}' for module in \$\$(buildkite-agent meta-data get modules); do echo \"+++ applying \$\${module}\" ${plan_decryption_command}