» scaleway_bucket

Creates Scaleway object storage buckets.

» Example Usage

resource "scaleway_bucket" "test" {
  name = "sample-bucket"
}

» Argument Reference

The following arguments are supported:

  • name - (Required) Name of the Scaleway objectstorage bucket

» Attributes Reference

The following attributes are exported:

  • name - Name of the resource

» Import

Instances can be imported using the name, e.g.

$ terraform import scaleway_bucket.releases releases