* Add example * Rename bucket_name --> bucket * Fix examples in wrong folder * Add example * Lint examples * Fix examples --------- Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
854 B
854 B
| page_title | subcategory | description |
|---|---|---|
| stackit_objectstorage_bucket Resource - stackit | ObjectStorage bucket resource schema. |
stackit_objectstorage_bucket (Resource)
ObjectStorage bucket resource schema.
Example Usage
resource "stackit_objectstorage_bucket" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
name = "example-bucket"
}
Schema
Required
name(String) The bucket name. It must be DNS conform.project_id(String) STACKIT Project ID to which the bucket is associated.
Read-Only
id(String) Terraform's internal resource identifier. It is structured as "project_id,name".url_path_style(String)url_virtual_hosted_style(String)