DevConf.in 2018 is the second free annual community conference sponsored by Red Hat for Developers, System admins, DevOps engineers, Testers, Documentation writers and other contributors to open source technologies. It is a platform for the local FOSS community participants to come together and engage in the knowledge sharing through technical talks, workshops, panel discussions, hackathons and such activities.
The idea behind infrastructure as code is that you write and execute code to define, deploy, and update your infrastructure. We'll be Using Hashicorp Terraform in this session. Terraform has declarative style for infrastructure as code. It supports multiple cloud platforms. with terraform all you do is declare the end state you want, and Terraform figures out how to get to that end state, Terraform will also be aware of any state it created in the past, it maintains a state file to achieve this.