Let's use Terraform to create an EC2 instance for Jenkins, Docker, and SonarQube. main.tf : resource "aws_instance" "web" { ami = "ami-0287a05f0ef0e9d9a" #change ami id for different region instance_type = "t2.large...
surajjoshi.hashnode.dev5 min read
No responses yet.