Skip to content

Commit

Permalink
Add output for cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
lohgannash committed Mar 3, 2020
1 parent 95035a5 commit 6f26394
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eks-cluster.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,9 @@
Output(:EksNodeSecurityGroup) {
Value(Ref(:EksNodeSecurityGroup))
}

Output(:EksClusterName) {
Value(Ref(:EksCluster))
}

end

0 comments on commit 6f26394

Please sign in to comment.