khuedoan-homelab/infra/Makefile
2021-03-21 18:22:13 +07:00

15 lines
168 B
Makefile

.POSIX:
default: init apply
init:
terraform init
plan:
source ../metal/secrets/env \
&& terraform plan
apply:
source ../metal/secrets/env \
&& terraform apply