Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Oct 10, 2024
1 parent 12752ab commit 4bca5d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ output "cluster_name" {
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 4bca5d3

Please sign in to comment.