khuedoan-homelab/infra/Makefile
2021-02-11 18:20:54 +07:00

13 lines
100 B
Makefile

.POSIX:
default: init apply
init:
terraform init
plan:
terraform plan
apply:
terraform apply