Skip to content

Commit

Permalink
Merge pull request #185 from tablexi/va-fix-interpolation-only-warning
Browse files Browse the repository at this point in the history
Fix interpolation-only expression warning
  • Loading branch information
vandrijevik authored Jan 8, 2021
2 parents 4e63bc5 + b41560f commit 4d1a9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ resource "aws_eks_node_group" "default" {
}

data "tls_certificate" "default" {
url = "${aws_eks_cluster.master.identity.0.oidc.0.issuer}"
url = aws_eks_cluster.master.identity.0.oidc.0.issuer
}

# IAM Service Account integration
Expand Down

0 comments on commit 4d1a9e7

Please sign in to comment.