FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

aws_simpledb_domain

Provides a SimpleDB domain resource

Example Usage

resource "aws_simpledb_domain" "users" {
  name = "users"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

SimpleDB Domains can be imported using the name, e.g.

$ terraform import aws_simpledb_domain.users users

See the source of this document at Terraform.io