Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInstanceResource ¶
NewInstanceResource is a helper function to create a new edge resource instance.
Types ¶
type Model ¶
type Model struct {
Id types.String `tfsdk:"id"` // Resource ID for Terraform
Created types.String `tfsdk:"created"`
InstanceId types.String `tfsdk:"instance_id"`
Region types.String `tfsdk:"region"`
DisplayName types.String `tfsdk:"display_name"`
ProjectId types.String `tfsdk:"project_id"`
PlanID types.String `tfsdk:"plan_id"`
Description types.String `tfsdk:"description"`
Status types.String `tfsdk:"status"`
FrontendUrl types.String `tfsdk:"frontend_url"`
}
Model represents the schema for the Edge Cloud instance resource.
Click to show internal directories.
Click to hide internal directories.