From 24b3edcdfb0852b97298acc0234cc750891fe252 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 3 Apr 2020 16:57:52 -0700 Subject: [PATCH] =?UTF-8?q?Upstream=20https://github.com/terraform-provide?= =?UTF-8?q?rs/terraform-provi=E2=80=A6=20(#3345)=20(#189)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_firewall.py | 16 ++++++++-------- plugins/modules/gcp_compute_firewall_info.py | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/plugins/modules/gcp_compute_firewall.py b/plugins/modules/gcp_compute_firewall.py index a0bae8d..b0e5e5b 100644 --- a/plugins/modules/gcp_compute_firewall.py +++ b/plugins/modules/gcp_compute_firewall.py @@ -67,8 +67,8 @@ options: description: - The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following - well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol - number. + well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the + IP protocol number. required: true type: str ports: @@ -94,8 +94,8 @@ options: description: - The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following - well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol - number. + well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the + IP protocol number. required: true type: str ports: @@ -336,8 +336,8 @@ allowed: description: - The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following - well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol - number. + well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the + IP protocol number. returned: success type: str ports: @@ -364,8 +364,8 @@ denied: description: - The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following - well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP protocol - number. + well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or the + IP protocol number. returned: success type: str ports: diff --git a/plugins/modules/gcp_compute_firewall_info.py b/plugins/modules/gcp_compute_firewall_info.py index cdd088f..fce77a7 100644 --- a/plugins/modules/gcp_compute_firewall_info.py +++ b/plugins/modules/gcp_compute_firewall_info.py @@ -123,8 +123,8 @@ resources: description: - The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following - well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP - protocol number. + well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or + the IP protocol number. returned: success type: str ports: @@ -152,8 +152,8 @@ resources: description: - The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following - well known protocol strings (tcp, udp, icmp, esp, ah, sctp), or the IP - protocol number. + well known protocol strings (tcp, udp, icmp, esp, ah, sctp, ipip), or + the IP protocol number. returned: success type: str ports: