v0.32.6
Modules affected
terraform
Description
- Added functions to read Terraform variables from a vars file (e.g.,
.tfvars
file):terraform.GetAllVariablesFromVarFile
,terraform.GetVariableAsStringFromVarFile
, etc. See the GoDoc for full details!
Special thanks
Special thanks to @alpacamybags118 for the contribution!