bx2cloud_subnetwork (Resource)
Example Usage
resource "bx2cloud_subnetwork" "my_subnet" {
cidr = "10.0.44.0/24"
}
Schema
Required
cidr(String) Specifies the subnetwork's address and mask prefix length in CIDR notation, for example 10.0.8.0/24, 192.168.10.8/30.network_id(String) The network this subnetwork is considered a part of.
Read-Only
created_at(String)id(String) The ID of this resource.updated_at(String)
Import
Import is supported using the following syntax:
The terraform import command can be used, for example:
terraform import bx2cloud_subnetwork.my_subnetwork 42