Martin Atkins
Martin Atkins
@nicolai86 I would suggest giving @phinze and/or @mitchellh a chance to respond since they know Terraform (and its roadmap) the best and are likely to give more detailed feedback. Of...
Reflecting on this a while later... At work we took the approach of running Terraform on a host within the network it's being deployed to, and running it with an...
Yes, it is the case that we had to bootstrap the environment from outside and that there is one Terraform config that requires custom effort to apply because it affects...
Hi @fquffio! Before I respond I should explain that at the time of my last comments I was an outside open source contributor, but in the meantime I've become a...
I think there's a few different things going on here that are making this situation confusing, and in particular Terraform is in a sense complaining about the wrong problem here,...
Hi @picatz, For historical reasons (dating back to before HCL 2, in [HIL](https://github.com/hashicorp/hil)), the function and variable namespaces are entirely separate. The function namespace is just a flat lookup table,...
Hi all, In other codebases that have this problem of needing to grow interfaces over time I've seen a pattern that is a little clunky but workable: Each interface that...
It _is_ possible (but not yet proven) that an error like this could be caused by a problem in another provider. I'm sharing the following in case it helps with...
This resource type has an interesting rule in its "read" implementation where it checks if the file contents have changed and pretends that the file has been deleted if so:...
I don't think this problem is permissions-related. The problem is that this is not a reasonable situation to use `create_before_destroy = true`. The `create_before_destroy` feature requires that the provider be...