Location

Get information on a IonosCloud Locations

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 "ionoscloud_location" "loc1" {
  name    = "karlsruhe"
  feature = "SSD"
}

Argument Reference

  • name - (Required) Name of the location to search for.

  • feature - (Optional) A desired feature that the location must be able to provide.

Attributes Reference

The following attributes are returned by the datasource:

  • id - UUID of the location

Last updated