Skip to content

Commit 679de19

Browse files
authored
Merge pull request #63 from pbs/CAT-25581-v3
CAT-25581 jdx/mise-action@v2 fix installing tools
2 parents 633abb5 + 2a83161 commit 679de19

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ terraform 1.4.5
22
golang 1.20.3
33
ripgrep 13.0.0
44
tflint 0.46.0
5-
github-cli 2.27.0
5+
github-cli 2.74.2
66
fd 8.7.0
77
terraform-docs 0.16.0

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Using the Repo Source
66

77
```hcl
8-
github.com/pbs/terraform-aws-ecs-task-definition-module?ref=2.1.3
8+
github.com/pbs/terraform-aws-ecs-task-definition-module?ref=x.y.z
99
```
1010

1111
### Alternative Installation Methods
@@ -22,7 +22,7 @@ Integrate this module like so:
2222

2323
```hcl
2424
module "task" {
25-
source = "github.com/pbs/terraform-aws-ecs-task-definition-module?ref=2.1.3"
25+
source = "github.com/pbs/terraform-aws-ecs-task-definition-module?ref=x.y.z"
2626
2727
# Tagging Parameters
2828
organization = var.organization
@@ -40,7 +40,7 @@ module "task" {
4040

4141
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
4242

43-
`2.1.3`
43+
`x.y.z`
4444

4545
Note, however that subtrees can be altered as desired within repositories.
4646

@@ -135,6 +135,7 @@ No modules.
135135
| <a name="input_tags"></a> [tags](#input\_tags) | Extra tags | `map(string)` | `{}` | no |
136136
| <a name="input_task_execution_role_policy_json"></a> [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 |
137137
| <a name="input_task_family"></a> [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 |
138+
| <a name="input_track_latest"></a> [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 |
138139
| <a name="input_use_cwagent_sidecar"></a> [use\_cwagent\_sidecar](#input\_use\_cwagent\_sidecar) | (optional) if set to true, will add a cwagent sidecar container | `bool` | `false` | no |
139140
| <a name="input_use_xray_sidecar"></a> [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 |
140141
| <a name="input_virtual_gateway"></a> [virtual\_gateway](#input\_virtual\_gateway) | (optional) the name of the virtual gateway associated with this task definition. If null, ignored | `string` | `null` | no |

0 commit comments

Comments
 (0)