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_additional_tags"></a> [additional\_tags](#input\_additional\_tags)| Additional tags to include |`map(string)`|`{}`| no |
47
+
| <aname="input_create_vpc"></a> [create\_vpc](#input\_create\_vpc)| Specifies if new VPC be created, if not `vpc_id` and `subnet_ids` variables need to be provided |`bool`|`true`| no |
46
48
| <aname="input_eks_additional_cluster_addons"></a> [eks\_additional\_cluster\_addons](#input\_eks\_additional\_cluster\_addons)| Map of additional cluster addon configurations to enable for the cluster. |`any`|`{}`| no |
47
49
| <aname="input_eks_cluster_auth_role"></a> [eks\_cluster\_auth\_role](#input\_eks\_cluster\_auth\_role)| AWS roles with access permission to EKS cluster | <pre>list(object({<br> rolearn : string<br> username : string<br> groups = list(string)<br> }))</pre> |`[]`| no |
48
50
| <aname="input_eks_cluster_auth_user"></a> [eks\_cluster\_auth\_user](#input\_eks\_cluster\_auth\_user)| AWS users with access permission to EKS cluster | <pre>list(object({<br> userarn : string<br> username : string<br> groups = list(string)<br> }))</pre> |`[]`| no |
@@ -61,8 +63,11 @@ No requirements.
61
63
| <aname="input_environment"></a> [environment](#input\_environment)| Environment name |`string`| n/a | yes |
62
64
| <aname="input_logs_retention_days"></a> [logs\_retention\_days](#input\_logs\_retention\_days)| Log retention in days |`number`|`14`| no |
63
65
| <aname="input_org"></a> [org](#input\_org)| Organization name - part of other resource names |`string`|`"terraform"`| no |
66
+
| <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
+
| <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 |
64
68
| <aname="input_region"></a> [region](#input\_region)| n/a |`string`|`"eu-central-1"`| no |
65
69
| <aname="input_vpc_cidr"></a> [vpc\_cidr](#input\_vpc\_cidr)| VPC CIDR address |`string`|`"10.0.0.0/16"`| no |
70
+
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| ID of existing VPC, only used when `create_vpc` is set to `false`|`string`|`""`| no |
0 commit comments