|
|
|
|
|
by ary
1044 days ago
|
|
> At scale, many Terraform state files are better than one. But how do you draw the boundaries and decide which resources belong in which state files? What are the best practices for organizing Terraform state files to maximize reliability, minimize the blast-radius of changes, and align with the design of cloud providers? 1000% agree. I put together my version of standing up remote state in AWS into a Github repo. https://github.com/aryounce/terraform-aws-bootstrap Our use of Terraform splits state exactly as described primarily to keep the state refresh times reasonable. |
|