We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117cc64 commit 0c3c167Copy full SHA for 0c3c167
outputs.tf
@@ -4,7 +4,7 @@ output "prefix_list_id" {
4
}
5
6
output "security_group_id" {
7
- 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
8
description = "IDs on the AWS Security Groups associated with the instance."
9
10
0 commit comments