We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd33a6 commit 6081fa5Copy full SHA for 6081fa5
terraform/eks_nodegroup/ebs.tf
@@ -1,8 +1,3 @@
1
-provider "kubernetes" {
2
- host = module.eks.cluster_endpoint
3
- cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data)
4
- token = data.aws_eks_cluster_auth.cluster.token
5
-}
6
// This addon will also create a kubernetes service account with the necessary IAM role attached to managed EBS volumes
7
resource "aws_eks_addon" "ebs" {
8
depends_on = [ module.eks_managed_node_group ]
0 commit comments