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 748253a commit 9167081Copy full SHA for 9167081
db/fly.toml
@@ -1,3 +1,3 @@
1
# Just exists to make it easy to examine the database from this directory.
2
3
-app = "vlach-cookbook-db"
+app = "vlach-cookbook-pg16"
db/main.tf
@@ -53,7 +53,7 @@ provider "postgresql" {
53
password = var.pg_password
54
sslmode = "disable"
55
connect_timeout = 15
56
- expected_version = 14
+ expected_version = 16
57
}
58
59
resource "postgresql_role" "cookbook_prod_admin" {
0 commit comments