From 9204f5e9b32901e26d726026c3315409316e4882 Mon Sep 17 00:00:00 2001 From: Axel Ismirlian Date: Tue, 4 Feb 2025 11:50:41 -0600 Subject: [PATCH] Update tcp flag documentation --- website/docs/d/pi_network_security_group.html.markdown | 2 +- website/docs/d/pi_network_security_groups.html.markdown | 2 +- website/docs/r/pi_network_security_group.html.markdown | 2 +- website/docs/r/pi_network_security_group_member.html.markdown | 2 +- website/docs/r/pi_network_security_group_rule.html.markdown | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/d/pi_network_security_group.html.markdown b/website/docs/d/pi_network_security_group.html.markdown index f3d285275d0..15b2a7cc5e1 100644 --- a/website/docs/d/pi_network_security_group.html.markdown +++ b/website/docs/d/pi_network_security_group.html.markdown @@ -72,7 +72,7 @@ In addition to all argument reference list, you can access the following attribu Nested schema for `protocol`: - `icmp_type` - (String) If icmp type, a ICMP packet type affected by ICMP rules and if not present then all types are matched. - - `tcp_flags` - (List) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`, `urg`, `psh`, `wnd`, `chk`, `seq`. + - `tcp_flags` - (List) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`. Nested schema for `icmp_types`: - `flags` - (String) TCP flag. - `type` - (String) The protocol of the network traffic. Supported values are: `icmp`, `tcp`, `udp`, `all`. diff --git a/website/docs/d/pi_network_security_groups.html.markdown b/website/docs/d/pi_network_security_groups.html.markdown index 27f720fbad0..df405db35c5 100644 --- a/website/docs/d/pi_network_security_groups.html.markdown +++ b/website/docs/d/pi_network_security_groups.html.markdown @@ -72,7 +72,7 @@ After your data source is created, you can read values from the following attrib Nested schema for `protocol`: - `icmp_type` - (String) If icmp type, a ICMP packet type affected by ICMP rules and if not present then all types are matched. - - `tcp_flags` - (String) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`, `urg`, `psh`, `wnd`, `chk`, `seq`. + - `tcp_flags` - (String) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`. - `type` - (String) The protocol of the network traffic. Supported values are: `icmp`, `tcp`, `udp`, `all`. - `remote` - (List) List of remote. diff --git a/website/docs/r/pi_network_security_group.html.markdown b/website/docs/r/pi_network_security_group.html.markdown index c36afbec781..578c0b5f892 100644 --- a/website/docs/r/pi_network_security_group.html.markdown +++ b/website/docs/r/pi_network_security_group.html.markdown @@ -79,7 +79,7 @@ In addition to all argument reference list, you can access the following attribu Nested schema for `protocol`: - `icmp_type` - (String) If icmp type, a ICMP packet type affected by ICMP rules and if not present then all types are matched. - - `tcp_flags` - (String) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`, `urg`, `psh`, `wnd`, `chk`, `seq`. + - `tcp_flags` - (String) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`. - `type` - (String) The protocol of the network traffic. Supported values are: `icmp`, `tcp`, `udp`, `all`. - `remote` - (List) List of remote. diff --git a/website/docs/r/pi_network_security_group_member.html.markdown b/website/docs/r/pi_network_security_group_member.html.markdown index f0d4d6e5403..95d632a6432 100644 --- a/website/docs/r/pi_network_security_group_member.html.markdown +++ b/website/docs/r/pi_network_security_group_member.html.markdown @@ -83,7 +83,7 @@ In addition to all argument reference list, you can access the following attribu Nested schema for `protocol`: - `icmp_type` - (String) If icmp type, a ICMP packet type affected by ICMP rules and if not present then all types are matched. - - `tcp_flags` - (String) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`, `urg`, `psh`, `wnd`, `chk`, `seq`. + - `tcp_flags` - (String) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`. - `type` - (String) The protocol of the network traffic. Supported values are: `icmp`, `tcp`, `udp`, `all`. - `remote` - (List) List of remote. diff --git a/website/docs/r/pi_network_security_group_rule.html.markdown b/website/docs/r/pi_network_security_group_rule.html.markdown index 4dc7aba8ed8..709fb9a61e0 100644 --- a/website/docs/r/pi_network_security_group_rule.html.markdown +++ b/website/docs/r/pi_network_security_group_rule.html.markdown @@ -84,7 +84,7 @@ Review the argument references that you can specify for your resource. Nested schema for `pi_protocol`: - `icmp_type` - (Optional, String) If icmp type, a ICMP packet type affected by ICMP rules and if not present then all types are matched. Supported values are: `all`, `destination-unreach`, `echo`, `echo-reply`, `source-quench`, `time-exceeded`. - - `tcp_flags` - (Optional, String) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`, `urg`, `psh`, `wnd`, `chk`, `seq`. + - `tcp_flags` - (Optional, String) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`. - `type` - (Required, String) The protocol of the network traffic. Supported values are: `icmp`, `tcp`, `udp`, `all`. - `pi_remote` - (Optional, List) List of remote. Required if `pi_network_security_group_rule_id` is not provided. @@ -129,7 +129,7 @@ In addition to all argument reference list, you can access the following attribu Nested schema for `protocol`: - `icmp_type` - (String) If icmp type, a ICMP packet type affected by ICMP rules and if not present then all types are matched. Supported values are: `all`, `destination-unreach`, `echo`, `echo-reply`, `source-quench`, `time-exceeded`. - - `tcp_flags` - (String) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`, `urg`, `psh`, `wnd`, `chk`, `seq`. + - `tcp_flags` - (String) If tcp type, the list of TCP flags and if not present then all flags are matched. Supported values are: `syn`, `ack`, `fin`, `rst`. - `type` - (String) The protocol of the network traffic. Supported values are: `icmp`, `tcp`, `udp`, `all`. - `remote` - (List) List of remote.