ionoscloud_object_storage_accesskey
Get information on a IONOS CLOUD Object storage Accesskey
Last updated
Was this helpful?
Get information on a IONOS CLOUD Object storage Accesskey
The Object Storage Accesskey data source can be used to search for and return an existing Object Storage Accesskeys.
data "ionoscloud_object_storage_accesskey" "example" {
id = "accesskey_id"
}id - (Optional) Id of an existing object storage accesskey that you want to search for.
accesskey - (Optional) Access key metadata is a string of 92 characters.
description - (Optional) Description of the Access key.
The following attributes are returned by the datasource:
id - The ID (UUID) of the AccessKey.
description - Description of the Access key.
accesskey - Access key metadata is a string of 92 characters.
canonical_user_id - The canonical user ID which is valid for user-owned buckets.
contract_user_id - The contract user ID which is valid for contract-owned buckets
⚠ 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?