Martin Atkins

Results 1242 comments of Martin Atkins

Thanks for confirming, @engineertdog! Given that, I think there is another potential design for this use-case: Today Terraform only supports built-in types in its type constraints, but it would be...

Hi @jamiet-msm, My proposal above was more limited than what you've described here: I was proposing to allow providers to export specific named types that would not necessarily be full...

Hi @sylvainmouquet! Thanks for this feedback. From what you've described, it sounds like you are intending to create a server reimplementing some or all of HCP Terraform's API, and then...

Thanks for that extra context, @sylvainmouquet. There are some existing issues that overlap with some of that feedback: - https://github.com/hashicorp/terraform/issues/26797 represents support for multiple workspaces - https://github.com/hashicorp/terraform/issues/22526 actually seems to...

Hello! Sorry for the long silence here. At first glance this seems to be a duplicate of #25977, which was ostensibly fixed by #25990. However, that fix went out in...

When there's no brace at the end of the header, the parser performs recovery and then returns a very stubby fake `Block` to try to at least give the caller...

This text originated in [the spec from ZCL](https://github.com/zclconf/go-zcl/blob/523939034f6b07dcd1871a3ccbe2466dcc9688fd/zcl/spec.md), which was my personal project that HashiCorp later adopted as HCL 2, so I'm afraid this text is my fault. @crw is...

An expression like `aws_subnet.a.id` is called a "traversal" in HCL's terminology: it "traverses" through symbols in the current scope. Therefore you can construct tokens for an expression like that using...

I broadly agree with the objections above: this seems easy to misuse in ways that are far more subtle than the mistake of modifying a temporary that's then immediately discarded....

Hi @idangur! Thanks for sharing this use-case. I've changed the summary of this issue because you framed it as being about the `file` function in particular, but then the use-case...