khuedoan-homelab/infra/Makefile

15 lines
168 B
Makefile
Raw Normal View History

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