You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: The provider returned a resource missing an identifier during ImportResourceState. This is generally a bug in the resource implementation for import. Resource import code should not call d.SetId("") or create an empty ResourceData. If the resource is missing, instead return an error. Please report this to the provider developers.
Terraform and provider versions
Terraform 1.63.0, provider 1.71.0
The text was updated successfully, but these errors were encountered:
Configuration
Expected Behavior
It's expected that existing resource is imported to Terraform state.
For other resources it's implemented by calling function
d.SetId()
:terraform-provider-databricks/repos/resource_repo.go
Line 203 in 6ca275b
For
databricks_mws_ncc_private_endpoint_rule
it's missing here:terraform-provider-databricks/mws/resource_mws_ncc_private_endpoint_rule.go
Lines 25 to 39 in 6ca275b
Actual Behavior
Terraform and provider versions
Terraform
1.63.0
, provider1.71.0
The text was updated successfully, but these errors were encountered: