Articles in this series
Advanced TerraForm Topics 路 TerraForm Workspaces Terraform workspaces allow managing multiple environments: $ terraform workspace new dev $ terraform...
TerraForm Providers 路 Terraform providers and their significance Terraform Providers: Plugins that manage resources in Terraform. Provider...
TerraForm Modules 路 Task 1: What are modules in Terraform and why do we need modules in Terraform? Modules in Terraform are reusable, self-contained...
TerraForm State Management 路 Task 1: Research the importance of Terraform state in managing infrastructure. Share your findings on how Terraform state...
Managing Resources 路 Task 1: Create a Terraform configuration file to define a resource of AWS EC2 instance, Azure storage account, Google Compute...
TERRAFORM CONFIGURATION LANGUAGE [HCL] 路 Task 1: Familiarize yourself with the HCL syntax used in Terraform HCL (HashiCorp Configuration Language) is the...