Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Oct 10, 2024
1 parent 4bca5d3 commit 8844ff7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ output "bucket_region" {
value = data.aws_s3_bucket.file_storage.region
}

output "cluster_name" {
output "cluster_id" {
value = module.app_eks.cluster_name
}

output "eks" {
value = module.app_eks
}

output "cluster_node_role" {
value = module.app_eks.node_role
}
Expand Down

0 comments on commit 8844ff7

Please sign in to comment.