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

[ISSUE] databricks_pipeline doesn't detect configuration change made outside of the TF #4018

Open
alexott opened this issue Sep 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@alexott
Copy link
Contributor

alexott commented Sep 15, 2024

Configuration

Created pipeline with the following config:

resource "databricks_pipeline" "this" {
  name    = "Serverless problem"
  catalog = "main"
  target  = "default"
  
  library {
    notebook {
      path = "/Shared/Untitled Notebook 2023-05-10 16:13:32"
    }
  }
}

Then, in UI, flip the Serverless switch and run terraform plan again.

Also, I suspect that the same will happen with other checkboxes—continues vs. triggered, photon, etc.

Expected Behavior

TF should show the diff

Actual Behavior

No changes are shown

Steps to Reproduce

Terraform and provider versions

provider 1.51.0

Is it a regression?

Debug Output

https://gist.github.com/alexott/68af4323d60120d49f3959bdf6119b15

Important Factoids

Would you like to implement a fix?

@alexott alexott added the bug Something isn't working label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant