0
0
llucycodes42
In the code block, the "cloudstack_secondary_ipaddress" resource refers to the virtual machine with the virtual machine ID of "server-1.
Shortcut: tf_cloudstack_secondary_ipaddress
resource "cloudstack_secondary_ipaddress" "${myResourceName}" {
virtual_machine_id = "server-1"
}