github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_group_instance_profile.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceGroupInstanceProfile struct {
     6  	GroupId           string `json:"group_id"`
     7  	Id                string `json:"id,omitempty"`
     8  	InstanceProfileId string `json:"instance_profile_id"`
     9  }