Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: #3259

Closed
bmhah opened this issue Dec 9, 2024 · 1 comment
Closed

[Bug]: #3259

bmhah opened this issue Dec 9, 2024 · 1 comment
Labels
general-usage General help/usage questions

Comments

@bmhah
Copy link

bmhah commented Dec 9, 2024

Terraform CLI Version

1.57.0

Terraform Provider Version

0.98.0

Description

The main issue is we are importing objects (procedures, views, tables, schemas) from one state into another state. Upon completing the import and running a plan we are seeing that all the objects are being destroyed and recreated. This is happening for 130 objects we are migrating and is considered a very high priority.

Category

category:import

Object type(s)

resource:procedure, resource:schema, resource:table, resource:view

Expected Behavior

Upon importing objects into a new state, we want terraform plan to have no destroy and re-creations. Everything should be 0.

Actual Behavior

Everything that was imported is being destroyed and recreated.

Steps to Reproduce

  1. Import an object to another state
  2. run a plan
  3. See the results that terraform outputs.

How much impact is this issue causing?

High

@bmhah bmhah added the bug Used to mark issues with provider's incorrect behavior label Dec 9, 2024
@sfc-gh-asawicki sfc-gh-asawicki added general-usage General help/usage questions and removed bug Used to mark issues with provider's incorrect behavior labels Dec 9, 2024
@sfc-gh-jcieslak
Copy link
Collaborator

Hey @bmhah
We cannot help without any examples. Please, provide at least one.

@bmhah bmhah closed this as completed Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
general-usage General help/usage questions
Projects
None yet
Development

No branches or pull requests

3 participants