mirror of https://github.com/databricks/cli.git
use TF provider 1.61.0
This commit is contained in:
parent
6915222ca5
commit
298d745fb5
|
@ -29,11 +29,6 @@ func (appConverter) Convert(ctx context.Context, key string, vin dyn.Value, out
|
|||
return err
|
||||
}
|
||||
|
||||
// Modify top-level keys.
|
||||
vout, err = renameKeys(vout, map[string]string{
|
||||
"resources": "resource",
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@ func TestConvertApp(t *testing.T) {
|
|||
assert.Equal(t, map[string]any{
|
||||
"description": "app description",
|
||||
"name": "app_id",
|
||||
"resource": []any{
|
||||
"resources": []any{
|
||||
map[string]any{
|
||||
"name": "job1",
|
||||
"job": map[string]any{
|
||||
|
|
Loading…
Reference in New Issue