151c5a26b3886d5807c27a9113f39b81265ac984
All checks were successful
terraform-lint / terraform-lint (push) Successful in 5s
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
Languages
HCL
100%