Provides a MediaStore Container.
resource "aws_media_store_container" "example" {
name = "example"
}
The following arguments are supported:
name - (Required) The name of the container. Must contain alphanumeric characters or underscores. In addition to all arguments above, the following attributes are exported:
MediaStore Container can be imported using the MediaStore Container Name, e.g.
$ terraform import aws_media_store_container.example example
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/media_store_container.html