about summary refs log tree commit diff
path: root/ops/glesys/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'ops/glesys/main.tf')
-rw-r--r--ops/glesys/main.tf5
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/glesys/main.tf b/ops/glesys/main.tf
index 7f3effea68..63753662b8 100644
--- a/ops/glesys/main.tf
+++ b/ops/glesys/main.tf
@@ -45,3 +45,8 @@ resource "glesys_objectstorage_credential" "terraform-state" {
   instanceid = glesys_objectstorage_instance.tvl-state.id
   description = "key for terraform state"
 }
+
+resource "glesys_objectstorage_credential" "litestream" {
+  instanceid = glesys_objectstorage_instance.tvl-state.id
+  description = "key for litestream"
+}