0
0
llucycodes42
The preceding code creates a cloudstack_vpn_connection resource. This resource has the following properties:
name - The name of the resource.
-
The name of the resource. customer_gateway_id - The customer gateway ID.
-
The customer gateway ID. vpn_gateway_id - The VPN gateway ID.
Shortcut: tf_cloudstack_vpn_connection
resource "cloudstack_vpn_connection" "${myResourceName}" {
name = "my-${myResourceName}"
customer_gateway_id = "8dab9381-ae73-48b8-9a3d-c460933ef5f7"
vpn_gateway_id = "a7900060-f8a8-44eb-be15-ea54cf499703"
}