Skip to content

Commit

Permalink
Merge pull request #5 from base2Services/feature/output_cluster_name
Browse files Browse the repository at this point in the history
Add output for cluster name
  • Loading branch information
Guslington authored Mar 4, 2020
2 parents 95035a5 + 6f26394 commit a7083e0
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 a7083e0

Please sign in to comment.