Amazon web services – Attach existing VPC while creating an ECS cluster
When I create an ECS cluster on the AWS UI, I have the option to select a VPC. But how do I select or attach an existing VPC while creating a cluster using Terraform? resource "aws_ecs_cluster" "gtm" { name =…