diff --git a/.github/workflows/tf_sample.yaml b/.github/workflows/tf_sample.yaml index 787fcd22..2196b432 100644 --- a/.github/workflows/tf_sample.yaml +++ b/.github/workflows/tf_sample.yaml @@ -57,6 +57,7 @@ jobs: arg_backend_config: ${{ contains(matrix.dir, 'bucket') && format('backend/{0}.tfbackend', matrix.env) || '' }} arg_var_file: ${{ contains(matrix.dir, 'instance') && format('env/{0}.tfvars', matrix.env) || '' }} arg_workspace: ${{ matrix.env }} + arg_detailed_exitcode: true arg_or_create: true cache_plugins: true encrypt_passphrase: ${{ secrets.TF_ENCRYPTION }}