ionoscloud_s3_bucket
Creates and manages IONOS Object Storage Buckets.
Example Usage
resource "ionoscloud_s3_bucket" "example" {
name = "example"
region = "eu-central-3"
object_lock_enabled = true
force_destroy = true
tags = {
key1 = "value1"
key2 = "value2"
}
timeouts {
create = "10m"
delete = "10m"
}
}
Argument Reference
Attributes Reference
Import
Last updated
Was this helpful?