Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
naftulikay committed May 8, 2024
1 parent 65807f2 commit ebef075
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions r.iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

resource aws_iam_openid_connect_provider default {
url = var.url
# FIXME this is the original value copied from the gha module
# client_id_list = var.sts_endpoints
# this is what terraform cloud docs suggest
client_id_list = ["aws.workload.identity"]
thumbprint_list = length(var.thumbprint_list) == 0 ? [local.tfcloud_oidc_fingerprint] : var.thumbprint_list
tags = var.tags
Expand Down

0 comments on commit ebef075

Please sign in to comment.