Skip to main content

bx2cloud_subnetwork (Data Source)

Example Usage

data "bx2cloud_subnetwork" "my_subnetwork" {
id = 1
}

Schema

Read-Only

  • 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.
  • created_at (String)
  • id (String) The ID of this resource.
  • network_id (String) The network this subnetwork is considered a part of.