TF Instance and multiple VNICs
Summary
TF Instance and multiple VNICsContent
Hello all!
With the Compute API supporting the creation and attachment of a secondary VNIC to an instance I was hoping this capability would be possible within a terraform config.
I have played with the baremetal_core_instance sub-block, create_vnic_details but realised this was folly after reading that a secondary VNIC can only be attached post instance creation. Given that piece of information I see no current way, within terraform, to create/attach a secondary VNIC.
Can someone verify that this is the case and if so, are there any future plans to add this capability to the baremetal provider?
1