2021-02-08 10:09:32 +07:00
|
|
|
.POSIX:
|
|
|
|
|
|
|
|
default: init apply
|
|
|
|
|
|
|
|
init:
|
|
|
|
terraform init
|
|
|
|
|
|
|
|
plan:
|
2021-03-21 18:22:13 +07:00
|
|
|
source ../metal/secrets/env \
|
|
|
|
&& terraform plan
|
2021-02-08 10:09:32 +07:00
|
|
|
|
|
|
|
apply:
|
2021-03-21 18:22:13 +07:00
|
|
|
source ../metal/secrets/env \
|
|
|
|
&& terraform apply
|