×

10.7. oblakoteka_object_storage_access_key

 
Defines an access key for storage.
 
Example usage
resource "oblakoteka_object_storage_access_key" "mykey" {
 storage_id = oblakoteka_object_storage.storage_test.id
 note = "mykey for mystorage"
}
 
id  (Computed): Unique identifier for the access key.
storage_id  (Required): Associated storage ID.
key_id  (Computed): ID of the access key.
• key  (Computed, Sensitive): Access key value (hidden).
note  (Optional): Additional note for the access key.