aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/main.tf
diff options
context:
space:
mode:
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