khuedoan-homelab/infra/Makefile

13 lines
100 B
Makefile
Raw Normal View History

2021-02-08 10:09:32 +07:00
.POSIX:
default: init apply
init:
terraform init
plan:
terraform plan
apply:
terraform apply