We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac42d7 commit 0468aedCopy full SHA for 0468aed
terraform/root/netbox-infra/main.tf
@@ -26,7 +26,7 @@ module "gke_autopilot" {
26
27
module "postgresql-db" {
28
source = "GoogleCloudPlatform/sql-db/google//modules/postgresql"
29
- version = "15.0.0"
+ version = "25.2.0"
30
name = "netbox-postgresql"
31
random_instance_name = true
32
database_version = "POSTGRES_13"
0 commit comments