PVPravin Velusamyin30daysofawsterraform.hashnode.devĀ·Dec 4, 2025 Ā· 3 min readProvisioning Your First AWS S3 Bucket with Terraformš Objective of Day 3 Create an S3 bucket using Terraform Understand the core Terraform commands: terraform init terraform plan terraform apply / terraform apply --auto-approve terraform destroy Learn how Terraform tracks changes using a sta...00
PVPravin Velusamyin30daysofawsterraform.hashnode.devĀ·Dec 4, 2025 Ā· 2 min readDay 2 ā Terraform ProvidersWhat is a Provider? A provider is a plugin that bridges Terraform and a target API (like AWS, Azure, GCP, Kubernetes, Docker, Prometheus, Grafana, etc.). When you ask Terraform to create an VPC, the AWS provider transforms that HCL into AWS API calls...00
PVPravin Velusamyin30daysofawsterraform.hashnode.devĀ·Dec 2, 2025 Ā· 2 min readIntroduction to Terraform & Infrastructure as Code (IaC)What is Infrastructure as Code (IaC)? Infrastructure as Code simply means: š Provisioning infrastructure using code instead of clicking through a cloud console. So instead of manually creating EC2, VPC, IAM roles, security groups, or S3 buckets in A...00