Skip to content

Commit

Permalink
Merge pull request #23 from dfds/hotfix/engine_version_for_qa
Browse files Browse the repository at this point in the history
Specify engine version for QA
  • Loading branch information
avnes authored Dec 1, 2023
2 parents 0655dae + a48bc87 commit 3a71461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module "rds_instance_test" {
proxy_debug_logging = true
enhanced_monitoring_interval = 0
allow_major_version_upgrade = true
major_engine_version = 16
engine_version = "16.1"
performance_insights_enabled = true
vpc_id = module.vpc.vpc_id

Expand Down

0 comments on commit 3a71461

Please sign in to comment.