Skip to content

Commit

Permalink
corrected subnet group cidr #4
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Aug 24, 2024
1 parent ba51688 commit 9349ee4
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 9349ee4

Please sign in to comment.