Skip to content

alternator_write_isolation forces the plan to delete the cluster when it's impored #197

@AndrewDryga

Description

@AndrewDryga

After you import the cluster the plan always contains a change for alternator_write_isolation which forces Terraform to delete the cluster. The temporary workaround is:

lifecycle {
    prevent_destroy = true

    ignore_changes = [
      alternator_write_isolation
    ]
  }

Is there any chance that this field can be imported too, so that we don't see in the diff and don't need to ignore?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions