Skip to content

Commit

Permalink
remove dup provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescross91 committed Apr 24, 2020
1 parent 314f781 commit 8380bac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions aws/eks/ingress.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
provider helm {
kubernetes {
host = data.aws_eks_cluster.cluster.endpoint
cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority.0.data)
token = data.aws_eks_cluster_auth.cluster.token
load_config_file = false
}
}

resource "helm_release" "nginx-ingress" {
name = "nginx-ingress"
repository = data.helm_repository.stable.metadata[0].name
Expand Down

0 comments on commit 8380bac

Please sign in to comment.