Files
opentf/website/source/docs/providers/aws/r/simpledb_domain.html.markdown
George Christou 61277c0dbd website/docs: Run terraform fmt on code examples (#12075)
* docs/vsphere: Fix code block

* docs: Convert `...` to `# ...` to allow `terraform fmt`ing

* docs: Trim trailing whitespace

* docs: First-pass run of `terraform fmt` on code examples
2017-02-19 00:48:50 +02:00

666 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
aws AWS: simpledb_domain docs-aws-resource-simpledb-domain Provides a SimpleDB domain resource.

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

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