Terraform
Hello again, I’ll be taking my Terraform-Certified-Associate in a couple of weeks, so I thought I’d write down some notes to share later.
What is Terraform?
- Terraform is an Infrastructure as Code (IaC) tool that allows you to manage and provision infrastructure resources across cloud providers and on-premises environments. It allows you to define your infrastructure as code, automate the deployment and management of resources, and version control your infrastructure configurations. Terraform can be used to manage resources such as virtual machines, databases, and networking infrastructure, among others. With Terraform, you can write reusable configuration files that can be shared and used across your organization to achieve consistency and standardization in your infrastructure deployments.
Domaines: