#terraweekchallenge
Read more stories on Hashnode
Articles with this tag
1 - What are terraform workspace, remote execution, and collaboration? Terraform Workspace: When we create cloud resources using Terraform...
1 - What are Providers in Terraform: Terraform provider is a plugin that allows Terraform to interact with a specific cloud provider or infrastructure...
1 - What are Modules in Terraform: In Terraform, a module is a self-contained package of Terraform configurations that are managed as a group. Modules...
Terraform State: Terraform state is a file that stores information about the resources that Terraform has created or managed. This information...
Task -1 Create a Terraform configuration file to define a resource of AWS EC2 instance, Azure storage account, Google Compute Engine, etc. (anyone) #...
Task 1: Familiarize yourself with the HCL syntax used in Terraform: What are HCL blocks, parameters, and arguments? In HashiCorp Configuration...