Skip to content

Commit

Permalink
fix cidr range
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 5, 2024
1 parent c5c3e47 commit 0d90314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/clouds/azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ variable "subnet_cidrs" {

variable "postgres_cidrs" {
type = list(string)
default = ["10.0.2.0/24"]
default = ["10.52.16.0/24"]
}

variable "postgres_disk" {
Expand Down

0 comments on commit 0d90314

Please sign in to comment.