khuedoan-homelab/external/Makefile

14 lines
239 B
Makefile
Raw Normal View History

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