Jacob Lärfors
Jacob Lärfors
Background: We wanted a `map[string]cty.Value` from HCL. We tried using a `map` in `cty` but that means all the values should be of the same type, e.g. this fails: ```hcl...
Are you willing to accept a dependency on the `ext/typeexpr` package from `gohcl`? If so, we would gladly provide a PR to support `typeexpr` when the target field in a...
I am working on some tooling to generate HCL and found that the `hclwrite.TokensForTraversal` method does not support the `hcl.TraverseSplat` traverser. I could also not find any use of `hcl.TraverseSplat`...
Hello! Thanks for Squirrel and I know it is "complete" but I'd consider this perhaps a bug, or at least it could be documented. When combining lots of subqueries into...
Documentation here: https://plausible.io/docs/proxy/introduction
Use the same style as the current keywords
Create a `--skip-build` option instead
Initial idea would be something like ```hcl ttl { delete_after = "2022-06-10" } ``` After that time, Terraplate would add the `-destroy` option to `terraform plan`.
Provide a `fmt` command, similar to `terraform fmt`, to format Terraplate HCL files.