Skip to content

Commit

Permalink
exports node group name
Browse files Browse the repository at this point in the history
Rationale: probably better to calculate the name of the node group created
but kops here instead of relying on the calles to actually know how to
determine the name
  • Loading branch information
peter-svensson committed Oct 11, 2021
1 parent 8e67072 commit cb6c37c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
output "node_security_group_name" {
value = "nodes.${var.name}"
}

0 comments on commit cb6c37c

Please sign in to comment.