aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/main.tf
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-19 21:49:00 +0100
committerAlex Schofield <git@ajschof.me>2024-08-19 21:49:00 +0100
commitc091506dc8e01741f54f9a8d289515c8d5ffbecf (patch)
treef7593b3086074d356165e33d6f2f7cd125a00ec8 /terraform/main.tf
parenta9fb82f5c96e0ba98d6d3453ce900f2ca22157ec (diff)
downloadde-project-bentley-c091506dc8e01741f54f9a8d289515c8d5ffbecf.tar.gz
de-project-bentley-c091506dc8e01741f54f9a8d289515c8d5ffbecf.zip
infra(tf): add version constraint for random in main.tf
Diffstat (limited to 'terraform/main.tf')
-rw-r--r--terraform/main.tf4
1 files changed, 4 insertions, 0 deletions
diff --git a/terraform/main.tf b/terraform/main.tf
index 33c760c..ad7b335 100644
--- a/terraform/main.tf
+++ b/terraform/main.tf
@@ -13,6 +13,10 @@ terraform {
source = "hashicorp/archive"
version = "~>2.5.0"
}
+ random_string = {
+ source = "hashicorp/random"
+ version = "~>3.6.2"
+ }
}
backend "s3" {
bucket = "bentley-project-secrets"
git.ajschof.me — hosted by ajschofield — powered by cgit