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
fix: Ensure the correct service CIDR and IP family is used in the rendered user data (#2963)
* fix: Ensuring the correct service CIDR and IP family is used in the rendered user data
* chore: Updates from testing and validating
* chore: Fix example destroy instructions
* fix: Only require `cluster_service_cidr` when `create = true`
* chore: Clean up commented out code and add note on check length
@@ -352,12 +352,14 @@ We are grateful to the community for contributing bugfixes and improvements! Ple
352
352
| <aname="output_cluster_iam_role_unique_id"></a> [cluster\_iam\_role\_unique\_id](#output\_cluster\_iam\_role\_unique\_id)| Stable and unique string identifying the IAM role |
353
353
| <aname="output_cluster_id"></a> [cluster\_id](#output\_cluster\_id)| The ID of the EKS cluster. Note: currently a value is returned only for local EKS clusters created on Outposts |
354
354
| <aname="output_cluster_identity_providers"></a> [cluster\_identity\_providers](#output\_cluster\_identity\_providers)| Map of attribute maps for all EKS identity providers enabled |
355
+
| <aname="output_cluster_ip_family"></a> [cluster\_ip\_family](#output\_cluster\_ip\_family)| The IP family used by the cluster (e.g. `ipv4` or `ipv6`) |
355
356
| <aname="output_cluster_name"></a> [cluster\_name](#output\_cluster\_name)| The name of the EKS cluster |
356
357
| <aname="output_cluster_oidc_issuer_url"></a> [cluster\_oidc\_issuer\_url](#output\_cluster\_oidc\_issuer\_url)| The URL on the EKS cluster for the OpenID Connect identity provider |
357
358
| <aname="output_cluster_platform_version"></a> [cluster\_platform\_version](#output\_cluster\_platform\_version)| Platform version for the cluster |
358
359
| <aname="output_cluster_primary_security_group_id"></a> [cluster\_primary\_security\_group\_id](#output\_cluster\_primary\_security\_group\_id)| Cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control-plane-to-data-plane communication. Referred to as 'Cluster security group' in the EKS console |
359
360
| <aname="output_cluster_security_group_arn"></a> [cluster\_security\_group\_arn](#output\_cluster\_security\_group\_arn)| Amazon Resource Name (ARN) of the cluster security group |
360
361
| <aname="output_cluster_security_group_id"></a> [cluster\_security\_group\_id](#output\_cluster\_security\_group\_id)| ID of the cluster security group |
362
+
| <aname="output_cluster_service_cidr"></a> [cluster\_service\_cidr](#output\_cluster\_service\_cidr)| The CIDR block where Kubernetes pod and service IP addresses are assigned from |
361
363
| <aname="output_cluster_status"></a> [cluster\_status](#output\_cluster\_status)| Status of the EKS cluster. One of `CREATING`, `ACTIVE`, `DELETING`, `FAILED`|
362
364
| <aname="output_cluster_tls_certificate_sha1_fingerprint"></a> [cluster\_tls\_certificate\_sha1\_fingerprint](#output\_cluster\_tls\_certificate\_sha1\_fingerprint)| The SHA1 fingerprint of the public key of the cluster's certificate |
363
365
| <aname="output_cluster_version"></a> [cluster\_version](#output\_cluster\_version)| The Kubernetes version for the cluster |
0 commit comments