Skip to content

Commit

Permalink
Update providers.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Nov 25, 2024
1 parent daf8bd7 commit 09a0991
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,3 @@ provider "aws" {

provider "local" {
}

provider "kubernetes" {
alias = "cik8s"
host = module.cik8s.cluster_endpoint
cluster_ca_certificate = base64decode(module.cik8s.cluster_certificate_authority_data)
token = data.aws_eks_cluster_auth.cik8s.token
}

0 comments on commit 09a0991

Please sign in to comment.