Skip to content

Commit 87b2ef2

Browse files
committed
fix(CI): remove the naive http request from the lambda stack
1 parent 4ae93ef commit 87b2ef2

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

infra/lambda/mock.tf

Lines changed: 0 additions & 18 deletions
This file was deleted.

infra/lambda/versions.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ terraform {
88
source = "hashicorp/archive"
99
version = "~> 2.5"
1010
}
11-
http = {
12-
source = "hashicorp/http"
13-
version = "~> 3.4"
14-
}
15-
random = {
16-
source = "hashicorp/random"
17-
version = "~> 3.6"
18-
}
1911
}
2012

2113
required_version = "< 2"

0 commit comments

Comments
 (0)