Skip to content

Commit

Permalink
Merge pull request #1225 from alphagov/renovate/terraform-aws-modules…
Browse files Browse the repository at this point in the history
…-rds-aurora-aws-9.x

Update Terraform terraform-aws-modules/rds-aurora/aws to v9
  • Loading branch information
samsimpson1 authored Apr 11, 2024
2 parents a906d04 + c011a24 commit 687e057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/cluster-infrastructure/grafana.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resource "random_password" "grafana_db" { length = 20 }

module "grafana_db" {
source = "terraform-aws-modules/rds-aurora/aws"
version = "~> 8.5"
version = "~> 9.0"

name = local.grafana_db_name
database_name = "grafana"
Expand Down

0 comments on commit 687e057

Please sign in to comment.