FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

openstack_objectstorage_container_v1

Manages a V1 container resource within OpenStack.

Example Usage

resource "openstack_objectstorage_container_v1" "container_1" {
  region = "RegionOne"
  name = "tf-test-container-1"
  metadata {
    test = "true"
  }
  content_type = "application/json"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io