fix(ops/glesys): Remove now unnecessary workaround
Remove a workaround for a GleSYS provider bug that was fixed in the last release. Change-Id: Ibd25de0b4dcccd781518d5d0ae1c75d296f6b05f Reviewed-on: https://cl.tvl.fyi/c/depot/+/5845 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
89ba820059
commit
ebd701b221
1 changed files with 0 additions and 4 deletions
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue