Amazon web services – Unable to retrieve subnet ids in the terraform output block – giving multiple errors at a time
I'm trying to make subnets like the following way. I'm trying to loop over objects in the parent module: variable "list_of_subnets" { description = "list of vpc subnets" type = list(object({ subnet_type = string cidr_block = string av_zone = string…