When creating a new external connection for Lakehouse Federation, terraform creates the resource but fails to retrieve the ID, throwing the message:
│ Error: cannot read connection: invalid ID:
│
│ with databricks_connection.postgresql,
│ on unity_catalog_management.tf line 8, in resource "databricks_connection" "postgresql":
│ 8: resource "databricks_connection" "postgresql" {
│
╵
Releasing state lock. This may take a few moments...
After trying to apply the same config again, it throws the "Connection already exists" error
When creating a new external connection for Lakehouse Federation, terraform creates the resource but fails to retrieve the ID, throwing the message:
After trying to apply the same config again, it throws the "Connection already exists" error
Sample code to reproduce: