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

17 lines
296 B
Makefile

.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
plan: .terraform.lock.hcl
terraform plan
apply: .terraform.lock.hcl
terraform apply -auto-approve