File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ type HypercoreVMResource struct {
34
34
35
35
// HypercoreVMResourceModel describes the resource data model.
36
36
type HypercoreVMResourceModel struct {
37
- Group types.String `tfsdk:"group"`
38
- Name types.String `tfsdk:"name"`
39
- Description types.String `tfsdk:"description"`
40
- VCPU types.Int32 `tfsdk:"vcpu"`
41
- Memory types.Int64 `tfsdk:"memory"`
42
- Import ImportModel `tfsdk:"import"`
43
- SnapshotScheduleUUID types.String `tfsdk:"snapshot_schedule_uuid"`
44
- Clone CloneModel `tfsdk:"clone"`
45
- AffinityStrategy AffinityStrategyModel `tfsdk:"affinity_strategy"`
46
- Id types.String `tfsdk:"id"`
37
+ Group types.String `tfsdk:"group"`
38
+ Name types.String `tfsdk:"name"`
39
+ Description types.String `tfsdk:"description"`
40
+ VCPU types.Int32 `tfsdk:"vcpu"`
41
+ Memory types.Int64 `tfsdk:"memory"`
42
+ Import * ImportModel `tfsdk:"import"`
43
+ SnapshotScheduleUUID types.String `tfsdk:"snapshot_schedule_uuid"`
44
+ Clone * CloneModel `tfsdk:"clone"`
45
+ AffinityStrategy * AffinityStrategyModel `tfsdk:"affinity_strategy"`
46
+ Id types.String `tfsdk:"id"`
47
47
}
48
48
49
49
type ImportModel struct {
You can’t perform that action at this time.
0 commit comments