Skip to content

Commit

Permalink
Adding cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Aug 6, 2024
1 parent 96def99 commit 624720e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blueprints/02-at-scale/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ output "eks_cluster_arn" {
value = module.eks.cluster_arn
}

output "eks_cluster_name" {
description = "Amazon EKS cluster Name."
value = module.eks.cluster_name
}

output "s3_cbci_arn" {
description = "CloudBees CI Amazon S3 bucket ARN."
value = module.cbci_s3_bucket.s3_bucket_arn
Expand Down

0 comments on commit 624720e

Please sign in to comment.