Skip to content

Commit

Permalink
chore: update lablabs/eks-external-dns/aws to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Garcia Dorta authored and mercuriete committed Jun 2, 2022
1 parent 685b826 commit bfbe48f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ module "alb_controller" {

module "external_dns" {
source = "lablabs/eks-external-dns/aws"
version = "0.8.1"
version = "1.0.0"

cluster_name = data.aws_eks_cluster.eks-cluster.name
cluster_identity_oidc_issuer = data.aws_eks_cluster.eks-cluster.identity[0].oidc[0].issuer
cluster_identity_oidc_issuer_arn = var.iam_oidc_provider_arn

Expand Down

0 comments on commit bfbe48f

Please sign in to comment.