Hiya, I'm looking into adding ipv6 support since Amazon are going to charge for public IPv4 addresses so am deploying from scratch at the latest version.
I can see the VPC module is now being used in example/main.tf. There are also the subnets and vpc id configured as data still. Should the module replace the data? I tried that but have trouble because I don't know how ./network.tf can see the outputs from example/main.tf, where the vpc module is sourced.
I could move the eip and network interface down into example/main.tf and move the dependent variables around too?
Hiya, I'm looking into adding ipv6 support since Amazon are going to charge for public IPv4 addresses so am deploying from scratch at the latest version.
I can see the VPC module is now being used in
example/main.tf. There are also the subnets and vpc id configured asdatastill. Should the module replace the data? I tried that but have trouble because I don't know how./network.tfcan see the outputs fromexample/main.tf, where thevpcmodule is sourced.I could move the eip and network interface down into
example/main.tfand move the dependent variables around too?