We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c780c45 commit 625751bCopy full SHA for 625751b
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 = "13.0.1"
+ version = "14.0.1"
30
name = "netbox-postgresql"
31
random_instance_name = true
32
database_version = "POSTGRES_13"
0 commit comments