1.2.0
This commit is contained in:
@@ -22,6 +22,7 @@ type ResourceComputeModel struct {
|
||||
AffinityLabel types.String `tfsdk:"affinity_label"`
|
||||
AffinityRules types.Set `tfsdk:"affinity_rules"`
|
||||
AntiAffinityRules types.Set `tfsdk:"anti_affinity_rules"`
|
||||
AutoStartWithNode types.Bool `tfsdk:"auto_start_w_node"`
|
||||
CustomFields types.String `tfsdk:"custom_fields"`
|
||||
Chipset types.String `tfsdk:"chipset"`
|
||||
Stateless types.Bool `tfsdk:"stateless"`
|
||||
@@ -113,6 +114,7 @@ type ResourceComputeModel struct {
|
||||
VGPUs types.List `tfsdk:"vgpus"`
|
||||
VirtualImageID types.Int64 `tfsdk:"virtual_image_id"`
|
||||
VirtualImageName types.String `tfsdk:"virtual_image_name"`
|
||||
VNCPassword types.String `tfsdk:"vnc_password"`
|
||||
}
|
||||
|
||||
type RecordResourceACLModel struct {
|
||||
|
||||
Reference in New Issue
Block a user