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 d2472ad commit 58acb89Copy full SHA for 58acb89
azure/azure-pr-teardown-pipeline.yml
@@ -45,7 +45,6 @@ jobs:
45
46
- bash: |
47
export AWS_PROFILE=apim-dev
48
- export BUCKET_NAME=immunisation--terraform-state-files
49
account_id="$(aws sts get-caller-identity --query Account --output text)"
50
51
cd terraform
infra/Makefile
@@ -20,7 +20,7 @@ init:
20
$(tf_cmd) init $(tf_state) -upgrade $(tf_vars)
21
22
init-reconfigure:
23
- $(tf_cmd) init $(tf_state) -upgrade $(tf_vars) -reconfigure
+ $(tf_cmd) init -reconfigure $(tf_state) -upgrade
24
25
plan: workspace
26
$(tf_cmd) plan $(tf_vars)
0 commit comments