Difference between revisions of "Learn-terraform-provision-eks-cluster: terraform providers"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
├── module.vpc | ├── module.vpc | ||
│ └── provider[registry.terraform.io/hashicorp/aws] >= 3.63.0 | │ └── provider[registry.terraform.io/hashicorp/aws] >= 3.63.0 | ||
− | └── module.eks | + | └── [[module.eks]] |
├── provider[registry.terraform.io/[[hashicorp/tls]]] ~> 3.0 | ├── provider[registry.terraform.io/[[hashicorp/tls]]] ~> 3.0 | ||
├── provider[registry.terraform.io/hashicorp/kubernetes] >= 2.10.0 | ├── provider[registry.terraform.io/hashicorp/kubernetes] >= 2.10.0 |
Revision as of 12:05, 12 September 2022
terraform providers
Providers required by configuration: . ├── provider[registry.terraform.io/hashicorp/aws] ~> 4.15.0 ├── provider[registry.terraform.io/hashicorp/random] 3.1.0 ├── provider[registry.terraform.io/hashicorp/kubernetes] ├── module.vpc │ └── provider[registry.terraform.io/hashicorp/aws] >= 3.63.0 └── module.eks ├── provider[registry.terraform.io/hashicorp/tls] ~> 3.0 ├── provider[registry.terraform.io/hashicorp/kubernetes] >= 2.10.0 ├── provider[registry.terraform.io/hashicorp/aws] >= 3.72.0 ├── module.self_managed_node_group ├── provider[registry.terraform.io/hashicorp/aws] >= 3.72.0 └── module.user_data └── provider[registry.terraform.io/hashicorp/cloudinit] >= 2.0.0 ├── module.eks_managed_node_group ├── provider[registry.terraform.io/hashicorp/aws] >= 3.72.0 └── module.user_data └── provider[registry.terraform.io/hashicorp/cloudinit] >= 2.0.0 ├── module.fargate_profile └── provider[registry.terraform.io/hashicorp/aws] >= 3.72.0 └── module.kms └── provider[registry.terraform.io/hashicorp/aws] >= 3.72.0
See also
terraform providers (command)
- EKS,
eksctl
, EKS add-ons, Amazon EKS cluster role, Terraform EKS, Kubernetes Autoscaler, Karpenter, Terraform module: EKS, Terraform resource: aws eks node group, Terraform data source: aws_eks_cluster, AWS Controllers for Kubernetes, AWS Load Balancer Controller, Amazon EKS Anywhere, Kustomize,aws-iam-authenticator
, ACK, tEKS, Amazon EKS authorization, Amazon EKS authentication, Nodegroup, EKS storage,aws-ebs-csi-driver, aws-efs-csi-driver, aws-load-balancer-controller, amazon-vpc-cni-k8s
, EKS security, EKS Best Practices Guides,hardeneks
, EKS versions,fargate-scheduler
,eks-connector
, Resilience in Amazon EKS, EKS control plane logging, Security groups for Pods in EKS
Advertising: