Files
garage/README.md
VC 7ed247bdf3
All checks were successful
terraform-lint / terraform-lint (push) Successful in 3s
♻️: remove unused variables
2025-11-10 09:13:01 +01:00

431 B

How to

The environment variables you need to have:

AWS_ACCESS_KEY_ID=<REDACTED>
AWS_SECRET_ACCESS_KEY=<REDACTED>
AWS_EC2_METADATA_DISABLED=1
GARAGE_TOKEN=<REDACTED>

To execute the first time:

tofu workspace new bck
tofu apply -var-file=vars/$(tofu workspace show)/terraform.tfvars

Afterwards:

tofu workspace select bck
tofu apply -var-file=vars/$(terraform workspace show)/terraform.tfvars