feat: Add output for cluster TLS certificate SHA1 fingerprint and provider tags to cluster primary security group (#2249)

This commit is contained in:
Bryant Biggs
2022-09-29 15:34:20 -04:00
committed by GitHub
parent 3200006825
commit a74e98017b
15 changed files with 44 additions and 3 deletions

View File

@@ -103,6 +103,11 @@ output "oidc_provider_arn" {
value = module.eks.oidc_provider_arn
}
output "cluster_tls_certificate_sha1_fingerprint" {
description = "The SHA1 fingerprint of the public key of the cluster's certificate"
value = module.eks.cluster_tls_certificate_sha1_fingerprint
}
################################################################################
# IAM Role
################################################################################