Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 994 Bytes

ip_addresses.md

File metadata and controls

43 lines (29 loc) · 994 Bytes
page_title subcategory description
anxcloud_ip_addresses Data Source - terraform-provider-anxcloud
Provides available IP addresses.

anxcloud_ip_addresses (Data Source)

Provides available IP addresses.

Example Usage

data "anxcloud_ip_addresses" "example" {
  search = "10.244."
}

Schema

Optional

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

Read-Only

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

Nested Schema for addresses

Read-Only:

  • address (String) The IP address.
  • description_customer (String) Additional customer description.
  • identifier (String) Identifier of the API resource.
  • role (String) Role of the IP address.