engine_version in wrong place (#18624)

This commit is contained in:
Robert Fairburn 2024-04-29 18:41:11 -05:00 committed by GitHub
parent 9bd87ca87f
commit a4bd6aad04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
@ -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"