Sazabi
Terraform provider

sazabi_secret_key

Terraform resource for a Sazabi secret key.

Manages a Sazabi secret key. The plaintext value is returned only at creation and stored in sensitive state; the API never returns it again.

Arguments

AttributeTypeBehaviorDescription
namestringRequiredKey name (1-100 characters).
project_idstringOptionalScope the key to a project. Omit for an organization-wide key. Immutable.
expires_atstringOptionalExpiry as an RFC 3339 timestamp.
valuestringComputed, SensitiveThe plaintext key, available only at creation. Empty for imported keys.
created_atstringComputedCreation timestamp (RFC 3339).
idstringComputedKey ID.

Import

terraform import sazabi_secret_key.example sk_...

On this page