diff options
-rw-r--r-- | ops/glesys/main.tf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ops/glesys/main.tf b/ops/glesys/main.tf index 9032d501a518..9452971054aa 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" { |