terraform/website/source/docs/providers/profitbricks/d/profitbricks_location.html....

715 B

layout page_title sidebar_current description
profitbricks ProfitBricks : profitbrick_location docs-profitbricks-datasource-location Get information on a ProfitBricks Locations

profitbricks_location

The locations data source can be used to search for and return an existing location which can then be used elsewhere in the configuration.

Example Usage

data "profitbricks_location" "loc1" {
  name    = "karlsruhe"
  feature = "SSD"
}

Argument Reference

  • name - (Required) Name or part of the location name to search for.
  • feature - (Optional) A desired feature that the location must be able to provide.

Attributes Reference

  • id - UUID of the location