From 1a6398adbe242fc8d3ca1efe22090ad7fe195a98 Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Fri, 3 Jul 2020 23:47:48 +0900 Subject: [PATCH] Fix terraform apply error on upgrade (#22) --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index af06676..3eaa2b4 100644 --- a/main.tf +++ b/main.tf @@ -14,7 +14,7 @@ resource "aws_security_group_rule" "egress" { protocol = "tcp" } -resource "aws_security_group_rule" "ingress" { +resource "aws_security_group_rule" "ingress_any" { security_group_id = aws_security_group.this.id type = "ingress" cidr_blocks = var.private_subnets_cidr_blocks