diff --git a/terraform/modules/happy-service-eks/README.md b/terraform/modules/happy-service-eks/README.md index 409426284f..cdee34c6af 100644 --- a/terraform/modules/happy-service-eks/README.md +++ b/terraform/modules/happy-service-eks/README.md @@ -53,6 +53,7 @@ | [additional\_pod\_labels](#input\_additional\_pod\_labels) | Additional labels to add to the pods. | `map(string)` | `{}` | no | | [additional\_volumes\_from\_config\_maps](#input\_additional\_volumes\_from\_config\_maps) | Additional volumes to add to the container from the following config maps |
object({|
items : optional(list(string), []),
})
{| no | | [additional\_volumes\_from\_secrets](#input\_additional\_volumes\_from\_secrets) | Additional volumes to add to the container from the following secrets |
"items": []
}
object({|
items : optional(list(string), []),
base_dir : optional(string, "/var"),
})
{| no | +| [app\_name](#input\_app\_name) | The happy application name | `string` | n/a | yes | | [args](#input\_args) | Args to pass to the command | `list(string)` | `[]` | no | | [aws\_iam](#input\_aws\_iam) | The AWS IAM service account or policy JSON to give to the pod. Only one of these should be set. |
"base_dir": "/var",
"items": []
}
object({| `{}` | no | | [certificate\_arn](#input\_certificate\_arn) | ACM certificate ARN to attach to the load balancer listener | `string` | n/a | yes |
service_account_name : optional(string, null),
policy_json : optional(string, ""),
})