We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TF_VAR_deploy_stage=test
terraform plan
1 parent 9909e94 commit 99d5e45Copy full SHA for 99d5e45
package.json
@@ -10,7 +10,7 @@
10
"production-install": "yarn install --modules-folder=./build/node_modules --production=true",
11
"zip-graphql": "yarn run production-install && git archive -9 -o ./build/graphql.zip HEAD:src/graphql && cd build && zip -ur ./graphql.zip . -i \"node_modules/*\"",
12
"zip": "yarn run zip-graphql",
13
- "test-deploy-plan": "TF_VAR_deploy_stage=test yarn run zip && terraform plan -out=./infrastructure/deployment/test/terraform.tfstate",
+ "test-deploy-plan": "yarn run zip && TF_VAR_deploy_stage=test terraform plan -out=./infrastructure/deployment/test/terraform.tfstate",
14
"test-deploy": "TF_VAR_deploy_stage=test yarn run test-deploy-plan && terraform apply ./infrastructure/deployment/test/terraform.tfstate"
15
},
16
"dependencies": {
0 commit comments