Skip to content

Commit 98fb374

Browse files
1 parent bd73851 commit 98fb374

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.changelog/3345.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_compute_firewall.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ func computeFirewallAllowSchema() *schema.Resource {
287287
Description: `The IP protocol to which this rule applies. The protocol type is
288288
required when creating a firewall rule. This value can either be
289289
one of the following well known protocol strings (tcp, udp,
290-
icmp, esp, ah, sctp), or the IP protocol number.`,
290+
icmp, esp, ah, sctp, ipip), or the IP protocol number.`,
291291
},
292292
"ports": {
293293
Type: schema.TypeList,
@@ -317,7 +317,7 @@ func computeFirewallDenySchema() *schema.Resource {
317317
Description: `The IP protocol to which this rule applies. The protocol type is
318318
required when creating a firewall rule. This value can either be
319319
one of the following well known protocol strings (tcp, udp,
320-
icmp, esp, ah, sctp), or the IP protocol number.`,
320+
icmp, esp, ah, sctp, ipip), or the IP protocol number.`,
321321
},
322322
"ports": {
323323
Type: schema.TypeList,

website/docs/r/compute_firewall.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The `allow` block supports:
211211
The IP protocol to which this rule applies. The protocol type is
212212
required when creating a firewall rule. This value can either be
213213
one of the following well known protocol strings (tcp, udp,
214-
icmp, esp, ah, sctp), or the IP protocol number.
214+
icmp, esp, ah, sctp, ipip), or the IP protocol number.
215215

216216
* `ports` -
217217
(Optional)
@@ -229,7 +229,7 @@ The `deny` block supports:
229229
The IP protocol to which this rule applies. The protocol type is
230230
required when creating a firewall rule. This value can either be
231231
one of the following well known protocol strings (tcp, udp,
232-
icmp, esp, ah, sctp), or the IP protocol number.
232+
icmp, esp, ah, sctp, ipip), or the IP protocol number.
233233

234234
* `ports` -
235235
(Optional)

0 commit comments

Comments
 (0)