correct policy_document to policy in vpc_endpoint docs

This commit is contained in:
rob boll 2015-09-24 10:58:58 -04:00
parent e7f33bf523
commit 325f95839a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ The following arguments are supported:
* `vpc_id` - (Required) The ID of the VPC in which the endpoint will be used.
* `service_name` - (Required) The AWS service name, in the form `com.amazonaws.region.service`.
* `policy_document` - (Optional) A policy to attach to the endpoint that controls access to the service.
* `policy` - (Optional) A policy to attach to the endpoint that controls access to the service.
* `route_table_ids` - (Optional) One or more route table IDs.
## Attributes Reference