Hi there,
after creating a new disk from a backup configured via terraform, we have to import the new disk into terraform in order to be able to use it furthermore. After doing so, terraform always wants to update the metadata.backupId attribute, because it does not know about it and it can't be given at import.
That causes a change everytime terraform runs, even if metadata.backupId is given in livecycle.ignore_changes.
Terraform provider version
Terraform v1.0.10
on linux_amd64
+ provider registry.terraform.io/terraform-providers/opentelekomcloud v1.26.0
Hi there, after creating a new disk from a backup configured via terraform, we have to import the new disk into terraform in order to be able to use it furthermore. After doing so, terraform always wants to update the
metadata.backupId
attribute, because it does not know about it and it can't be given at import.That causes a change everytime terraform runs, even if
metadata.backupId
is given inlivecycle.ignore_changes
.Terraform provider version
Affected Resource(s)
Terraform Configuration Files
Steps to Reproduce
terraform apply
Expected Behavior
metadata.backupId
is ignoredActual Behavior
Terraform wants to update
metadata.backupId
.