Skip to content

Commit

Permalink
commit from ci -- ran terraform-docs and pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2024
1 parent 3b719a0 commit 279f2b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/happy-service-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
| <a name="input_additional_pod_labels"></a> [additional\_pod\_labels](#input\_additional\_pod\_labels) | Additional labels to add to the pods. | `map(string)` | `{}` | no |
| <a name="input_additional_volumes_from_config_maps"></a> [additional\_volumes\_from\_config\_maps](#input\_additional\_volumes\_from\_config\_maps) | Additional volumes to add to the container from the following config maps | <pre>object({<br> items : optional(list(string), []),<br> })</pre> | <pre>{<br> "items": []<br>}</pre> | no |
| <a name="input_additional_volumes_from_secrets"></a> [additional\_volumes\_from\_secrets](#input\_additional\_volumes\_from\_secrets) | Additional volumes to add to the container from the following secrets | <pre>object({<br> items : optional(list(string), []),<br> base_dir : optional(string, "/var"),<br> })</pre> | <pre>{<br> "base_dir": "/var",<br> "items": []<br>}</pre> | no |
| <a name="input_app_name"></a> [app\_name](#input\_app\_name) | The happy application name | `string` | n/a | yes |
| <a name="input_args"></a> [args](#input\_args) | Args to pass to the command | `list(string)` | `[]` | no |
| <a name="input_aws_iam"></a> [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. | <pre>object({<br> service_account_name : optional(string, null),<br> policy_json : optional(string, ""),<br> })</pre> | `{}` | no |
| <a name="input_certificate_arn"></a> [certificate\_arn](#input\_certificate\_arn) | ACM certificate ARN to attach to the load balancer listener | `string` | n/a | yes |
Expand Down

0 comments on commit 279f2b3

Please sign in to comment.