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.
2 parents 6d06e16 + 625751b commit c54a0caCopy full SHA for c54a0ca
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