Skip to content

Commit

Permalink
fix: remove remote state from eks-namespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
  • Loading branch information
ArchiFleKs committed Nov 4, 2019
1 parent 4dca6b1 commit 6bca3fd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions terraform/modules/eks-namespaces/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,3 @@ terraform {
provider "kubernetes" {
config_path = var.eks["kubeconfig_path"]
}

data "terraform_remote_state" "eks" {
backend = "s3"

config = {
bucket = var.eks["remote_state_bucket"]
key = var.eks["remote_state_key"]
region = var.aws["region"]
}
}

0 comments on commit 6bca3fd

Please sign in to comment.