Munjal A Patel

Results 40 comments of Munjal A Patel
trafficstars

Found out that it is supported. https://github.com/drowzy/hxl/blob/2f9295c10c8d3d4a2f6090683e9aa62d5d903705/src/hcl_parser.yrl#L196 So, fixed my code by adding a missing `space` like below. ``` action "transform_data" { js =

Thanks Simon :)

The only difference is that you used `tokenized` while I am using `devode_file` **test.hcl** ```hcl action "transform_data" { js =

@jself I am also running into the same issue. How did you end up solving this?

Thanks @kaukas . Setting consistency keeps erroring with message of syntax error.

I think #6 and #7 has the answers I need. Not sure if you want to provide any additional comment / context @tessi

@tessi tbh, I think use of `DirtyCPU` for module compilation is fair given one-time cost -- provided there is an easy mechanism to preserve compiled / initialized modules to the...

@bplunkett-stripe Thanks for the suggestions on this PR! I’m happy to incorporate improvements. However, in my testing, I noticed an issue: when we create a new database from a template...

``` pulumi package add terraform-provider kestra-io/kestra ``` ^^ works quite well using [Pulumi Any Terraform Provider](https://www.pulumi.com/blog/any-terraform-provider)