Skip to content

Instantly share code, notes, and snippets.

@VannaDii
Created October 5, 2018 14:44
Show Gist options
  • Save VannaDii/24d363dd355c7d121067cdf2d3aa65d9 to your computer and use it in GitHub Desktop.
Save VannaDii/24d363dd355c7d121067cdf2d3aa65d9 to your computer and use it in GitHub Desktop.
Find unique variables in Terraform files
grep -ohe '\${var\.[0-9a-zA-Z_.]*}' ./*.tf | sort --unique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment