Skip to content

Commit cbcd425

Browse files
authored
fix: added default fss subnet in subnets variable (#513)
1 parent 4ef0c72 commit cbcd425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ variable "subnets" {
141141
int_lb = { netnum = 16, newbits = 11 }
142142
pub_lb = { netnum = 17, newbits = 11 }
143143
workers = { netnum = 1, newbits = 2 }
144+
fss = { netnum = 18, newbits = 11 }
144145
}
145146
type = map(any)
146147
}

0 commit comments

Comments
 (0)