|
|
|
|
|
by jen20
620 days ago
|
|
Terraform and Pulumi have basically the same semantics. > Why should I care about writing 'new' in front of all my declarative configuration? Because that’s how your choice of language instantiates an object. Try F# or Swift or Go if it’s that annoying to you. > What happens when an if statement depends on a concrete value? What do you think “count = var.concrete_value ? 1 : 0” is doing in Terraform, exactly? > The leakiness of the abstraction is too terrible to even consider. While you are are entitled to your opinion, I’d suggest you are very much mistaken, and would implore you to actually consider it for a minute. |
|