Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProjectDataSource ¶
func NewProjectDataSource() datasource.DataSource
NewProjectDataSource is a helper function to simplify the provider implementation.
Types ¶
type DatasourceModel ¶
type DatasourceModel struct { Id types.String `tfsdk:"id"` // needed by TF ProjectId types.String `tfsdk:"project_id"` AreaId types.String `tfsdk:"area_id"` InternetAccess types.Bool `tfsdk:"internet_access"` State types.String `tfsdk:"state"` CreatedAt types.String `tfsdk:"created_at"` UpdatedAt types.String `tfsdk:"updated_at"` }
Click to show internal directories.
Click to hide internal directories.