Infrastructure as Code Using Terraform
Master the fundamentals of Infrastructure as Code (IaC) with Terraform to automate cloud infrastructure deployments.
Infrastructure as code (IaC) is a standard practice of maintaining infrastructure configuration as code. Terraform is a cross-platform tool that introduces the HashiCorp Configuration Language (HCL) for the provisioning of infrastructures on different cloud platforms like Azure, AWS, and Google Cloud.
First you’ll learn about the basics of IaC and the tools used for it. Next, you’ll learn about Terraform, how to deploy resources using it, and the Terraform state file. Then you’ll cover the basics of HCL, followed by how to work with outputs, expressions, and loops. You’ll also cover local and remote provisioners, and learn how to employ HCL to provision and manage resources using different concepts like modules, variables, provisioners, and the Terraform state file. Finally, you’ll learn how to use the Terraform Cloud.
By the end of this course, you’ll be able to provision, delete, and update resources on a cloud platform using Terraform. Knowing how to use Terraform effectively will set you up for success.
There are no reviews yet.