Learn-terraform-provision-eks-cluster: terraform providers

From wikieduonline
Jump to navigation Jump to search
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[edit]

Advertising: