File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ variable "image_tag" {
7878variable "api_cpu" {
7979 description = " API task CPU"
8080 type = string
81- default = " 512 "
81+ default = " 256 "
8282}
8383
8484variable "api_memory" {
8585 description = " API task memory"
8686 type = string
87- default = " 1024 "
87+ default = " 512 "
8888}
8989
9090variable "api_desired_count" {
@@ -108,13 +108,13 @@ variable "api_max_capacity" {
108108variable "consumer_cpu" {
109109 description = " Consumer task CPU"
110110 type = string
111- default = " 1024 "
111+ default = " 256 "
112112}
113113
114114variable "consumer_memory" {
115115 description = " Consumer task memory"
116116 type = string
117- default = " 2048 "
117+ default = " 512 "
118118}
119119
120120variable "consumer_desired_count" {
You can’t perform that action at this time.
0 commit comments