fix(terraform): AWS alignments
[csit.git] / fdio.infra.terraform / terraform-aws-vpc / variables.tf
index 1e883ed..a501356 100644 (file)
@@ -67,6 +67,7 @@ variable "security_group_ingress" {
       from_port        = 22
       to_port          = 22
       protocol         = "tcp"
+      self             = false
       cidr_blocks      = ["0.0.0.0/0"]
       ipv6_cidr_blocks = ["::/0"]
     },