Skip to content

Commit

Permalink
small subs
Browse files Browse the repository at this point in the history
  • Loading branch information
alessioga committed Jun 16, 2023
1 parent 6284201 commit a0f6c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ variable "subnets" {
description = "parameters to cidrsubnet function to calculate subnet masks within the VCN."
default = {
pub_lb = { netnum = 1, newbits = 0 }
bastion = { netnum = 1, newbits = 0 }
operator = { netnum = 1, newbits = 1 }
bastion = { netnum = 1, newbits = 1 }
operator = { netnum = 2, newbits = 2 }
cp = { netnum = 2, newbits = 13 }
int_lb = { netnum = 16, newbits = 11 }
workers = { netnum = 1, newbits = 8 }
Expand Down

0 comments on commit a0f6c22

Please sign in to comment.