Skip to content

Commit

Permalink
engine_version in wrong place (#18624)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfairburn authored Apr 29, 2024
1 parent 9bd87ca commit a4bd6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/dogfood/terraform/aws-tf-module/free.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module "free" {
}
rds_config = {
name = local.customer_free
engine_version = "8.0.mysql_aurora.3.05.2"
snapshot_identifier = "arn:aws:rds:us-east-2:611884880216:cluster-snapshot:a2023-03-06-pre-migration"
db_parameters = {
# 8mb up from 262144 (256k) default
Expand All @@ -35,8 +36,7 @@ module "free" {
subnets = module.main.vpc.database_subnets
}
redis_config = {
name = local.customer_free
engine_version = "8.0.mysql_aurora.3.05.2"
name = local.customer_free
log_delivery_configuration = [
{
destination = "dogfood-free-redis-logs"
Expand Down

0 comments on commit a4bd6aa

Please sign in to comment.