File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,20 @@ variable "vpc_id" {
9
9
}
10
10
11
11
# ###############################################################################
12
- # ECS Task Definition
12
+ # ECS Service
13
13
# ###############################################################################
14
14
15
- variable "task_definition " {
16
- description = " ECS Task Definition to use for running tasks ."
15
+ variable "service " {
16
+ description = " Configuration for ECS Service ."
17
17
type = any
18
18
}
19
19
20
20
# ###############################################################################
21
- # ECS Service
21
+ # ECS Task Definition
22
22
# ###############################################################################
23
23
24
- variable "service " {
25
- description = " Configuration for ECS Service ."
24
+ variable "task_definition " {
25
+ description = " ECS Task Definition to use for running tasks ."
26
26
type = any
27
27
}
28
28
You can’t perform that action at this time.
0 commit comments