databricks-cli/bundle/internal/tf/schema/resource_group_instance_pro...

10 lines
278 B
Go
Raw Normal View History

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceGroupInstanceProfile struct {
GroupId string `json:"group_id"`
Id string `json:"id,omitempty"`
InstanceProfileId string `json:"instance_profile_id"`
}