You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_enable_bastion"></a> [enable\_bastion](#input\_enable\_bastion)| True if bastion host should be created |`bool`|`false`| no |
63
63
| <aname="input_environment"></a> [environment](#input\_environment)| Environment name |`string`| n/a | yes |
64
64
| <aname="input_logs_retention_days"></a> [logs\_retention\_days](#input\_logs\_retention\_days)| Log retention in days |`number`|`14`| no |
65
+
| <aname="input_manage_aws_auth_configmap"></a> [manage\_aws\_auth\_configmap](#input\_manage\_aws\_auth\_configmap)| Should Terraform manage aws\_auth ConfigMap used for setting up cluster access |`bool`|`true`| no |
65
66
| <aname="input_org"></a> [org](#input\_org)| Organization name - part of other resource names |`string`|`"terraform"`| no |
66
67
| <aname="input_private_subnet_ids"></a> [private\_subnet\_ids](#input\_private\_subnet\_ids)| List of IDs of existing private subnets, only used when `create_vpc` is set to `false`|`list(string)`|`[]`| no |
67
68
| <aname="input_public_subnet_ids"></a> [public\_subnet\_ids](#input\_public\_subnet\_ids)| List of IDs of existing public subnets, only used when `create_vpc` is set to `false`|`list(string)`|`[]`| no |
0 commit comments