From d11489272c0512921f2633e2c491b533455b3abf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 22 Nov 2024 14:12:18 +0000 Subject: [PATCH] terraform-docs: automated action --- service/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/README.md b/service/README.md index c9c9e53..e30173d 100644 --- a/service/README.md +++ b/service/README.md @@ -94,8 +94,8 @@ No modules. | [ephemeral\_storage\_size\_in\_gib](#input\_ephemeral\_storage\_size\_in\_gib) | The size of the ephemeral storage to use for the task definition | `number` | `30` | no | | [force\_new\_deployment](#input\_force\_new\_deployment) | Whether to force a new deployment of the service | `bool` | `false` | no | | [health\_check\_grace\_period\_seconds](#input\_health\_check\_grace\_period\_seconds) | The grace period to allow for healthy instances to warm up before checking them | `number` | `0` | no | -| [ignore\_changes](#input\_ignore\_changes) | Whether to ignore changes to the service, task definition, container definition | `bool` | n/a | yes | | [name](#input\_name) | The name of the ECS service | `string` | n/a | yes | +| [pin\_task\_definition\_revision](#input\_pin\_task\_definition\_revision) | The revision of the task definition to use | `number` | `0` | no | | [security\_groups](#input\_security\_groups) | A list of security group IDs to associate with the service | `list(string)` | n/a | yes | | [service\_load\_balancers](#input\_service\_load\_balancers) | A list of load balancers to associate with the service |
list(object({
container_name = string
container_port = number
elb_name = optional(string)
target_group_arn = string
}))
| n/a | yes | | [service\_role\_arn](#input\_service\_role\_arn) | The ARN of the IAM role to use for the service | `string` | n/a | yes |