#iac
Read more stories on Hashnode
Articles with this tag
Q1. What is Terraform and how it is different from other IaaC tools? Terraform is a tool made by HashiCorp that helps you control your cloud...
Modules are containers for multiple resources that are used together. A module consists of a collection of .tf and/or .tf.json files kept together in...
AWS S3 Bucket Amazon S3 (Simple Storage Service) is an object storage service that offers industry-leading scalability, data availability, security,...
Understanding Terraform Resources A resource in Terraform represents a component of your infrastructure, such as a physical server, a virtual machine,...
Provisioning on AWS is quite easy and straightforward with Terraform. Prerequisites AWS CLI installed The AWS Command Line Interface (AWS CLI) is a...
In Terraform, we use variables to bring in values from outside sources into our Terraform setup. They let us set up the infrastructure without putting...