Techworld - Devops Bootcamp By Nana -fco- Apr 2026
resource "aws_instance" "web" ami = "ami-0c55b159cbfafe1f0" instance_type = "t2.micro"
tags = Name = "DevOps-Bootcamp"
resource "aws_instance" "web" ami = "ami-0c55b159cbfafe1f0" instance_type = "t2.micro"
tags = Name = "DevOps-Bootcamp"