| page_title | stackit_objectstorage_compliance_lock Resource - stackit |
|---|---|
| subcategory | |
| description | ObjectStorage compliance lock resource schema. Must have a region specified in the provider configuration. Always use only one compliance lock per project. |
ObjectStorage compliance lock resource schema. Must have a region specified in the provider configuration. Always use only one compliance lock per project.
resource "stackit_objectstorage_compliance_lock" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}project_id(String) STACKIT Project ID to which the compliance lock is associated.
region(String) The resource region. If not defined, the provider region is used.
id(String) Terraform's internal resource identifier. It is structured as "project_id,region".max_retention_days(Number) Maximum retention period in days.