Skip to content

Commit

Permalink
fix(eks): postgresql 15.3 is no longer supported, bump to 15.7 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
scoof authored May 28, 2024
1 parent 9790672 commit 81c8ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana-eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ module "db" {

identifier = "grafana${random_id.grafana_rds.dec}"
engine = "postgres"
engine_version = "15.3"
engine_version = "15.7"
instance_class = var.database_instance_type
allocated_storage = var.database_storage_size
storage_encrypted = false
Expand Down

0 comments on commit 81c8ec1

Please sign in to comment.