0
0
llucycodes42
This code defines a cloudstack_static_route resource with the name myResourceName and an IP address range of 10.0.0.0/16. The resource is associated with a gateway_id of 76f607e3-e8dc-4971-8831-b2a2b0cc4cb4.
Shortcut: tf_cloudstack_static_route
resource "cloudstack_static_route" "${myResourceName}" {
name = "my-${myResourceName}"
cidr = "10.0.0.0/16"
gateway_id = "76f607e3-e8dc-4971-8831-b2a2b0cc4cb4"
}