#iac
Read more stories on Hashnode
Articles with this tag
AWS S3 Bucket AWS S3 (Simple Storage Service) Bucket is a scalable and durable object storage service. It allows you to store and retrieve any amount...
Step 1: Create a VPC (Virtual Private Cloud) Create a terraform.tf where you have to pass on AWS provider details. terraform { ...
Understanding Terraform Resources A resource in Terraform represents a component of your infrastructure, such as a physical server, a virtual machine,...