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