@@ -123,42 +123,41 @@ NB: All variables under the headings below are based on the contents of the vari
123123
124124### Terraform Config variables
125125
126- Key | Description
127- ----------------|---------------------------
126+ Key | Description
127+ ----------------|---------------------------
128128aws_bucket | The bucket used to store the current terraform state files
129129remote_state_bucket | Alternative bucket used to store the remote state files from ch-service-terraform
130130state_prefix | The bucket prefix used with the remote_state_bucket files
131131deploy_to | Bucket namespace used with remote_state_bucket and state_prefix
132132
133133### Environment
134134
135- Key | Description
136- ----------------|---------------------------
137- environment | The environment name, defined in environment's vars
138- aws_region | The AWS region for deployment
135+ Key | Description
136+ ----------------|---------------------------
137+ environment | The environment name, defined in environment's vars
138+ aws_region | The AWS region for deployment
139139aws_profile | The AWS profile to use for deployment
140140kms_alias |
141141
142142### Docker container variables
143143
144- Key | Description
144+ Key | Description
145145----------------|---------------------------
146- docker_registry | The FQDN of the Docker registry
146+ docker_registry | The FQDN of the Docker registry
147147
148148### Service performance and scaling configs
149149
150150Key | Description | Example Value
151151----------------|--------------------------- |-------------------------
152152desired_task_count | The desired ECS task count for this service | 1
153- required_cpus | The required cpu resource for this service. 1024 here is 1 vCPU | 128
153+ required_cpus | The required cpu resource for this service. 1024 here is 1 vCPU | 128
154154required_memory | The required memory for this service | 256
155155
156156### Service environment variable configs (in addition to the common config variables)
157157
158158Key | Description | Example Value
159159----------------|--------------------------- |-------------------------
160160overseas_entities_web_version | The version of the overseas entities web container to run. | 1.0
161- account_local_url | Used in place of ACCOUNT_URL | ` https://account.cidev.aws.chdev.org `
162161cache_pool_size | Size of cache pool | 8
163162default_session_expiration | Lifetime of sessions | 3600
164163redirect_uri | Redirect users to homepage when trying to access other pages directly | ` / `
0 commit comments