We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac42d7 commit fd959c7Copy full SHA for fd959c7
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.1.0"
30
name = "netbox-postgresql"
31
random_instance_name = true
32
database_version = "POSTGRES_13"
0 commit comments