Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
parentRefs:
- name: my-hotel
sectionName: http
- name: my-hotel # Specify the parertRefs name
- name: my-hotel # Specify the parentRefs name
sectionName: https # Specify all traffic MUST use HTTPs
rules:
...
Expand Down Expand Up @@ -119,4 +119,4 @@ spec:
This will create VPC Lattice TargetGroup with HTTPs protocol option, which can receive TLS traffic.
Note that certificate validation is not supported.

For more details, please refer to [TargetGroupPolicy API reference](../api-types/target-group-policy.md).
For more details, please refer to [TargetGroupPolicy API reference](../api-types/target-group-policy.md).
Loading