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

10 lines
276 B
Go

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