Skip to content

Commit 79645ff

Browse files
authored
Fix terraform referencing a deleted resource (#4184)
1 parent 88b5b8b commit 79645ff

File tree

1 file changed

+0
-4
lines changed
  • infrastructure/applications/pycon_backend

1 file changed

+0
-4
lines changed

infrastructure/applications/pycon_backend/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ data "aws_vpc" "default" {
1313
}
1414
}
1515

16-
data "aws_iam_role" "lambda" {
17-
name = "pythonit-lambda-role"
18-
}
19-
2016
data "aws_subnets" "private" {
2117
filter {
2218
name = "vpc-id"

0 commit comments

Comments
 (0)