Merge pull request #3318 from roboll/master
correct policy_document to policy in vpc_endpoint docs
This commit is contained in:
commit
84b9a6e001
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue