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="output_eks_cluster_id"></a> [eks\_cluster\_id](#output\_eks\_cluster\_id)| The name of the cluster |
472
471
| <aname="output_eks_cluster_identity_oidc_issuer"></a> [eks\_cluster\_identity\_oidc\_issuer](#output\_eks\_cluster\_identity\_oidc\_issuer)| The OIDC Identity issuer for the cluster |
473
472
| <aname="output_eks_cluster_identity_oidc_issuer_arn"></a> [eks\_cluster\_identity\_oidc\_issuer\_arn](#output\_eks\_cluster\_identity\_oidc\_issuer\_arn)| The OIDC Identity issuer ARN for the cluster that can be used to associate IAM roles with a service account |
473
+
| <aname="output_eks_cluster_ipv4_service_cidr"></a> [eks\_cluster\_ipv4\_service\_cidr](#output\_eks\_cluster\_ipv4\_service\_cidr)| The IPv4 CIDR block that Kubernetes pod and service IP addresses are assigned from<br>if `kubernetes_network_ipv6_enabled` is set to false. If set to true this output will be null. |
474
474
| <aname="output_eks_cluster_ipv6_service_cidr"></a> [eks\_cluster\_ipv6\_service\_cidr](#output\_eks\_cluster\_ipv6\_service\_cidr)| The IPv6 CIDR block that Kubernetes pod and service IP addresses are assigned from<br>if `kubernetes_network_ipv6_enabled` is set to true. If set to false this output will be null. |
475
475
| <aname="output_eks_cluster_managed_security_group_id"></a> [eks\_cluster\_managed\_security\_group\_id](#output\_eks\_cluster\_managed\_security\_group\_id)| Security Group ID that was created by EKS for the cluster.<br>EKS creates a Security Group and applies it to the ENI that are attached to EKS Control Plane master nodes and to any managed workloads. |
476
476
| <aname="output_eks_cluster_role_arn"></a> [eks\_cluster\_role\_arn](#output\_eks\_cluster\_role\_arn)| ARN of the EKS cluster IAM role |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@
125
125
| <aname="output_eks_cluster_id"></a> [eks\_cluster\_id](#output\_eks\_cluster\_id)| The name of the cluster |
126
126
| <aname="output_eks_cluster_identity_oidc_issuer"></a> [eks\_cluster\_identity\_oidc\_issuer](#output\_eks\_cluster\_identity\_oidc\_issuer)| The OIDC Identity issuer for the cluster |
127
127
| <aname="output_eks_cluster_identity_oidc_issuer_arn"></a> [eks\_cluster\_identity\_oidc\_issuer\_arn](#output\_eks\_cluster\_identity\_oidc\_issuer\_arn)| The OIDC Identity issuer ARN for the cluster that can be used to associate IAM roles with a service account |
128
+
| <aname="output_eks_cluster_ipv4_service_cidr"></a> [eks\_cluster\_ipv4\_service\_cidr](#output\_eks\_cluster\_ipv4\_service\_cidr)| The IPv4 CIDR block that Kubernetes pod and service IP addresses are assigned from<br>if `kubernetes_network_ipv6_enabled` is set to false. If set to true this output will be null. |
128
129
| <aname="output_eks_cluster_ipv6_service_cidr"></a> [eks\_cluster\_ipv6\_service\_cidr](#output\_eks\_cluster\_ipv6\_service\_cidr)| The IPv6 CIDR block that Kubernetes pod and service IP addresses are assigned from<br>if `kubernetes_network_ipv6_enabled` is set to true. If set to false this output will be null. |
129
130
| <aname="output_eks_cluster_managed_security_group_id"></a> [eks\_cluster\_managed\_security\_group\_id](#output\_eks\_cluster\_managed\_security\_group\_id)| Security Group ID that was created by EKS for the cluster.<br>EKS creates a Security Group and applies it to the ENI that are attached to EKS Control Plane master nodes and to any managed workloads. |
130
131
| <aname="output_eks_cluster_role_arn"></a> [eks\_cluster\_role\_arn](#output\_eks\_cluster\_role\_arn)| ARN of the EKS cluster IAM role |
0 commit comments