You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line: format("${var.name}-${var.private_subnet_suffix}-%s", element(var.azs, count.index)) doesn't assign the names correctly even though the var.private_subnet_suffix has been assigned. It only takes the name of the VPC and that's it.
✋ I have searched the open/closed issues and my issue is not listed.
Description
This line:
format("${var.name}-${var.private_subnet_suffix}-%s", element(var.azs, count.index))
doesn't assign the names correctly even though thevar.private_subnet_suffix
has been assigned. It only takes the name of the VPC and that's it.Versions
Reproduction Code [Required]
Expected behavior
I'd expect the names of the 4 subnets, 2 in each AZ to be as follows (in my case):
Actual behavior
If this can please be sorted out that would be highly appreciated.
Regards,
The text was updated successfully, but these errors were encountered: