Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.09 KB

core_location.md

File metadata and controls

38 lines (27 loc) · 1.09 KB
page_title subcategory description
anxcloud_core_location Data Source - terraform-provider-anxcloud
Retrieves a location identified by it's code as selectable in the Engine. Use this data source to specify the location identifier on other resources and data sources available in this provider.

anxcloud_core_location (Data Source)

Retrieves a location identified by it's code as selectable in the Engine. Use this data source to specify the location identifier on other resources and data sources available in this provider.

Example Usage

data "anxcloud_core_location" "anx04" {
  code = "ANX04"
}

Schema

Optional

  • code (String) Location code.

Read-Only

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