mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 14:56:49 +07:00
ed1a4e8aef
So the last modified date on the lock file is older than the versions file
14 lines
239 B
Makefile
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
|