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 5a2ebc2 commit 6e4b82cCopy full SHA for 6e4b82c
main.tf
@@ -355,6 +355,7 @@ resource "aws_security_group_rule" "this" {
355
ipv6_cidr_blocks = try(each.value.ipv6_cidr_blocks, null)
356
prefix_list_ids = try(each.value.prefix_list_ids, null)
357
source_security_group_id = try(each.value.source_security_group_id, null)
358
+ self = try(each.value.self, null)
359
}
360
361
################################################################################
0 commit comments