mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
correct policy_document to policy in vpc_endpoint docs
This commit is contained in:
parent
e7f33bf523
commit
325f95839a
@ -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
Block a user