hashicorp / terraform-provider-template

Terraform template provider
https://www.terraform.io/docs/providers/template/
Mozilla Public License 2.0
131 stars 89 forks source link

update syntax as vars is not a block #67

Closed krantzinator closed 5 years ago

krantzinator commented 5 years ago

Including a vars argument without = returns the error

Blocks of type "vars" are not expected here. Did you mean to define argument
"vars"? If so, use the equals sign to assign it a value.
apparentlymart commented 5 years ago

Whoops! Thanks, @krantzinator! :taco: