1.3.0
This commit is contained in:
@@ -43,12 +43,13 @@ type ImageResourceModel struct {
|
||||
LinkTo types.Int64 `tfsdk:"link_to"`
|
||||
Milestones types.Int64 `tfsdk:"milestones"`
|
||||
ImageId types.Int64 `tfsdk:"image_id"`
|
||||
PresentTo types.List `tfsdk:"present_to"`
|
||||
PresentTo types.Map `tfsdk:"present_to"`
|
||||
ProviderName types.String `tfsdk:"provider_name"`
|
||||
PurgeAttempts types.Int64 `tfsdk:"purge_attempts"`
|
||||
ResID types.String `tfsdk:"res_id"`
|
||||
RescueCD types.Bool `tfsdk:"rescuecd"`
|
||||
SharedWith types.List `tfsdk:"shared_with"`
|
||||
SnapshotID types.String `tfsdk:"snapshot_id"`
|
||||
Size types.Int64 `tfsdk:"size"`
|
||||
Status types.String `tfsdk:"status"`
|
||||
TechStatus types.String `tfsdk:"tech_status"`
|
||||
|
||||
Reference in New Issue
Block a user