Skip to content

Commit 0404c1a

Browse files
committed
Add missing netblock (143.55.64.0/20) to GitHub webhook IP ranges
Fixes #224
1 parent 51392dd commit 0404c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ variable "allow_github_webhooks" {
153153
variable "github_webhooks_cidr_blocks" {
154154
description = "List of CIDR blocks used by GitHub webhooks" # This is hardcoded to avoid dependency on github provider. Source: https://api.github.com/meta
155155
type = list(string)
156-
default = ["140.82.112.0/20", "185.199.108.0/22", "192.30.252.0/22"]
156+
default = ["140.82.112.0/20", "185.199.108.0/22", "192.30.252.0/22", "143.55.64.0/20"]
157157
}
158158

159159
variable "whitelist_unauthenticated_cidr_blocks" {

0 commit comments

Comments
 (0)