Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGitDataSource ¶
func NewGitDataSource() datasource.DataSource
NewGitDataSource creates a new instance of the gitDataSource.
func NewGitResource ¶
NewGitResource is a helper function to create a new git resource instance.
Types ¶
type Model ¶
type Model struct { Id types.String `tfsdk:"id"` // Required by Terraform ProjectId types.String `tfsdk:"project_id"` // ProjectId associated with the git instance InstanceId types.String `tfsdk:"instance_id"` // InstanceId associated with the git instance Name types.String `tfsdk:"name"` // Name linked to the git instance Url types.String `tfsdk:"url"` // Url linked to the git instance Version types.String `tfsdk:"version"` // Version linked to the git instance }
Model represents the schema for the git resource.
Click to show internal directories.
Click to hide internal directories.