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
@@ -75,15 +75,14 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [LinkedIn](http
75
75
76
76
| Name | Version |
77
77
|------|---------|
78
-
| terraform | >= 0.12.6, < 0.14|
79
-
| aws | >= 2.68, < 4.0|
78
+
| terraform | >= 0.13.0|
79
+
| aws | >= 3.13|
80
80
81
81
## Providers
82
82
83
83
| Name | Version |
84
84
|------|---------|
85
-
| aws | >= 2.68, < 4.0 |
86
-
| null | n/a |
85
+
| aws | >= 3.13 |
87
86
88
87
## Inputs
89
88
@@ -135,6 +134,7 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [LinkedIn](http
135
134
| task\_stop\_timeout | Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own. The max stop timeout value is 120 seconds and if the parameter is not specified, the default value of 30 seconds is used. |`number`|`null`| no |
136
135
| volume | (Optional) A set of volume blocks that containers in your task may use. This is a list of maps, where each map should contain "name", "host\_path", "docker\_volume\_configuration" and "efs\_volume\_configuration". Full set of options can be found at https://www.terraform.io/docs/providers/aws/r/ecs_task_definition.html|`list`|`[]`| no |
137
136
| vpc\_id | The VPC ID. |`string`| n/a | yes |
137
+
| wait\_for\_steady\_state | If true, Terraform will wait for the service to reach a steady state (like aws ecs wait services-stable) before continuing. |`bool`|`false`| no |
0 commit comments