-
Notifications
You must be signed in to change notification settings - Fork 52
/
0010-Remove-pattern-string-from-compute-forwarding-rules.patch
41 lines (36 loc) · 1.7 KB
/
0010-Remove-pattern-string-from-compute-forwarding-rules.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Guinevere Saenger <guinevere@pulumi.com>
Date: Thu, 16 Nov 2023 13:58:59 -0800
Subject: [PATCH] Remove pattern string from compute forwarding rules
diff --git a/website/docs/r/compute_forwarding_rule.html.markdown b/website/docs/r/compute_forwarding_rule.html.markdown
index 85140284c..24adf37cc 100644
--- a/website/docs/r/compute_forwarding_rule.html.markdown
+++ b/website/docs/r/compute_forwarding_rule.html.markdown
@@ -1435,7 +1435,7 @@ The following arguments are supported:
For internal forwarding rules within the same VPC network, two or more
forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
cannot have overlapping `portRange`s.
- @pattern: \d+(?:-\d+)?
+
* `ports` -
(Optional)
@@ -1456,7 +1456,7 @@ The following arguments are supported:
For internal forwarding rules within the same VPC network, two or more
forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair if
they share at least one port number.
- @pattern: \d+(?:-\d+)?
+
* `subnetwork` -
(Optional)
diff --git a/website/docs/r/compute_global_forwarding_rule.html.markdown b/website/docs/r/compute_global_forwarding_rule.html.markdown
index dfb21c11f..07818c850 100644
--- a/website/docs/r/compute_global_forwarding_rule.html.markdown
+++ b/website/docs/r/compute_global_forwarding_rule.html.markdown
@@ -1337,7 +1337,7 @@ The following arguments are supported:
For internal forwarding rules within the same VPC network, two or more
forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
cannot have overlapping `portRange`s.
- @pattern: \d+(?:-\d+)?
+
* `subnetwork` -
(Optional)