Skip to content

Commit

Permalink
Merge pull request #32719 from network-charles/main
Browse files Browse the repository at this point in the history
Update vpc_endpoint.html.markdown
  • Loading branch information
ewbankkit authored Jul 27, 2023
2 parents b4cb690 + 5aba5d4 commit 97e8161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/vpc_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ If no security groups are specified, the VPC's [default security group](https://
### dns_options

* `dns_record_ip_type` - (Optional) The DNS records created for the endpoint. Valid values are `ipv4`, `dualstack`, `service-defined`, and `ipv6`.
* `private_dns_only_for_inbound_resolver_endpoint` - (Optional) Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint. Can only be specified if `private_dns_enabled` is `true`.
* `private_dns_only_for_inbound_resolver_endpoint` - (Optional) Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint. Default is `false`. Can only be specified if private_dns_enabled is `true`.

## Timeouts

Expand Down

0 comments on commit 97e8161

Please sign in to comment.