ionoscloud_object_storage_region
Get information on a IONOS CLOUD Object Storage Region
Last updated
Was this helpful?
Get information on a IONOS CLOUD Object Storage Region
The Object storage region data source can be used to search for and return an existing S3 Regions.
data "ionoscloud_object_storage_region" "example" {
id = "region_id"
}id - (Required) Id of an existing object storage Region that you want to search for.
The following attributes are returned by the datasource:
id - The id of the region
version - The version of the region properties
endpoint - The endpoint URL for the region
website - The website URL for the region
storage_classes - The available classes in the region
location - The data center location of the region as per Get Location. Can't be used as LocationConstraint on bucket creation.
capability - The capabilities of the region
iam - Indicates if IAM policy based access is supported
s3select - Indicates if S3 Select is supported
⚠ WARNING:
IONOS_API_URL_OBJECT_STORAGE_MANAGEMENTcan be used to set a custom API URL for the Object Storage Management SDK. SettingendpointorIONOS_API_URLdoes not have any effect
Last updated
Was this helpful?
Was this helpful?