From fcb8ffff3822900264dd475dcfac7d0e1d00d8a0 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Fri, 29 Nov 2024 02:22:10 +0100 Subject: [PATCH] - --- bundle/deploy/terraform/convert_test.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bundle/deploy/terraform/convert_test.go b/bundle/deploy/terraform/convert_test.go index bb6b96118..076d9b7a0 100644 --- a/bundle/deploy/terraform/convert_test.go +++ b/bundle/deploy/terraform/convert_test.go @@ -1134,14 +1134,6 @@ func TestTerraformToBundleModifiedResources(t *testing.T) { {Attributes: stateInstanceAttributes{ID: "1"}}, }, }, - { - Type: "databricks_cluster", - Mode: "managed", - Name: "test_cluster", - Instances: []stateResourceInstance{ - {Attributes: stateInstanceAttributes{ID: "1"}}, - }, - }, { Type: "databricks_volume", Mode: "managed", @@ -1150,6 +1142,14 @@ func TestTerraformToBundleModifiedResources(t *testing.T) { {Attributes: stateInstanceAttributes{ID: "2"}}, }, }, + { + Type: "databricks_cluster", + Mode: "managed", + Name: "test_cluster", + Instances: []stateResourceInstance{ + {Attributes: stateInstanceAttributes{ID: "1"}}, + }, + }, { Type: "databricks_cluster", Mode: "managed",