aboutsummaryrefslogtreecommitdiffstats
path: root/terraform
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-16 16:23:56 +0100
committerAlex Schofield <git@ajschof.me>2024-08-16 16:23:56 +0100
commit7dc483269648e7869df713fa5f946803358cd595 (patch)
tree2876addb30010f0773d2cc3c7997bf6899352a66 /terraform
parent39a33cecb5e19f15bed4a099b02bdba56c80c073 (diff)
downloadde-project-bentley-7dc483269648e7869df713fa5f946803358cd595.tar.gz
de-project-bentley-7dc483269648e7869df713fa5f946803358cd595.zip
infra(tf): add version constraints for null and archive
Diffstat (limited to 'terraform')
-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