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 Oct 2, 2024
1 parent 234ef16 commit 693731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/happy-stack-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
| <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_allow_k6_operator"></a> [allow\_k6\_operator](#input\_allow\_k6\_operator) | A flag to allow the k6 operator to access this protected service | `bool` | `false` | no |
| <a name="input_app_name"></a> [app\_name](#input\_app\_name) | The happy application name | `string` | `""` | no |
| <a name="input_create_dashboard"></a> [create\_dashboard](#input\_create\_dashboard) | Create a dashboard for this stack | `bool` | `false` | no |
| <a name="input_deployment_stage"></a> [deployment\_stage](#input\_deployment\_stage) | Deployment stage for the app | `string` | n/a | yes |
| <a name="input_emptydir_volumes"></a> [emptydir\_volumes](#input\_emptydir\_volumes) | define any emptyDir volumes to make available to the pod | <pre>list(object({<br> name : string,<br> parameters : object({<br> size_limit : optional(string, "500mi"),<br> })<br> }))</pre> | `[]` | no |
| <a name="input_enable_service_mesh"></a> [enable\_service\_mesh](#input\_enable\_service\_mesh) | Enable service mesh for this stack | `bool` | `false` | no |
| <a name="input_allow_k6_operator"></a> [allow\_k6\_operator](#input\_allow\_k6\_operator) | A flag to allow the k6 operator to access this protected service | `bool` | `false` | no |
| <a name="input_image_tag"></a> [image\_tag](#input\_image\_tag) | Please provide a default image tag | `string` | n/a | yes |
| <a name="input_image_tags"></a> [image\_tags](#input\_image\_tags) | Override image tag for each docker image | `map(string)` | `{}` | no |
| <a name="input_k8s_namespace"></a> [k8s\_namespace](#input\_k8s\_namespace) | K8S namespace for this stack | `string` | n/a | yes |
Expand Down

0 comments on commit 693731c

Please sign in to comment.