Skip to content

Commit

Permalink
Merge pull request #8 from kunduso/add-scaffolding
Browse files Browse the repository at this point in the history
corrected subnet group cidr #4
  • Loading branch information
kunduso authored Aug 24, 2024
2 parents 23fac32 + 9349ee4 commit f00f583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ variable "vpc_cidr" {
variable "subnet_cidr" {
description = "The CIDR blocks for the subnets."
type = list(any)
default = ["12.25.15.0/28", "12.25.15.16/28"]
default = ["15.25.15.0/28", "15.25.15.16/28"]
}

0 comments on commit f00f583

Please sign in to comment.