Update CLI for Terraform state backend @aknysh (#7)
what
- Update CLI for Terraform state backend
why
- Move the backend config logic from the
variant
files into YAML configuration - Separate the backend configs from Terraform configs - do not pollute Terraform vars with not-related variables
- Make
terraform-backend.variant
completely generic - it will work with any backends (e.g.s3
,remote
) and is completely configuration driven