Skip to content

Commit ff734c3

Browse files
committed
terraform-docs: automated update action
1 parent b2918f7 commit ff734c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ module "ecs_apps" {
8787
| certificate\_internal\_arn | certificate arn for internal ALB. | `string` | `""` | no |
8888
| create\_iam\_service\_linked\_role | Create iam\_service\_linked\_role for ECS or not. | `bool` | `false` | no |
8989
| enable\_schedule | Enables schedule to shut down and start up instances outside business hours. | `bool` | `false` | no |
90+
| fargate\_only | Enable when cluster is only for fargate and does not require ASG/EC2/EFS infrastructure | `bool` | `false` | no |
9091
| instance\_types | Instance type for ECS workers | `list(any)` | `[]` | no |
9192
| instance\_volume\_size | Volume size for docker volume (in GB). | `number` | `30` | no |
9293
| instance\_volume\_size\_root | Volume size for root volume (in GB). | `number` | `16` | no |

0 commit comments

Comments
 (0)