Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 887 Bytes

File metadata and controls

42 lines (28 loc) · 887 Bytes
page_title subcategory description
anxcloud_vlans Data Source - terraform-provider-anxcloud
Provides available VLANs.

anxcloud_vlans (Data Source)

Provides available VLANs.

Example Usage

data "anxcloud_vlans" "example" {
  search = "tests"
}

Schema

Optional

  • search (String) An optional string allowing to search through entities.

Read-Only

  • id (String) The ID of this resource.
  • vlans (List of Object) List of available VLANs. (see below for nested schema)

Nested Schema for vlans

Read-Only:

  • description_customer (String) Additional customer description.
  • identifier (String) Identifier of the API resource.
  • name (String) VLAN name.