Skip to content

Commit

Permalink
Missed one for auth-server (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Petkov <[email protected]>
  • Loading branch information
MartinPetkov and MartinPetkov authored Apr 9, 2020
1 parent f6f72f0 commit 55139d5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ module "private" {
ip_cidr_range = "172.20.0.0/14"
},
# Remove after TF runs.
{
range_name = "auth-server-ws-cluster-ip-range-pods"
ip_cidr_range = "192.168.0.0/20"
},
{
range_name = "auth-server-ws-cluster-ip-range-svc"
ip_cidr_range = "192.168.16.0/20"
Expand Down

0 comments on commit 55139d5

Please sign in to comment.