Martin Atkins

Results 1242 comments of Martin Atkins

Thanks for the additional context, @orgads. Based on this additional information, it seems like the root problem in your case is that an interrupt signal apparently didn't abort the refreshing...

Hi @orgads, I've just got back from vacation so I'm afraid I'm catching back up on some things I was looking at before I went. Sorry for the delayed response....

Given that there are lots of parts of the `terraform plan` output that people are likely to want to opt out of separately, perhaps it behooves us to use more...

Hi all, There have been a few different requests for variants of the plan output recently. I wanted to respond to that, but since there isn't a single central place...

Hi all, In the many years since the original discussion on this issue, we implemented a machine-readable version of the plan output to enable anyone to build whatever kind of...

In the new provider protocol for Terraform v0.12 Terraform Core now has access to some schema information for a provider, but we left the idea of `Deprecated` to be handled...

I think [the same concern as for deprecated output values](https://github.com/hashicorp/terraform/issues/18381#issuecomment-1026382028) applies here too: we'd need to decide what should happen in any situation _other than_ a direct, statically-resolvable reference to...

Apparently, another situation where this can occur is when working with directories inside a OneDrive mount point, which I gather internally uses either the same or a similar mechanism as...

After some further research, it seems like there's some early consensus that what `filepath.EvalSymlinks` does -- particularly on Windows, but also on other platforms -- is not a great idea...

Hi @elvis2, There's lots of precedent in the community of using preprocessing steps in conjunction with Terraform to achieve various sorts of templating and reuse, but existing patterns typically involve...