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 59f4141 commit 6e54fceCopy full SHA for 6e54fce
buildspec.yml
@@ -47,7 +47,7 @@ phases:
47
# synthesize the js into terraform json with the proper node environment
48
- 'if [ "$GIT_BRANCH" = "$DEV_BRANCH" ]; then NODE_ENV=development npm run synth; else npm run synth; fi'
49
- cd cdktf.out/stacks/admin-api
50
- - terraform init
+ - 'if [ "$GIT_BRANCH" = "$DEV_BRANCH" ]; then TF_WORKSPACE=$TF_DEV_WORKSPACE terraform init; else terraform init; fi'
51
build:
52
run-as: circleci
53
commands:
0 commit comments