Skip to content

Commit 0c3c167

Browse files
committed
tf check fixed
1 parent 117cc64 commit 0c3c167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ output "prefix_list_id" {
44
}
55

66
output "security_group_id" {
7-
value = var.new_sg && var.enable ? aws_security_group.default[0].id : null
7+
value = var.new_sg && var.enable ? aws_security_group.default[0].id : null
88
description = "IDs on the AWS Security Groups associated with the instance."
99
}
1010

0 commit comments

Comments
 (0)