Skip to content

mongodb-devprod-infrastructure/terraform-aws-eks-data-only

Repository files navigation

terraform-aws-eks-data-only

Returns descriptive information about an Amazon EKS cluster

Requirements

Name Version
terraform ~> 1.0
aws >= 3.0.0

Providers

Name Version
aws >= 3.0.0

Modules

No modules.

Resources

Name Type
aws_caller_identity.this data source
aws_eks_cluster.this data source

Inputs

Name Description Type Default Required
cluster_name The name of the cluster string n/a yes

Outputs

Name Description
arn The Amazon Resource Name (ARN) of the cluster
certificate_authority The certificate-authority-data for your cluster
endpoint The endpoint for your Kubernetes API server
name The name of the cluster
open_id_connect_provider_arn The Amazon Resource Name (ARN) of the IAM OpenID Connect provider
open_id_connect_provider_issuer The issuer for OIDC Provider
subnet_ids The subnets associated with your cluster
vpc_id The VPC associated with your cluster

Contributing

Please refer to the CONTRIBUTING document for more information.

License

Apache License 2.0