Virtual Private Cloud
Manage Virtual Private Cloud using nodeshift_vpc
resource:
resource "nodeshift_vpc" "example" {
name = "test_vpc"
description = "just an example vpc"
ip_range = "192.117.23.1/24"
}
Parameters​
Required​
ip_range
(String) IP range of the VPCname
(String) Name of the VPC
Optional​
description
(String) Description of the VPC
Read-Only​
id
(String) String ID of the VPC, computed