#automation
Read more stories on Hashnode
Articles with this tag
When you define a resource block in Terraform, by default, this specifies one resource that will be created. To manage several of the same resources,...
Understanding Scaling Scaling is the process of adding or removing resources to match the changing demands of your application. As your application...
AWS S3 Bucket Amazon S3 (Simple Storage Service) is an object storage service that offers industry-leading scalability, data availability, security,...
Task: 1.Create a VPC (Virtual Private Cloud) with CIDR block 10.0.0.0/16 Establish a Virtual Private Cloud (VPC) using the CIDR block 10.0.0.0/16 with...
Understanding Terraform Resources A resource in Terraform represents a component of your infrastructure, such as a physical server, a virtual machine,...
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...