Martin Atkins

Results 1242 comments of Martin Atkins

Hi @tomalok! Thanks for sharing these use-cases. I'd like to make sure I understand what you're looking for with some specific examples: | Input Expression | Result | | -...

I don't have experience with this _particular_ target, but while I was working on the support for another model in the same series -- starting over in #1642 -- I...

Hi @anarcat, Sorry for the very slow response here. I'm no longer actively maintaining this library, so I'm hesitant to give the impression of it being maintained on an ongoing...

Hi all! The process for being in `terraform-providers` is documented in [Terraform Provider Development Program](https://www.terraform.io/guides/terraform-provider-development-program.html). That process is primarily intended to handle the situation where a vendor is implementing a...

Please do not post "+1" comments here, since it creates noise for others watching the issue and ultimately doesn't influence our prioritization because we can't actually report on these. Instead,...

As of this comment there's enough in this branch to demonstrate using ephemeral input variables to meet the use-case of certain values needing to change between plan and apply, as...

As of this comment there's enough to use an ephemeral resource instance to open an SSH tunnel, though for now I did it just using a temporary ephemeral resource type...

This prototype now also has enough _in principle_ to represent a HashiCorp Vault credentials lease as an ephemeral resource, including making periodic requests to renew it in Vault if Terraform's...

I've opened https://github.com/hashicorp/terraform/pull/35273 with a subset of what I prototyped here, extended with some more tests and basic support for the `terraform.applying` symbol. If that PR is accepted and merged,...