Skip to content

Commit c4c1833

Browse files
committed
ignore sg changes
Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
1 parent 104100f commit c4c1833

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/aws_byoc/aws_vpc/securitygroup.tf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,9 @@ resource "aws_security_group" "zilliz_byoc_sg" {
5757
Name = "${var.name}-sg"
5858
Vendor = "zilliz-byoc"
5959
}
60-
}
60+
lifecycle {
61+
ignore_changes = [
62+
ingress,
63+
]
64+
}
65+
}

0 commit comments

Comments
 (0)