We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181fad5 commit ff2c4d3Copy full SHA for ff2c4d3
1 file changed
terraform/app/env/qa.tfvars
@@ -22,7 +22,8 @@ http_hosts = {
22
MAVIS__HOST = "qa.mavistesting.com"
23
MAVIS__GIVE_OR_REFUSE_CONSENT_HOST = "qa.mavistesting.com"
24
}
25
-appspec_bucket = "nhse-mavis-appspec-bucket-qa"
26
-minimum_web_replicas = 2
27
-maximum_web_replicas = 4
28
-container_insights = "enhanced"
+appspec_bucket = "nhse-mavis-appspec-bucket-qa"
+minimum_web_replicas = 2
+maximum_web_replicas = 4
+max_aurora_capacity_units = 16
29
+container_insights = "enhanced"
0 commit comments