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 = "10.65"
}
Parameters​
Required​
name(String) Name of the VPC
Optional​
description(String) Description of the VPCip_range(String) Two octets (e.g. "10.65"); the remaining CIDR part is generated automatically.
Read-Only​
id(String) String ID of the VPC, computed