Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInstanceDataSource ¶
func NewInstanceDataSource() datasource.DataSource
NewInstanceDataSource is a helper function to simplify the provider implementation.
func NewInstanceResource ¶
NewInstanceResource is a helper function to simplify the provider implementation.
Types ¶
type Model ¶
type Model struct { Id types.String `tfsdk:"id"` // needed by TF InstanceId types.String `tfsdk:"instance_id"` ProjectId types.String `tfsdk:"project_id"` CfGuid types.String `tfsdk:"cf_guid"` CfSpaceGuid types.String `tfsdk:"cf_space_guid"` DashboardUrl types.String `tfsdk:"dashboard_url"` ImageUrl types.String `tfsdk:"image_url"` Name types.String `tfsdk:"name"` CfOrganizationGuid types.String `tfsdk:"cf_organization_guid"` Parameters types.Object `tfsdk:"parameters"` Version types.String `tfsdk:"version"` PlanName types.String `tfsdk:"plan_name"` PlanId types.String `tfsdk:"plan_id"` }
Click to show internal directories.
Click to hide internal directories.