aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/main.tf
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2024-08-19 12:09:25 +0100
committerGitHub <noreply@github.com>2024-08-19 12:09:25 +0100
commitf28e4038d20b4630fafcae9a7825794e529bace2 (patch)
tree0c378561e0dde843c0a281c692d137bb6bb0d0a7 /terraform/main.tf
parent5cc511d2afeea262db0db7039c8f83c123da77ea (diff)
parent09b8b7903098a988a9a022d0ab607f8131c9c78f (diff)
downloadde-project-bentley-f28e4038d20b4630fafcae9a7825794e529bace2.tar.gz
de-project-bentley-f28e4038d20b4630fafcae9a7825794e529bace2.zip
Merge branch 'development' into feature/test-extract-lambda
Diffstat (limited to 'terraform/main.tf')
-rw-r--r--terraform/main.tf8
1 files changed, 8 insertions, 0 deletions
diff --git a/terraform/main.tf b/terraform/main.tf
index 3b06701..310a251 100644
--- a/terraform/main.tf
+++ b/terraform/main.tf
@@ -4,6 +4,14 @@ terraform {
source = "hashicorp/aws"
version = "~>5.0"
}
+ null = {
+ source = "hashicorp/null"
+ version = "~>3.2.2"
+ }
+ archive = {
+ source = "hashicorp/archive"
+ version = "~>2.5.0"
+ }
}
backend "s3" {
bucket = "bentley-project-secrets"
git.ajschof.me — hosted by ajschofield — powered by cgit