#terraform
Read more stories on Hashnode
Articles with this tag
What Is a Terraform Module? In Terraform, Modules are groups of .tf files that are kept in a different directory from the configuration as a whole. A...
Task 1: Create a Terraform configuration file to define a resource of AWS EC2 instance, Azure storage account, Google Compute Engine, etc. (any...
TABLE OF CONTENTS Tasks : Task 1: Familiarize yourself with HCL syntax used in Terraform Task 2: Understand variables, data types, and expressions...
Day 1: Introduction to Terraform and Terraform Basics · What is Terraform and how can it help you manage infrastructure as code? Terraform is an...