Skip to content

Commit

Permalink
bugfix for the dynamic credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn committed Apr 12, 2023
1 parent a868d61 commit 15d517c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/terraform/workspace/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ resource "aws_iam_openid_connect_provider" "terraform_cloud" {
var.terraform_cloud_aws_audience
]
thumbprint_list = [
data.tls_certificate.terraform_cloud_certificate.sha1_fingerprint
data.tls_certificate.terraform_cloud_certificate[0].sha1_fingerprint
]
}

Expand Down

0 comments on commit 15d517c

Please sign in to comment.