AWS EKS Terraform module

Upstream version 21.23.0
0 controls from Registry requirements

Terraform Module Source

registry.compliance.tf/terraform-aws-modules/eks/aws
NameTypeDescriptionSensitive
access_entriesMap of access entries created and their attributes
access_policy_associationsMap of eks cluster access policy associations created and their attributes
cloudwatch_log_group_arnArn of cloudwatch log group created
cloudwatch_log_group_nameName of cloudwatch log group created
cluster_addonsMap of attribute maps for all EKS cluster addons enabled
cluster_arnThe Amazon Resource Name (ARN) of the cluster
cluster_certificate_authority_dataBase64 encoded certificate data required to communicate with the cluster
cluster_control_plane_scaling_tierThe EKS Provisioned Control Plane scaling tier for the cluster
cluster_dualstack_oidc_issuer_urlDual-stack compatible URL on the EKS cluster for the OpenID Connect identity provider
cluster_endpointEndpoint for your Kubernetes API server
cluster_iam_role_arnCluster IAM role ARN
cluster_iam_role_nameCluster IAM role name
cluster_iam_role_unique_idStable and unique string identifying the IAM role
cluster_idThe ID of the EKS cluster. Note: currently a value is returned only for local EKS clusters created on Outposts
cluster_identity_providersMap of attribute maps for all EKS identity providers enabled
cluster_ip_familyThe IP family used by the cluster (e.g. `ipv4` or `ipv6`)
cluster_nameThe name of the EKS cluster
cluster_oidc_issuer_urlThe URL on the EKS cluster for the OpenID Connect identity provider
cluster_platform_versionPlatform version for the cluster
cluster_primary_security_group_idCluster 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
cluster_security_group_arnAmazon Resource Name (ARN) of the cluster security group
cluster_security_group_idID of the cluster security group
cluster_service_cidrThe CIDR block where Kubernetes pod and service IP addresses are assigned from
cluster_statusStatus of the EKS cluster. One of `CREATING`, `ACTIVE`, `DELETING`, `FAILED`
cluster_tls_certificate_sha1_fingerprintThe SHA1 fingerprint of the public key of the cluster's certificate
cluster_versionThe Kubernetes version for the cluster
eks_managed_node_groupsMap of attribute maps for all EKS managed node groups created
eks_managed_node_groups_autoscaling_group_namesList of the autoscaling group names created by EKS managed node groups
fargate_profilesMap of attribute maps for all EKS Fargate Profiles created
kms_key_arnThe Amazon Resource Name (ARN) of the key
kms_key_idThe globally unique identifier for the key
kms_key_policyThe IAM resource policy set on the key
node_iam_role_arnEKS Auto node IAM role ARN
node_iam_role_nameEKS Auto node IAM role name
node_iam_role_unique_idStable and unique string identifying the IAM role
node_security_group_arnAmazon Resource Name (ARN) of the node shared security group
node_security_group_idID of the node shared security group
oidc_providerThe OpenID Connect identity provider (issuer URL without leading `https://`)
oidc_provider_arnThe ARN of the OIDC Provider if `enable_irsa = true`
self_managed_node_groupsMap of attribute maps for all self managed node groups created
self_managed_node_groups_autoscaling_group_namesList of the autoscaling group names created by self-managed node groups