Skip to content

Commit e7dd343

Browse files
authored
Remove unused security group data (#28)
* Remove unused security group data * Add newline to end of data.tf
1 parent 286bdf5 commit e7dd343

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/ui/data.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
data "aws_caller_identity" "current" {}
22

33
data "aws_region" "current" {}
4-
5-
data "aws_security_group" "vpc_default" {
6-
name = "default"
7-
vpc_id = var.metaflow_vpc_id
8-
}

0 commit comments

Comments
 (0)