Documentation ¶ Index ¶ func NewRoleAssignmentResources() []func() resource.Resource type Model Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewRoleAssignmentResources ¶ func NewRoleAssignmentResources() []func() resource.Resource NewProjectRoleAssignmentResource is a helper function to simplify the provider implementation. Types ¶ type Model ¶ type Model struct { Id types.String `tfsdk:"id"` // needed by TF ResourceId types.String `tfsdk:"resource_id"` Role types.String `tfsdk:"role"` Subject types.String `tfsdk:"subject"` } Provider's internal model Source Files ¶ View all Source files resource.go Click to show internal directories. Click to hide internal directories.