Skip to content

Commit

Permalink
oidc fix (#4495)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry authored Jun 6, 2024
1 parent 4e4f8d2 commit 4c73058
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ resource "aws_iam_openid_connect_provider" "airflow_dev" {
client_id_list = ["sts.amazonaws.com"]
thumbprint_list = [data.tls_certificate.airflow_dev_eks_cluster.certificates[0].sha1_fingerprint]
}

import {
to = aws_iam_openid_connect_provider.airflow_dev
id = "arn:aws:iam::593291632749:oidc-provider/oidc.eks.eu-west-1.amazonaws.com/id/59429428EBABBB9F911A173D7B8E8179"
}

0 comments on commit 4c73058

Please sign in to comment.