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
All subsequent terraform pushes should not detect diffs.
Actual Behavior
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# databricks_connection.t_clroom_hms_connection will be updated in-place
~ resource "databricks_connection" "t_clroom_hms_connection" {
connection_type = "HIVE_METASTORE"
id = "716692ea-44c1-4ffa-9f0c-7b3c4045980a|t_clroom_hms_connection"
metastore_id = "716692ea-44c1-4ffa-9f0c-7b3c4045980a"
name = "t_clroom_hms_connection"
~ options = (sensitive value)
owner = "DB Sentinel Owners - provisioned via TF - DO-NOT-DELETE"
read_only = true
}
Plan: 0 to add, 1 to change, 0 to destroy.
Configuration
Expected Behavior
All subsequent terraform pushes should not detect diffs.
Actual Behavior
The API returns the following
There can only be at most 1 internal HMS connection, so it should ignore the other fields if builtin is true.
Steps to Reproduce
Terraform and provider versions
Is it a regression?
No
Debug Output
Important Factoids
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: