#terraform
Read more stories on Hashnode
Articles with this tag
Basic Questions: What is Terraform and what problem does it solve? Terraform is an infrastructure as a code tool, it lets you define resources and...
1. What is Terraform and how it is different from other IaaC tools? Terraform is a tool for provisioning, managing, and deploying infrastructure...
Terraform Modules What Is a Terraform Module? In Terraform, Modules are groups of .tf files that are kept in a different directory from the...
Meta-Arguments If a resource or module block includes a count argument whose value is a whole number, Terraform will create that many instances. Basic...
Yesterday, we explored how to create an AWS S3 Bucket with Terraform. Today, let's dive into the exciting world of scaling our infrastructure using...
What is Terraform Workspace? When we create cloud resources using Terraform configuration language, the resources are known to be created in the...