Retrieves detailed information about a specific Vultr region using filters to query by attributes like region ID.
Get information about a Vultr region.
Get the information for a region by id
:
data "vultr_region" "my_region" {
filter {
name = "id"
values = ["sea"]
}
}
The following arguments are supported:
filter
- (Required) Query parameters for finding regions.The filter
block supports the following:
name
- Attribute name to filter with.values
- One or more values filter with.The following attributes are exported:
continent
- The continent the region is in.country
- The country the region is in.city
- The city the region is in.options
- Shows whether options like ddos protection or block storage are available in the region.
No comments yet.