remche / terraform-openstack-rke2

Deploy Kubernetes on OpenStack with RKE2
Mozilla Public License 2.0
48 stars 29 forks source link

Ability to use existing network #29

Closed fredrikwarfvinge closed 1 year ago

fredrikwarfvinge commented 2 years ago

Hello,

I'm looking into using your terraform provider, however I'm actually looking for a way to use an existing network, complete with security groups and subnets. I can't really seem to find a way to do it without forking your setup.

Is this something you already can do, or something you have thought about adding?

remche commented 2 years ago

@elitswarfvinge thanks for you interest on this module ! You're right that it's not possible to specify existing network/security group for now. The primary goal of this module is to go from zero to a working RKE2 cluster.

I would be happy to add this possibility in the future. I'm very happy with any PR adding it, too ;)

fredrikwarfvinge commented 2 years ago

Just wanted to check if you had it. When I have the time I think I'll go ahead and do that PR to see, because so far it is working perfectly for pretty much all of my requirements :)