Skip to content

Commit

Permalink
test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
samidbb committed Dec 12, 2023
1 parent 8be54f5 commit 6fe9ffa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ module "rds_instance_test" {
subnet_ids = concat(module.vpc.public_subnets)
enabled_cloudwatch_logs_exports = ["upgrade", "postgresql"]
cloudwatch_log_group_retention_in_days = 1
include_proxy = true
include_proxy = false
proxy_debug_logging = true
enhanced_monitoring_interval = 0
allow_major_version_upgrade = true
engine_version = "15.4"
performance_insights_enabled = true
# engine_version = "15.4"
performance_insights_enabled = true

# Group variables into maps
vpc_id = module.vpc.vpc_id
Expand All @@ -60,6 +60,7 @@ module "rds_instance_test" {
},
]
}
environment = "dev"
}

################################################################################
Expand Down

0 comments on commit 6fe9ffa

Please sign in to comment.