Top 10 terraform useful scripts for AWS, Azure & GCP
Below are the top 10 Terraform scripts, covering AWS, Azure, and GCP, for common infrastructure tasks:
AWS:
EC2 Instance with Security Group:
resource "aws_instance" "example" {
ami = "ami-0c55b159cbfafe1f0"
instance_type = "t2.micr...
balajisomasale.hashnode.dev2 min read