crusoe networking vpc-subnets create
Create a VPC subnet.
Usage
crusoe networking vpc-subnets create [flags]
Flags
| Flag | Description |
|---|---|
--cidr string | [Required] VPC Subnet CIDR value. Subnet CIDR must have a mask between /28 and /16 (inclusive) |
-f, --format string | Output format. Supported formats: pretty, json (default: "pretty") |
-h, --help | Help for create |
--json | Output in json format. Shorthand for --format json |
--location string | VPC Subnet Location (default: "us-northcentral1-a") |
--name string | [Required] VPC Subnet Name. Alphanumeric characters, underscores and dashes are allowed |
--vpc-network-id string | [Required] VPC network ID for the network in which to create this subnet |