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 af61cad commit dd591bbCopy full SHA for dd591bb
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_NAME)"
+tf_state=-backend-config="bucket=$(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