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.tf4
1 files changed, 0 insertions, 4 deletions
diff --git a/ops/glesys/main.tf b/ops/glesys/main.tf
index 9032d501a5..9452971054 100644
--- a/ops/glesys/main.tf
+++ b/ops/glesys/main.tf
@@ -35,10 +35,6 @@ resource "glesys_objectstorage_instance" "tvl-backups" {
 resource "glesys_objectstorage_instance" "tvl-state" {
   description = "tvl-state"
   datacenter  = "dc-sto1"
-
-  lifecycle {
-    ignore_changes = [accesskey]
-  }
 }
 
 resource "glesys_objectstorage_credential" "terraform-state" {