Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/rds-aurora/aws to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
govuk-ci committed Apr 10, 2024
1 parent a62a517 commit c011a24
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 c011a24

Please sign in to comment.