Skip to content

Commit

Permalink
Updating mariadb dbparametergroupfamily property
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Feb 5, 2024
1 parent ecc10f1 commit db52b2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "aws_db_subnet_group" "samples_rds_subnet_group" {

resource "aws_db_parameter_group" "solutions_mariadb" {
name = "solutions-mariadb"
family = "mariadb10.6"
family = "mariadb10.11"
parameter {
name = "log_bin_trust_function_creators"
value = "1"
Expand Down

0 comments on commit db52b2a

Please sign in to comment.