terraform-variables-generator icon indicating copy to clipboard operation
terraform-variables-generator copied to clipboard

Simple Tool for Generate Variables file from Terraform Configuration

Results 3 terraform-variables-generator issues
Sort by recently updated
recently updated
newest added

The software is not recognized unless you run it in the directory where it's installed (which means you'd need all the Terraform files in that exact location) or type out...

It will generate variables even if those variables are commented out. Example: ``` # custom_rules { # name = "IPWhitelist" # priority = 1 # rule_type = "MatchRule" # match_conditions...

Hi, I downloaded the binary and also tried to compile but get a issue. When I run the binary I get an empty generate_variables.tf file. I am using the older...