Provides a SimpleDB domain resource
resource "aws_simpledb_domain" "users" { name = "users" }
The following arguments are supported:
name
- (Required) The name of the SimpleDB domain In addition to all arguments above, the following attributes are exported:
id
- The name of the SimpleDB domain 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