Skip to content

Commit

Permalink
Merge pull request hashicorp#5003 from terraform-providers/f-appsync-…
Browse files Browse the repository at this point in the history
…type-none

Update the AppSync DataSource types documentation
  • Loading branch information
bflad authored Jun 27, 2018
2 parents f9d1ca3 + f09d5b5 commit 2e8c263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/appsync_datasource.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The following arguments are supported:

* `api_id` - (Required) The API ID for the GraphQL API for the DataSource.
* `name` - (Required) A user-supplied name for the DataSource.
* `type` - (Required) The type of the DataSource. Valid values: `AWS_LAMBDA`, `AMAZON_DYNAMODB` and `AMAZON_ELASTICSEARCH`
* `type` - (Required) The type of the DataSource. Valid values: `AWS_LAMBDA`, `AMAZON_DYNAMODB` and `AMAZON_ELASTICSEARCH`, `NONE`.
* `description` - (Optional) A description of the DataSource.
* `service_role_arn` - (Optional) The IAM service role ARN for the data source.
* `dynamodb_config` - (Optional) DynamoDB settings. See [below](#dynamodb_config)
Expand Down

0 comments on commit 2e8c263

Please sign in to comment.