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 72d27ec commit af61cadCopy full SHA for af61cad
infra/Makefile
@@ -6,7 +6,7 @@ tf_cmd = AWS_PROFILE=$(AWS_PROFILE) terraform
6
7
project_name = immunisation
8
project_short_name = imms
9
-tf_state=-backend-config="bucket=immunisation-preprod-infra-terraform-state-files"
+tf_state=-backend-config="$(BUCKET_NAME)"
10
11
12
.PHONY : lock-provider workspace init plan apply clean destroy output state-list lambda-zip catch-all-zip
0 commit comments