Skip to content

Commit 6e4b82c

Browse files
authored
feat: Add "self" attribute to the security group rule (#463)
1 parent 5a2ebc2 commit 6e4b82c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ resource "aws_security_group_rule" "this" {
355355
ipv6_cidr_blocks = try(each.value.ipv6_cidr_blocks, null)
356356
prefix_list_ids = try(each.value.prefix_list_ids, null)
357357
source_security_group_id = try(each.value.source_security_group_id, null)
358+
self = try(each.value.self, null)
358359
}
359360

360361
################################################################################

0 commit comments

Comments
 (0)