Provides a managed S3-compatible object storage solution for storing and retrieving any amount of data from anywhere on the web
Get information about an Object Storage subscription on Vultr.
Get the information for an object storage subscription by label
:
data "vultr_object_storage" "s3" {
filter {
name = "label"
values = ["my-s3"]
}
}
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:
label
- The label of the object storage subscription.location
- The location which this subscription resides in.cluster_id
- The identifying cluster ID.region
- The region ID of the object storage subscription.s3_access_key
- Your access key.s3_hostname
- The hostname for this subscription.s3_secret_key
- Your secret key.status
- Current status of this object storage subscription.date_created
- Date of creation for the object storage subscription.
No comments yet.