terraform-ibm-modules / terraform-ibm-toolkit-vpc-subnets

Module to provision subnets in a VPC instance
Apache License 2.0
0 stars 8 forks source link

As a user, I want to be able to use the `for_each` argument to provision multiple subnets using this module #35

Closed jvallexm closed 2 years ago

jvallexm commented 3 years ago

to provision multiple subnets across multiple zones requires duplication of the module. due to the ibm_provider block included the for_each argument is not supported in this module. removing this block would make it easier to provision multiple subnets in multiple zones using the same block

seansund commented 2 years ago

This issue has been resolved