James Bardin
James Bardin
Hi @Folling, This looks like an error in the configuration, you can't assign different things to the same attribute and the above configuration returns an `Attribute redefined` error during decoding...
Yeah, I also don't understand what was going on in #36454, but you're correct about the configuration, the schema is explicitly a single attribute. I suspect it's a discrepancy in...
Since we have not heard back in a while I'm going to close the issue. If you have any updates regarding the issue, feel free to open a new issue...
Overall type handling and boolean short-circuiting has improved since this was first reported. There wasn't a reproduction of a regression however, and at this point there doesn't seem to be...
@lra, It will always be possible to write invalid expressions, and Terraform is catching the error as early as possible during validation. Since the error shown is correct, there is...
Hi @KetchupBomb, The order of operations you see here is working as designed, though it is a bit of an awkward case to handle. Destroy actions are still strictly ordered...
Sorry @crw, I wasn't completely clear. While it is the designed behavior, I'm going to reevaluate this particular detail. Trying to change and replace dependencies at the same time is...
Adding a second pair of eyes here, the original proposal is difficult to read. You _are_ still transforming the value -- you intended to write an expression which takes a...
Thanks @IGLADI, just updated the diagnostic message, that URL should not be there. As fas as the backend portion of the `init` command goes, `init` is only concerned with configuring...
You can't have multiple processes working on the same state file at the same time, so I'm having trouble understanding what it is precisely you are asking for Terraform to...