Infrastructure as Code with Terraform, Start Here

Infrastructure as Code with Terraform helps you manage cloud resources by describing them in text files, which can be versioned, reviewed, and reused. This approach replaces clicking through consoles, which doesn't scale and leaves no record. With Terraform, you can write down what your infrastructure should look like and have the tool make reality match the files. This process includes writing a recipe (Terraform configuration), planning the steps (terraform plan), applying the changes (terraform apply), and keeping track of the current state (Terraform state).

Source →
FeedLens — Signal over noise Last 7 days