Skip to content

Commit

Permalink
feat: update humanitec source IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Apr 17, 2024
1 parent 0c63181 commit 7fee518
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internal/provider/source_ip_ranges_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ func (d *SourceIPRangesDataSource) Read(ctx context.Context, req datasource.Read
"34.89.188.214/32",
"34.159.140.35/32",
"34.89.165.141/32",

"34.32.134.107/32",
"34.91.7.12/32",
"34.91.109.253/32",
"34.141.184.227/32",
"34.147.1.204/32",
"35.204.216.33/32",
}

data.ID = types.StringValue(hashcode.Strings(humanitecSourceIPBlocks))
Expand Down

0 comments on commit 7fee518

Please sign in to comment.