Source: jagonzalr.medium.com

Manage your Terraform state
I used to avoid any type of DevOps work. I didn’t know or want to learn how to provision servers, manage load balancers or scale databases.

With the rise of serverless architecture my fears of DevOps started to diminish.

Then I read about Infrastructure as code (IaC) and got hooked on the idea that DevOps could be easier to manage and fun to do, since all of it is just code.

Now when you start adding your modules the only thing to remember is to initialize their backend with the S3 bucket that stores the state.

Related Articles