Skip to content

Instantly share code, notes, and snippets.

@phivid
Created December 2, 2019 23:01
Show Gist options
  • Save phivid/7819004a79578ff492a383e8ecba02cd to your computer and use it in GitHub Desktop.
Save phivid/7819004a79578ff492a383e8ecba02cd to your computer and use it in GitHub Desktop.
terraform_eks_webidentity
resource "aws_iam_openid_connect_provider" "example" {
client_id_list = ["sts.amazonaws.com"]
thumbprint_list = [lower("9E99A48A9960B14926BB7F3B02E22DA2B0AB7280")]
url = aws_eks_cluster.example.identity.0.oidc.0.issuer
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment