RavinderReddyF5 / terraform-provider-bigip-version0.12

Terraform resources that can configure F5 BIGIP products
Mozilla Public License 2.0
0 stars 0 forks source link

Importing existing nodes configuration #323

Closed cki-gh-rafal-gadomski closed 3 years ago

cki-gh-rafal-gadomski commented 3 years ago

Hello, I am trying to start using terraform in our environment. I have did some modules to create nodes, pools and vs and it is working fine since the all of objects is new fresh. Our production env have some pre-created objects manually i.e. nodes and pools, which i want to reuse in my code / convert into code. I can't see if I can import node or pool into terraform?

I have tried some imports with: terraform import 'module.int-elastic-nodes.bigip_ltm_node.make-node["172.18.10.20"]' /Common/172.18.10.20%2900 based on lessons learnt with openstack provider but as far i can see there is no function in sources to import node so it can't even work? Am I wrong?

Regards