aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/main.tf')
-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