All checks were successful
terraform-lint / terraform-lint (push) Successful in 6s
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%