diff options
Diffstat (limited to 'ops/glesys')
-rw-r--r-- | ops/glesys/main.tf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/glesys/main.tf b/ops/glesys/main.tf index 7f3effea6876..63753662b87b 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" +} |