github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/docs/providers/profitbricks/d/profitbricks_location.html.markdown (about) 1 --- 2 layout: "profitbricks" 3 page_title: "ProfitBricks : profitbrick_location" 4 sidebar_current: "docs-profitbricks-datasource-location" 5 description: |- 6 Get information on a ProfitBricks Locations 7 --- 8 9 # profitbricks\_location 10 11 The locations data source can be used to search for and return an existing location which can then be used elsewhere in the configuration. 12 13 ## Example Usage 14 15 ```hcl 16 data "profitbricks_location" "loc1" { 17 name = "karlsruhe" 18 feature = "SSD" 19 } 20 ``` 21 22 ## Argument Reference 23 24 * `name` - (Required) Name or part of the location name to search for. 25 * `feature` - (Optional) A desired feature that the location must be able to provide. 26 27 ## Attributes Reference 28 29 * `id` - UUID of the location