We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89ae336 + b391ae2 commit cd99151Copy full SHA for cd99151
1 file changed
aws/eks/main.tf
@@ -183,5 +183,5 @@ resource "aws_iam_openid_connect_provider" "default" {
183
"sts.amazonaws.com",
184
]
185
186
- thumbprint_list = ["${data.tls_certificate.default.certificates.0.sha1_fingerprint}"]
+ thumbprint_list = [data.tls_certificate.default.certificates.0.sha1_fingerprint]
187
}
0 commit comments