Skip to content

Commit

Permalink
Postgresql upgrade v16 (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah38 committed Mar 26, 2024
1 parent b2b3744 commit 674c17c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module "postgresql_flexible" {
business_area = "CFT"
location = var.location
subnet_suffix = "expanded"
create_mode = "Update"

common_tags = var.common_tags
admin_user_object_id = var.jenkins_AAD_objectId
Expand All @@ -94,7 +95,7 @@ module "postgresql_flexible" {
}
]

pgsql_version = "15"
pgsql_version = "16"
}

# region API (gateway)
Expand Down

0 comments on commit 674c17c

Please sign in to comment.