Skip to content

Commit

Permalink
tf check fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kverma committed Oct 4, 2023
1 parent 117cc64 commit 0c3c167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

Expand Down

0 comments on commit 0c3c167

Please sign in to comment.