peter-murray/Terraform tfvars file generator

Generates a a tfvars file for use with terraform

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
outputDirThe output directory for the generated file.yes${{ github.workspace }}
nameThe name of the tfvars file to createyesterraform
overwriteA flag to overwrite an existing file if it already existsyestrue
autoWhether or not to generate an 'auto' tfvars fileyesfalse
contentThe content of the tfvars fileyes
namedescription
tfvars_fileThe fully qualified path to the tfvars file that was generated