Hacker News new | ask | show | jobs
by spatley 1656 days ago
Terrraform is declarative and describes the end state of what you want your system to look like. Executing terraform on anything other than blank slate requires that the deployment needs to know state of the current system. You can store that state yourself, or you can have HCP store it for you as a service
1 comments

... Or you just throw it in a s3 bucket like everyone else..