You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Simple Tool to Generate Variables file from Terraform Configuration. It will find all *.tf files in current directory, and generate variables.tf file. If you already have this file, it will ask to override it.
Version
Supports
0.11.*
yes
0.12.*
yes
0.13.*
yes
Build
go build.
Usage
./terraform-variables-generator
It will find all*.tf files in current directory, and generate variables.tf file. If you already have this file, it will ask to override it.