Resource: aws_media_store_container

Provides a MediaStore Container.

Example Usage

resource "aws_media_store_container" "example" {
  name = "example"
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import MediaStore Container using the MediaStore Container Name. For example:

import {
  to = aws_media_store_container.example
  id = "example"
}

Using terraform import, import MediaStore Container using the MediaStore Container Name. For example:

% terraform import aws_media_store_container.example example