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
After initial terraform apply, resource would be deployed. Running terraform plan afterwards, no changes should be detected in the resource.
Actual Behavior
After initial terraform apply, resource was deployed. Running terraform plan afterwards, changes were detected in the struct column type.
Column type that was read and returned by the provider looks like: struct<x.y:double> (backticks removed) thus changes in the column type are detected.
Steps to Reproduce
terraform apply
After successfully creating resource, run terraform plan
Terraform and provider versions
Terraform v1.5.7. Databricks latest release.
Would you like to implement a fix?
Yes, I would be happy to share the fix with the community.