Create subnets with tag Name that include the AZ of the subnet using Terraform – Amazon web services
I am creating a VPC using terraform VPC module, and trying to give the subnets names that make sense like: data-vpc-private-subnet-a, the "a" represents the availability zone that the subnet is located in. but I am not sure how to…