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
Copy file name to clipboardExpand all lines: variables.tf
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,19 @@ variable "project_id" {
14
14
variable"spot_instance" {
15
15
description="Set to true to create a spot instance. See: https://help.packet.net/technical/deployment-options/spot-market"
16
16
type="string"
17
-
default="false"
18
17
}
19
18
20
19
variable"spot_price_max" {
21
20
description="The bid price for your spot_instance."
22
21
type="string"
22
+
}
23
+
24
+
variable"termination_time" {
25
+
description="A predetermined time to delete your spot_instance. Takes RFC3339 (e.g. \"2018-09-21T19:20:01-05:00\") or duration (e.g. \"6h20m\") formats."
26
+
type="string"
23
27
default=""
24
28
}
25
29
26
-
# variable "termination_time" {
27
-
# description = "A predetermined time to delete your spot_instance."
0 commit comments