ricardoe

Results 1 issues of ricardoe

### Description Hello, thanks for the plugin. I'm using Terraform [templatefile](https://www.terraform.io/docs/language/functions/templatefile.html) function to parameterize some queries, therefore I can have SQL like: ``` SELECT _entity.*, FROM `${project}.other_table` WHERE field IS...