aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-13 21:49:44 -0800
committerclarkzjw <[email protected]>2023-01-13 21:49:44 -0800
commit4f274f77122479d16d74ade9a0867da71cdf3cee (patch)
tree5cd696e4404242724766499eddf95ee0f9eeefc1 /clarkzjw.cc/infra/random.tf
parentcecb49a197e11a87e8964da965e52a25eba96414 (diff)
downloadhomelab-4f274f77122479d16d74ade9a0867da71cdf3cee.tar.gz
cloudflare: reorder
Diffstat (limited to 'clarkzjw.cc/infra/random.tf')
-rw-r--r--clarkzjw.cc/infra/random.tf3
1 files changed, 3 insertions, 0 deletions
diff --git a/clarkzjw.cc/infra/random.tf b/clarkzjw.cc/infra/random.tf
new file mode 100644
index 0000000..4dac161
--- /dev/null
+++ b/clarkzjw.cc/infra/random.tf
@@ -0,0 +1,3 @@
1resource "random_id" "atlas_tunnel_secret" {
2 byte_length = 35
3}
Powered by cgit v1.2.3 (git 2.41.0)