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 with Terraform Exporter Exporting Deleted Pools #3485

Open
lmallepaddi opened this issue Apr 18, 2024 · 0 comments
Open

Issue with Terraform Exporter Exporting Deleted Pools #3485

lmallepaddi opened this issue Apr 18, 2024 · 0 comments

Comments

@lmallepaddi
Copy link

Issue Description:

It seems that the Terraform exporter is exporting pools that are no longer present in the workspace. We encountered an error indicating that the "pool_name" was empty. However, upon investigation, we couldn't find the "psych11" pool in the Databricks UI. It appears to be a deleted pool, and the Terraform exporter is still referencing it.

Configuration

Currently using 1.39.0 version of terraform exporter.

Error Message

Error: cannot create instance pool: 'pool_name' should contain between 1-100 characters. Name of length 0 supplied.
with databricks_instance_pool.psych11,
on pools.tf line 1001, in resource "databricks_instance_pool" "psych11":
1001: resource "databricks_instance_pool" "psych11"

Expected Behavior

psych11 should not be existing in the pools.tf as that pool doesn't exist in the workspace.

Actual Behavior

psych11 resource is showing up in the pools.tf and is causing a failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant