|
|
|
|
|
by bdsa
997 days ago
|
|
Some great points from a sibling comment, and the one I'd add is: You don't need 100 instances of something to make managing it programmatically worthwhile. Different environments, for example: Terraform makes it very easy to ensure _all_ of the cloud config in prod matches staging (or the inverse), and to set up and bring down ephemeral development environments, using parameterised Terraform modules so you can be confident changes will propagate appropriately. |
|