diff --git a/.tool-versions b/.tool-versions
index 6995b42..372cdd1 100644
--- a/.tool-versions
+++ b/.tool-versions
@@ -2,6 +2,6 @@ terraform 1.4.5
golang 1.20.3
ripgrep 13.0.0
tflint 0.46.0
-github-cli 2.27.0
+github-cli 2.74.2
fd 8.7.0
terraform-docs 0.16.0
diff --git a/README.md b/README.md
index 317a7db..984f9d6 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
### Using the Repo Source
```hcl
-github.com/pbs/terraform-aws-ecs-task-definition-module?ref=2.1.3
+github.com/pbs/terraform-aws-ecs-task-definition-module?ref=x.y.z
```
### Alternative Installation Methods
@@ -22,7 +22,7 @@ Integrate this module like so:
```hcl
module "task" {
- source = "github.com/pbs/terraform-aws-ecs-task-definition-module?ref=2.1.3"
+ source = "github.com/pbs/terraform-aws-ecs-task-definition-module?ref=x.y.z"
# Tagging Parameters
organization = var.organization
@@ -40,7 +40,7 @@ module "task" {
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
-`2.1.3`
+`x.y.z`
Note, however that subtrees can be altered as desired within repositories.
@@ -135,6 +135,7 @@ No modules.
| [tags](#input\_tags) | Extra tags | `map(string)` | `{}` | no |
| [task\_execution\_role\_policy\_json](#input\_task\_execution\_role\_policy\_json) | (optional) IAM policy to attach to task execution role used for this task and replace defaults | `string` | `null` | no |
| [task\_family](#input\_task\_family) | (optional) task family for task. This is effectively the name of the task, without qualification of revision | `string` | `null` | no |
+| [track\_latest](#input\_track\_latest) | (optional) Whether should track latest ACTIVE task definition on AWS or the one created with the resource stored in state. | `bool` | `false` | no |
| [use\_cwagent\_sidecar](#input\_use\_cwagent\_sidecar) | (optional) if set to true, will add a cwagent sidecar container | `bool` | `false` | no |
| [use\_xray\_sidecar](#input\_use\_xray\_sidecar) | (optional) if set to null, will use the sidecar to trace the task if envoy is used, as that automatically implements tracing configs. | `bool` | `null` | no |
| [virtual\_gateway](#input\_virtual\_gateway) | (optional) the name of the virtual gateway associated with this task definition. If null, ignored | `string` | `null` | no |