resource "cloudflare_r2_bucket" "example" {
account_id = "f037e56e89293a057740de681ac9abbe"
name = "terraform-bucket"
location = "enam"
}
account_id
(String) The account identifier to target for the resource.name
(String) The name of the R2 bucket.location
(String) The location hint of the R2 bucket.id
(String) The identifier of this resource.Import is supported using the following syntax:
$ terraform import cloudflare_r2_bucket.default <account id>/<bucket name>