News

Complete terraform topics with examples and demos. Contribute to devopsyuva/terraform-deep-dive development by creating an account on GitHub.
Terraform configuration files are plain text files which ends with filename.tf as extension. HCL(Hashicorp Configuration Language) Terraform uses resource block to create Infrastructure (For AWS: EC2, ...