0
0
llucycodes42
The code defines a cloudstack_static_nat resource named "myResourceName" which has the following attributes: name, ip_address_id, and virtual_machine_id.
Shortcut: tf_cloudstack_static_nat
resource "cloudstack_static_nat" "${myResourceName}" {
name = "my-${myResourceName}"
ip_address_id = "f8141e2f-4e7e-4c63-9362-986c908b7ea7"
virtual_machine_id = "6ca2a163-bc68-429c-adc8-ab4a620b1bb3"
}