aboutsummaryrefslogtreecommitdiffstats
path: root/terraform
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-19 21:52:15 +0100
committerAlex Schofield <git@ajschof.me>2024-08-19 21:52:15 +0100
commitce2761b311523a118cdead885ba7fcf1f7a4cd68 (patch)
tree7434b978db351717d0679422e580919bcaf852ca /terraform
parentc091506dc8e01741f54f9a8d289515c8d5ffbecf (diff)
downloadde-project-bentley-ce2761b311523a118cdead885ba7fcf1f7a4cd68.tar.gz
de-project-bentley-ce2761b311523a118cdead885ba7fcf1f7a4cd68.zip
fix(tf): correct random_string to random in main.tf
Diffstat (limited to 'terraform')
-rw-r--r--terraform/main.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform/main.tf b/terraform/main.tf
index ad7b335..6577b70 100644
--- a/terraform/main.tf
+++ b/terraform/main.tf
@@ -13,7 +13,7 @@ terraform {
source = "hashicorp/archive"
version = "~>2.5.0"
}
- random_string = {
+ random = {
source = "hashicorp/random"
version = "~>3.6.2"
}
git.ajschof.me — hosted by ajschofield — powered by cgit