Replies: 1 comment
-
I too would like to auto-import any network that is assigned to a network profile that is created by terraform. Has anyone found anything? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I create a network profile with multiple networks (NSX-T networks).
I would like to update network properties like : tags, DNS ...
I see in the documentations that I have to create a resource type "vra_fabric_network_vsphere" and import the network by using its ID collected through a data "vra_fabric_network".
How to automated this importation in the tf files ? why not add a attribute Id to "vra_fabric_network_vsphere" to perform this update automatically ?
Any helps will be appreciated
Thanks
Jacques
Beta Was this translation helpful? Give feedback.
All reactions