khuedoan-homelab/external/Makefile
2021-12-11 12:12:18 +07:00

13 lines
212 B
Makefile

.POSIX:
default: apply
~/.terraform.d/credentials.tfrc.json:
terraform login
.terraform.lock.hcl: ~/.terraform.d/credentials.tfrc.json versions.tf
terraform init
apply: .terraform.lock.hcl
terraform apply