## You can generate the thumbprint using the below command. Change the region in the url accordingly
## # echo | openssl s_client -connect oidc.eks.eu-central-1.amazonaws.com:443 2>&- | openssl x509 -fingerprint -noout | sed 's/://g' | awk -F= '{print tolower($2)}'

resource "aws_iam_openid_connect_provider" "mconp-del-prod-02-eks" {
  url = "https://oidc.eks.eu-central-1.amazonaws.com/id/3C779BEE23ADB768170070FA8987C544"
  client_id_list = [
    "sts.amazonaws.com",
  ]
  thumbprint_list = ["9e99a48a9960b14926bb7f3b02e22da2b0ab7280"]
}
