aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clarkzjw.cc/infra/versions.tf')
-rw-r--r--clarkzjw.cc/infra/versions.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/clarkzjw.cc/infra/versions.tf b/clarkzjw.cc/infra/versions.tf
index 63e88c2..c939f2c 100644
--- a/clarkzjw.cc/infra/versions.tf
+++ b/clarkzjw.cc/infra/versions.tf
@@ -5,7 +5,7 @@ terraform {
5 version = "~> 3.29" 5 version = "~> 3.29"
6 } 6 }
7 random = { 7 random = {
8 source = "hashicorp/random" 8 source = "hashicorp/random"
9 version = "~> 3.4.3" 9 version = "~> 3.4.3"
10 } 10 }
11 } 11 }
Powered by cgit v1.2.3 (git 2.41.0)