briefercloud / layerform

Layerform helps engineers create reusable environment stacks using plain .tf files. Ideal for multiple "staging" environments.

Home Page:https://layerform.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to support Terraform input variables

lucasfcosta opened this issue · comments

  • Allow passing tfvars file in the CLI
  • Allow passing passing individual vars
  • Support all input modes Terraform does (double check)
  • Duplicate names -> Allow terraform to error out (default behaviour)
  • Use terraform.tfvars by default (from cwd)