Skip to content

Commit

Permalink
cleanup providers
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Nov 26, 2024
1 parent c540014 commit 813c8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 813c8ec

Please sign in to comment.