Oliver L Schoenborn
Oliver L Schoenborn
@szibis @mhyllander any idea if problem with this?
Yes this is a real annoyance. I created ticket #128 for this. Seems like the fix should be really easy to allow additionally secrets-something which is more intuitive for describing...
So you mean the HCL2 does not currently support provider being enabled / disabled so it would always have to be given even if replication is not desired? What about...
@damon-atkins both condition and include_if are fine by me, but I'm not sure I agree with content. Can you provide an example? I think count and enabled / condition /...
In some languages (eg Python), null is an object ie it has a type and attributes just like any other (it is called None in Python but same thing). Could...
@damon-atkins you can already do what you describe with `one()`, no? ``` output "web_server_ip_addresses" { value = one(aws_instance.webserver[*].private_ip) } ``` will be null if the expression does not evaluate and...
Just noticed your note about this when you expand the solution: > If you need to access the same files in a multi-node cluster, you need a volume type that...
Sure I'll try to
Nice. If there is fundamental issue we could check in another language that has yaml load/dump (like golang) and supports it. Or ruamel-yaml.
Sone suggestions : Separate concerns of representation from data otherwise you will end up with a mess of code that is hard to maintain. Eg the | symbol is presentation,...