Skip to content

Commit

Permalink
Merge pull request #36514 from stefanfreitag/d-aws_route53_resolver_r…
Browse files Browse the repository at this point in the history
…ule_add_target_protocol

docs: add protocol to target_ip object in route53 resolver rule
  • Loading branch information
justinretzolk authored Apr 8, 2024
2 parents f524b31 + 99b5817 commit a56bdf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/r/route53_resolver_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ This argument should only be specified for `FORWARD` type rules.
The `target_ip` object supports the following:

* `ip` - (Required) One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.
* `port` - (Optional) The port at `ip` that you want to forward DNS queries to. Default value is `53`
* `port` - (Optional) The port at `ip` that you want to forward DNS queries to. Default value is `53`.
* `protocol` - (Optional) The protocol for the resolver endpoint. Valid values can be found in the [AWS documentation](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_TargetAddress.html). Default value is `Do53`.

## Attribute Reference

Expand Down

0 comments on commit a56bdf2

Please sign in to comment.