Skip to content

Commit 58acb89

Browse files
committed
VED-507: fix initialization issue
1 parent d2472ad commit 58acb89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
4646
- bash: |
4747
export AWS_PROFILE=apim-dev
48-
export BUCKET_NAME=immunisation--terraform-state-files
4948
account_id="$(aws sts get-caller-identity --query Account --output text)"
5049
5150
cd terraform

infra/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ init:
2020
$(tf_cmd) init $(tf_state) -upgrade $(tf_vars)
2121

2222
init-reconfigure:
23-
$(tf_cmd) init $(tf_state) -upgrade $(tf_vars) -reconfigure
23+
$(tf_cmd) init -reconfigure $(tf_state) -upgrade
2424

2525
plan: workspace
2626
$(tf_cmd) plan $(tf_vars)

0 commit comments

Comments
 (0)