Skip to content

Commit

Permalink
DO NOT MERGE: terraform fmt fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi committed Nov 20, 2023
1 parent 15e74e9 commit 13663a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/projects/app-govuk-rds/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_db_parameter_group" "engine_params" {

content {
name = parameter.key
value = parameter.value.value
value = parameter.value.value
apply_method = merge({ apply_method = "immediate" }, parameter.value)["apply_method"]
}
}
Expand Down

0 comments on commit 13663a9

Please sign in to comment.