DevSecOps Team Lead @practical-devsecops & Founder @mrcloudbook
Nothing here yet.
#get public subnets for cluster data "aws_subnets" "public" { filter { name = "vpc-id" values = [data.aws_vpc.default.id] } filter { name = "availabilityZone" values = ["us-east-1a", "us-east-1b", "us-east-1c", "us-east-1d", "us-east-1f"] } } use this block at subnets