aws_simpledb_domain
Provides a SimpleDB domain resource
Example Usage
resource "aws_simpledb_domain" "users" {
  name = "users"
}
Argument Reference
The following arguments are supported:
- 
name- (Required) The name of the SimpleDB domain
Attributes Reference
In addition to all arguments above, the following attributes are exported:
- 
id- The name of the SimpleDB domain
Import
SimpleDB Domains can be imported using the name, e.g.
$ terraform import aws_simpledb_domain.users users
    © 2018 HashiCorpLicensed under the MPL 2.0 License.
    https://www.terraform.io/docs/providers/aws/r/simpledb_domain.html