|
1 | | -# --------------------------------------------------------------------------------------------------------------------- |
| 1 | +#------------------------------------------------------------------------------ |
2 | 2 | # Misc |
3 | | -# --------------------------------------------------------------------------------------------------------------------- |
| 3 | +#------------------------------------------------------------------------------ |
4 | 4 | variable "name_preffix" { |
5 | 5 | description = "Name preffix for resources on AWS" |
6 | 6 | } |
7 | 7 |
|
8 | | -# --------------------------------------------------------------------------------------------------------------------- |
| 8 | +#------------------------------------------------------------------------------ |
9 | 9 | # AWS ECS Container Definition Variables |
10 | | -# --------------------------------------------------------------------------------------------------------------------- |
| 10 | +#------------------------------------------------------------------------------ |
11 | 11 | variable "container_image" { |
12 | 12 | description = "The image used to start the container." |
13 | 13 | } |
@@ -246,9 +246,9 @@ variable "working_directory" { |
246 | 246 | default = null |
247 | 247 | } |
248 | 248 |
|
249 | | -# --------------------------------------------------------------------------------------------------------------------- |
| 249 | +#------------------------------------------------------------------------------ |
250 | 250 | # AWS ECS Task Definition Variables |
251 | | -# --------------------------------------------------------------------------------------------------------------------- |
| 251 | +#------------------------------------------------------------------------------ |
252 | 252 | variable "placement_constraints" { |
253 | 253 | description = "(Optional) A set of placement constraints rules that are taken into consideration during task placement. Maximum number of placement_constraints is 10. This is a list of maps, where each map should contain \"type\" and \"expression\"" |
254 | 254 | type = list |
|
0 commit comments