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
Copy file name to clipboardExpand all lines: modules/service/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ module "ecs_service" {
340
340
| <aname="input_track_latest"></a> [track\_latest](#input\_track\_latest)| Whether should track latest `ACTIVE` task definition on AWS or the one created with the resource stored in state. Default is `false`. Useful in the event the task definition is modified outside of this resource |`bool`|`true`| no |
341
341
| <aname="input_triggers"></a> [triggers](#input\_triggers)| Map of arbitrary keys and values that, when changed, will trigger an in-place update (redeployment). Useful with `timestamp()`|`map(string)`|`null`| no |
| <aname="input_volume_configuration"></a> [volume\_configuration](#input\_volume\_configuration)| Configuration for a volume specified in the task definition as a volume that is configured at launch time | <pre>object({<br/> name = string<br/> managed_ebs_volume = list(object({<br/> encrypted = optional(bool)<br/> file_system_type = optional(string)<br/> iops = optional(number)<br/> kms_key_id = optional(string)<br/> size_in_gb = optional(number)<br/> snapshot_id = optional(string)<br/> throughput = optional(number)<br/> volume_type = optional(string)<br/> tag_specification = optional(list(object({<br/> resource_type = string<br/> propagate_tags = optional(string, "TASK_DEFINITION")<br/> tags = optional(map(string))<br/> })))<br/> }))<br/> })</pre> |`null`| no |
343
+
| <aname="input_volume_configuration"></a> [volume\_configuration](#input\_volume\_configuration)| Configuration for a volume specified in the task definition as a volume that is configured at launch time | <pre>object({<br/> name = string<br/> managed_ebs_volume = list(object({<br/> encrypted = optional(bool)<br/> file_system_type = optional(string)<br/> iops = optional(number)<br/> kms_key_id = optional(string)<br/> size_in_gb = optional(number)<br/> snapshot_id = optional(string)<br/> throughput = optional(number)<br/> volume_type = optional(string)<br/> tag_specifications = optional(list(object({<br/> resource_type = string<br/> propagate_tags = optional(string, "TASK_DEFINITION")<br/> tags = optional(map(string))<br/> })))<br/> }))<br/> })</pre> |`null`| no |
344
344
| <aname="input_vpc_lattice_configurations"></a> [vpc\_lattice\_configurations](#input\_vpc\_lattice\_configurations)| The VPC Lattice configuration for your service that allows Lattice to connect, secure, and monitor your service across multiple accounts and VPCs | <pre>object({<br/> role_arn = string<br/> target_group_arn = string<br/> port_name = string<br/> })</pre> |`null`| no |
345
345
| <aname="input_wait_for_steady_state"></a> [wait\_for\_steady\_state](#input\_wait\_for\_steady\_state)| If true, Terraform will wait for the service to reach a steady state before continuing. Default is `false`|`bool`|`null`| no |
346
346
| <aname="input_wait_until_stable"></a> [wait\_until\_stable](#input\_wait\_until\_stable)| Whether terraform should wait until the task set has reached `STEADY_STATE`|`bool`|`null`| no |
0 commit comments