databricks-cli/bundle/internal/tf/schema/resource_group_member.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
232 B
Go
Raw Normal View History

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