cloudstack-terraform-provider icon indicating copy to clipboard operation
cloudstack-terraform-provider copied to clipboard

Cannot add multiple nics at instances and predefined mac addresses.

Open AlexanderKgr opened this issue 10 months ago • 1 comments

Hello,

I am looking for adding multiple nic at instances, being created with terraform and adding predefined mac addresses at those instances (windows 10 activated systems) and there is no way/option to implement this.

Can you help me with this issue or it is something that it is known and it is going to be implemented in the future?

Thanks in advance.

AlexanderKgr avatar Apr 24 '24 10:04 AlexanderKgr

@AlexanderKgr

Currently the option to specify the mac address is not present in terraform

https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs/resources/nic

its possible via API call

https://cloudstack.apache.org/api/apidocs-4.19/apis/addNicToVirtualMachine.html

Will mark it as a improvement request

kiranchavala avatar Apr 29 '24 06:04 kiranchavala