You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Timer action, currently only supports destroying one value: TerminateInstances.",
42
44
},
43
45
"action_time": {
44
46
Type: schema.TypeString,
45
47
Optional: true,
48
+
ForceNew: true,
46
49
Description: "Execution time, expressed according to ISO8601 standard and using UTC time. The format is YYYY-MM-DDThh:mm:ssZ. For example, 2018-05-29T11:26:40Z, the execution time must be 5 minutes longer than the current time.",
47
50
},
48
-
"externals": {
49
-
Type: schema.TypeList,
50
-
MaxItems: 1,
51
-
Optional: true,
52
-
Description: "Extended data.",
53
-
Elem: &schema.Resource{
54
-
Schema: map[string]*schema.Schema{
55
-
"release_address": {
56
-
Type: schema.TypeBool,
57
-
Optional: true,
58
-
Description: "Whether to release address of this instance.",
Copy file name to clipboardExpand all lines: website/docs/r/cvm_action_timer.html.markdown
+2-15Lines changed: 2 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -82,21 +82,8 @@ The following arguments are supported:
82
82
83
83
The `action_timer` object supports the following:
84
84
85
-
*`action_time` - (Optional, String) Execution time, expressed according to ISO8601 standard and using UTC time. The format is YYYY-MM-DDThh:mm:ssZ. For example, 2018-05-29T11:26:40Z, the execution time must be 5 minutes longer than the current time.
86
-
*`externals` - (Optional, List) Extended data.
87
-
*`timer_action` - (Optional, String) Timer action, currently only supports destroying one value: TerminateInstances.
88
-
89
-
The `externals` object of `action_timer` supports the following:
90
-
91
-
*`release_address` - (Optional, Bool) Whether to release address of this instance.
92
-
*`storage_block_attr` - (Optional, List) HDD local storage properties.
The `storage_block_attr` object of `externals` supports the following:
96
-
97
-
*`max_size` - (Optional, Int) Maximum capacity of HDD local storage.
98
-
*`min_size` - (Optional, Int) Minimum capacity for HDD local storage.
99
-
*`type` - (Optional, String) HDD local storage type, Value is: LOCAL_PRO.
85
+
*`action_time` - (Optional, String, ForceNew) Execution time, expressed according to ISO8601 standard and using UTC time. The format is YYYY-MM-DDThh:mm:ssZ. For example, 2018-05-29T11:26:40Z, the execution time must be 5 minutes longer than the current time.
86
+
*`timer_action` - (Optional, String, ForceNew) Timer action, currently only supports destroying one value: TerminateInstances.
0 commit comments