diff --git a/outputs.tf b/outputs.tf index 1ada093..f4c4479 100644 --- a/outputs.tf +++ b/outputs.tf @@ -4,7 +4,7 @@ output "prefix_list_id" { } output "security_group_id" { - value = var.new_sg && var.enable ? aws_security_group.default[0].id : null + value = var.new_sg && var.enable ? aws_security_group.default[0].id : null description = "IDs on the AWS Security Groups associated with the instance." }