Provides access to Vultrs S3-compatible object storage clusters for storing and retrieving data in the cloud
Get information about Object Storage Clusters on Vultr.
Get the information for an object storage cluster by region
:
data "vultr_object_storage_cluster" "s3" {
filter {
name = "region"
values = ["ewr"]
}
}
The following arguments are supported:
filter
- (Required) Query parameters for finding operating systems.The filter
block supports the following:
name
- Attribute name to filter with.values
- One or more values filter with.The following attributes are exported:
id
- The identifying cluster ID.region
- The region ID of the object storage cluster.hostname
- The cluster hostname.deploy
- The Cluster is eligible for Object Storage deployment. (yes or no)
No comments yet.