Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/ec2_client_vpn_endpoint: fix dns_servers docs (#22367)
The docs for the `dns_servers` argument of the `aws_ec2_client_vpn_endpoint` resource is erroneous. When not specified, the Client VPN does not automatically use the VPC DNS address. This can be verified by checking the [AWS API docs][1]: > If no DNS server is specified, the DNS address configured on the > device is used for the DNS server. [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateClientVpnEndpoint.html
- Loading branch information