* Fix wrong reference * Fix schema * Fix mapFields not fetching credentials group id * Change expiration timestamp * Fix schema * Remove fields that don't come in the GET response * Add RFC3339SecondsOnly * Change expiration timestamp to not support fractional seconds * Set retry timeout * Harmonize expiration timestamp * Skip import check on credential keys * Add error check * Update docs * Change field description * Add test case, simplify test * Add test case, simplify test * Rename variable * Generate docs --------- Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
993 B
993 B
| page_title | subcategory | description |
|---|---|---|
| stackit_objectstorage_credential Resource - stackit | ObjectStorage credential resource schema. |
stackit_objectstorage_credential (Resource)
ObjectStorage credential resource schema.
Schema
Required
credentials_group_id(String) The credential group ID.project_id(String) STACKIT Project ID to which the credential group is associated.
Optional
expiration_timestamp(String) Expiration timestamp, in RFC339 format without fractional seconds. Example: "2025-01-01T00:00:00Z". If not set, the credential never expires.
Read-Only
access_key(String)credential_id(String) The credential ID.id(String) Terraform's internal resource identifier. It is structured as "project_id,credentials_group_id,credential_id".name(String)secret_access_key(String, Sensitive)