Skip to content

Commit

Permalink
fix(tf): change ecr lifecycle policy rules for keeping important tags
Browse files Browse the repository at this point in the history
  • Loading branch information
otuma-skippay committed Jul 10, 2024
1 parent ee09b9e commit 4b3370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The service is behind a load balancer which means it is exposed. A HTTP healthch
| cooldown | n/a | `number` | `60` | no |
| cpu | CPU reservation for the task | `number` | `256` | no |
| deregistration\_delay | n/a | `number` | `30` | no |
| ecr\_tag\_prefix\_list | n/a | `list` | `["!latest"]` | no |
| ecr\_tag\_prefix\_list | n/a | `list` | `["latest"]` | no |
| ecr_number\_of\_newest_tags | n/a | `number` | `90` | no |
| ecr\_untagged\_lifetime | n/a | `number` | `1` | no |
| environment | n/a | `list` | `[]` | no |
Expand Down

0 comments on commit 4b3370f

Please sign in to comment.