diff --git a/outputs.tf b/outputs.tf index e69de29..85510cb 100644 --- a/outputs.tf +++ b/outputs.tf @@ -0,0 +1,3 @@ +output "node_security_group_name" { + value = "nodes.${var.name}" +}