Skip to content

Commit

Permalink
add more IPs to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
sagilaufer1992 authored Nov 14, 2023
1 parent 10081f2 commit 799c3ce
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions env0/data_ip_ranges.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,24 @@ func dataIpRanges() *schema.Resource {

func dataIpRangesRead(ctx context.Context, d *schema.ResourceData, meta interface{}) diag.Diagnostics {
ipv4s := []string{
"18.214.210.123/32",
"44.195.170.230/32",
"3.209.36.240",
"3.222.51.117",
"3.226.24.146",
"18.214.49.142",
"18.214.210.123",
"35.81.146.242",
"35.85.88.233",
"44.195.170.230",
"44.212.144.113",
"44.227.16.37",
"44.228.227.2",
"44.229.129.182",
"44.240.181.100",
"52.73.227.111",
"54.68.137.240",
"54.88.50.2",
"54.149.16.114",
"54.165.19.49"

Check failure on line 47 in env0/data_ip_ranges.go

View workflow job for this annotation

GitHub Actions / Unit Tests

syntax error: unexpected newline in composite literal; possibly missing comma or } (compile)

Check failure on line 47 in env0/data_ip_ranges.go

View workflow job for this annotation

GitHub Actions / Unit Tests

syntax error: unexpected newline in composite literal; possibly missing comma or } (compile)

Check failure on line 47 in env0/data_ip_ranges.go

View workflow job for this annotation

GitHub Actions / Unit Tests

missing ',' before newline in composite literal

Check failure on line 47 in env0/data_ip_ranges.go

View workflow job for this annotation

GitHub Actions / Unit Tests

syntax error: unexpected newline in composite literal; possibly missing comma or }
}

d.Set("ipv4", ipv4s)
Expand Down

0 comments on commit 799c3ce

Please sign in to comment.