Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.11 KB

core_locations.md

File metadata and controls

46 lines (32 loc) · 1.11 KB
page_title subcategory description
anxcloud_core_locations Data Source - terraform-provider-anxcloud
Provides available locations.

anxcloud_core_locations (Data Source)

Provides available locations. Use anxcloud_core_location data source to retrieve a single location by code.

Example Usage

data "anxcloud_core_locations" "example" {
  search = "IE"
}

Schema

Optional

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

Read-Only

  • id (String) The ID of this resource.
  • locations (List of Object) Anexia Cloud Locations. (see below for nested schema)

Nested Schema for locations

Read-Only:

  • city_code (String) Location city code.
  • code (String) Location code.
  • country (String) Location country.
  • identifier (String) Identifier of the API resource.
  • lat (String) Location latitude.
  • lon (String) Location longitude.
  • name (String) Location name.