Removed key declaration
This commit is contained in:
parent
680b849179
commit
e0ac1a5d88
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -1,7 +1,4 @@
|
||||||
CODE_PATH ?= .
|
CODE_PATH ?= .
|
||||||
HETZNERKEY ?= .
|
|
||||||
B2ACCESS ?= .
|
|
||||||
B2SECRET ?= .
|
|
||||||
|
|
||||||
init:
|
init:
|
||||||
@cd $(CODE_PATH) && terraform init -reconfigure -upgrade -backend-config="access_key=$(B2ACCESS)" -backend-config="secret_key=$(B2SECRET)"
|
@cd $(CODE_PATH) && terraform init -reconfigure -upgrade -backend-config="access_key=$(B2ACCESS)" -backend-config="secret_key=$(B2SECRET)"
|
||||||
|
|
Loading…
Reference in a new issue