From e4056f7f043df72aac835f62c7548e0b5dafb87c Mon Sep 17 00:00:00 2001 From: ermisw Date: Tue, 3 Oct 2023 21:38:04 +0200 Subject: [PATCH] added auto-aprove seeting to terraform apply --- terraform.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/terraform.tf b/terraform.tf index f7204cd..e32c3e4 100644 --- a/terraform.tf +++ b/terraform.tf @@ -40,13 +40,13 @@ provider "aws" { provider "helm" { - kubernetes { - host = data.aws_eks_cluster.xOps.endpoint - cluster_ca_certificate = base64decode(data.aws_eks_cluster.xOps.certificate_authority[0].data) - exec { - api_version = "client.authentication.k8s.io/v1beta1" - args = ["eks", "get-token", "--cluster-name", data.aws_eks_cluster.xOps.name] - command = "aws" - } - } + # kubernetes { + # host = data.aws_eks_cluster.xOps.endpoint + # cluster_ca_certificate = base64decode(data.aws_eks_cluster.xOps.certificate_authority[0].data) + # exec { + # api_version = "client.authentication.k8s.io/v1beta1" + # args = ["eks", "get-token", "--cluster-name", data.aws_eks_cluster.xOps.name] + # command = "aws" + # } + # } }