peter-murray/Terraform tfvars file generator
Generates a a tfvars file for use with terraform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| outputDir | The output directory for the generated file. | yes | ${{ github.workspace }} |
| name | The name of the tfvars file to create | yes | terraform |
| overwrite | A flag to overwrite an existing file if it already exists | yes | true |
| auto | Whether or not to generate an 'auto' tfvars file | yes | false |
| content | The content of the tfvars file | yes | — |
Outputs
| name | description |
|---|---|
| tfvars_file | The fully qualified path to the tfvars file that was generated |