github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/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