khuedoan-homelab/external/Makefile
Khue Doan ed1a4e8aef build(external): touch Terraform lock file after init
So the last modified date on the lock file is older than the versions
file
2021-12-11 23:48:26 +07:00

14 lines
239 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
apply: .terraform.lock.hcl
terraform apply