VC 151c5a26b3
All checks were successful
terraform-lint / terraform-lint (push) Successful in 5s
🎨: add tflint
2025-11-13 09:36:25 +01:00
2025-11-13 09:36:25 +01:00
2025-11-13 09:26:40 +01:00
2025-10-23 09:17:44 +02:00
2025-10-23 09:17:44 +02:00
2025-10-23 08:56:53 +02:00
2025-10-22 11:44:05 +02:00
2025-10-23 08:56:53 +02:00
2025-11-13 09:26:40 +01:00
2025-11-10 09:13:01 +01:00
2025-11-10 09:13:01 +01:00

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
Description
Garage Tofu
Readme WTFPL 40 KiB
Languages
HCL 100%