From f8a0e767e6882b80f8454feaab54d9df931d2bc3 Mon Sep 17 00:00:00 2001 From: mmogos Date: Tue, 8 Jul 2025 13:04:59 +0300 Subject: [PATCH 1/2] CAT-25581 jdx/mise-action@v2 fix installing tools --- .tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2a83161fdea327ab96b6c811c8bddf1b2c18d77c Mon Sep 17 00:00:00 2001 From: mirceamogos Date: Tue, 8 Jul 2025 10:05:37 +0000 Subject: [PATCH 2/2] Running document script --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 |