Skip to content

Commit

Permalink
Added new code
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-das committed Nov 30, 2019
1 parent 961cec9 commit 29d98b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security-groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_security_group" "security_group" {
cidr_blocks = [ingress.value["cidr_blocks"]]
description = ingress.value["description"]
self = ingress.value["self"]
security_groups = [ingress.value["security_groups"]]
security_groups = [split(",",ingress.value["security_groups"])]
}
}

Expand Down

0 comments on commit 29d98b0

Please sign in to comment.