|
|
|
|
|
by InvertedRhodium
1487 days ago
|
|
The best practices for terraform is to use a versioned state store, which covers history. Under the hood, the terraform file is just JSON, so sed, grep, jq etc can be used to manipulate it (as well as any other tools you'd care to write). |
|