worried-lifeguard-96134
01/25/2022, 3:07 PMmillions-furniture-75402
01/25/2022, 3:22 PMworried-lifeguard-96134
01/25/2022, 3:36 PMmillions-furniture-75402
01/25/2022, 3:38 PMworried-lifeguard-96134
01/25/2022, 3:47 PMPulumi is declarative, you say "these are the resources I want with these properties and relationships." Pulumi handles how to call the SDKs via the providers.
does it mean that to achive the same with Pulumi i'll use less code ? (compere to iaas sdk)millions-furniture-75402
01/25/2022, 4:00 PMsteep-toddler-94095
01/25/2022, 6:21 PMSo instead of some whacky way to handle logic, loops and conditionals, like you might with Terraform's HCLThis, but not only this. Pulumi allows you to create any abstraction that makes sense for your use-case since you have the full power of a general purpose language. Terraform's HCL does not allow this. This is a totally nontrivial difference when it comes to both writing new infra code and maintaining existing infra code.
millions-furniture-75402
01/25/2022, 6:33 PMworried-lifeguard-96134
01/26/2022, 7:38 AMmillions-furniture-75402
01/26/2022, 2:09 PM