mirror of https://github.com/databricks/cli.git
Update bundle/config/loader/process_include.go
Co-authored-by: Lennart Kats (databricks) <lennart.kats@databricks.com>
This commit is contained in:
parent
b1d7c7bdb7
commit
361f59087e
|
@ -63,7 +63,7 @@ func validateSingleResourceDefined(configRoot dyn.Value, ext, typ string) diag.D
|
||||||
func(p dyn.Path, v dyn.Value) (dyn.Value, error) {
|
func(p dyn.Path, v dyn.Value) (dyn.Value, error) {
|
||||||
// The key for the resource, e.g. "my_job" for jobs.my_job.
|
// The key for the resource, e.g. "my_job" for jobs.my_job.
|
||||||
k := p[4].Key()
|
k := p[4].Key()
|
||||||
// The type of the resource. Eg: "job" for jobs.my_job.
|
// The type of the resource, e.g. "job" for jobs.my_job.
|
||||||
typ := supportedResources[p[3].Key()].SingularName
|
typ := supportedResources[p[3].Key()].SingularName
|
||||||
|
|
||||||
resources = append(resources, resource{path: p, value: v, typ: typ, key: k})
|
resources = append(resources, resource{path: p, value: v, typ: typ, key: k})
|
||||||
|
|
Loading…
Reference in New Issue