mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
5ec784bcae
commit
fcb8ffff38
|
@ -1134,14 +1134,6 @@ func TestTerraformToBundleModifiedResources(t *testing.T) {
|
||||||
{Attributes: stateInstanceAttributes{ID: "1"}},
|
{Attributes: stateInstanceAttributes{ID: "1"}},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Type: "databricks_cluster",
|
|
||||||
Mode: "managed",
|
|
||||||
Name: "test_cluster",
|
|
||||||
Instances: []stateResourceInstance{
|
|
||||||
{Attributes: stateInstanceAttributes{ID: "1"}},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Type: "databricks_volume",
|
Type: "databricks_volume",
|
||||||
Mode: "managed",
|
Mode: "managed",
|
||||||
|
@ -1150,6 +1142,14 @@ func TestTerraformToBundleModifiedResources(t *testing.T) {
|
||||||
{Attributes: stateInstanceAttributes{ID: "2"}},
|
{Attributes: stateInstanceAttributes{ID: "2"}},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Type: "databricks_cluster",
|
||||||
|
Mode: "managed",
|
||||||
|
Name: "test_cluster",
|
||||||
|
Instances: []stateResourceInstance{
|
||||||
|
{Attributes: stateInstanceAttributes{ID: "1"}},
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Type: "databricks_cluster",
|
Type: "databricks_cluster",
|
||||||
Mode: "managed",
|
Mode: "managed",
|
||||||
|
|
Loading…
Reference in New Issue