ionoscloud_s3_public_access_block
Creates and manages IonosCloud IONOS Object Storage Public Access Block for buckets.
Example Usage
resource "ionoscloud_s3_bucket_public_access_block" "example"{
bucket = ionoscloud_s3_bucket.example.name
ignore_public_acls = true
restrict_public_buckets = true
block_public_policy = false
block_public_acls = false
}
Argument Reference
Import
Last updated
