aws_media_store_container
Provides a MediaStore Container.
Example Usage
resource "aws_media_store_container" "example" { name = "example" }
Argument Reference
The following arguments are supported:
-
name
- (Required) The name of the container. Must contain alphanumeric characters or underscores.
Attributes Reference
In addition to all arguments above, the following attributes are exported:
Import
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