You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| cidr | The CIDR block for the VPC which will be created if `vpc_id` is not specified |`string`|`""`| no |
255
255
| cloudwatch\_log\_retention\_in\_days | Retention period of Atlantis CloudWatch logs |`number`|`7`| no |
256
256
| command | The command that is passed to the container |`list(string)`|`null`| no |
257
+
| container\_cpu | The number of cpu units used by the atlantis container. If not specified ecs\_task\_cpu will be used |`number`|`null`| no |
257
258
| container\_depends\_on | The dependencies defined for container startup and shutdown. A container can contain multiple dependencies. When a dependency is defined for container startup, for container shutdown it is reversed. The condition can be one of START, COMPLETE, SUCCESS or HEALTHY | <pre>list(object({<br> containerName = string<br> condition = string<br> }))</pre> |`null`| no |
259
+
| container\_memory | The amount (in MiB) of memory used by the atlantis container. If not specified ecs\_task\_memory will be used |`number`|`null`| no |
258
260
| container\_memory\_reservation | The amount of memory (in MiB) to reserve for the container |`number`|`128`| no |
259
261
| create\_route53\_record | Whether to create Route53 record for Atlantis |`bool`|`true`| no |
260
262
| custom\_container\_definitions | A list of valid container definitions provided as a single valid JSON document. By default, the standard container definition is used. |`string`|`""`| no |
0 commit comments