|
|
|
|
|
by cassianoleal
1485 days ago
|
|
In this scenario, you'll have to manage your entire infrastructure from a single Terraform run. In most places I've been, Terraform is scattered, each run managing its own corner of the infrastructure. In this case, each Terraform run would delete everybody else's infrastructure. Also, how do you know when to re-create things like random strings or numbers? Or null resources? Presently it's a mix of keepers (requires state) and taint (also requires state). |
|