Skip to content

Commit afa4e84

Browse files
committed
Fix: update OpenID Connect provider attribute from 'arn' to 'url'
1 parent 5d0699b commit afa4e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sage-aws-eks-addons/data.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ data "aws_eks_cluster" "cluster" {
3333
}
3434

3535
data "aws_iam_openid_connect_provider" "eks" {
36-
arn = data.aws_eks_cluster.cluster.identity[0].oidc[0].issuer
36+
url = data.aws_eks_cluster.cluster.identity[0].oidc[0].issuer
3737
}

0 commit comments

Comments
 (0)