Terraform Study Notes: Read, generate, and modify configuration pt.1
In the previous chapter, we finally introduced the Terraform basic workflow composed of write, plan, and infrastructure creation/modification. In Terraform, the real usage of Infrastructure as Code is to implement configuration code as a template and apply the desired state in a particular context simply giving a set of environment variables. If you want to […]