Сlouparduz_storage_access_key
Defines an access key for storage.
Example usage.
resource "clouparduz_storage_access_key" "mykey" {
storage_id = clouparduz_storage.storage_test.id
note = "mykey for mystorage"
}
|
Attributes.
-
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.