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: provider/specs.go
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,9 @@ import (
26
26
)
27
27
28
28
typeextraSpecsstruct {
29
-
ExtraPackages []string`json:"extra_packages,omitempty" jsonschema:"description=A list of packages that cloud-init should install on the instance."`
30
-
DisableUpdatesbool`json:"disable_updates,omitempty" jsonschema:"description=Whether to disable updates when cloud-init comes online."`
31
-
EnableBootDebugbool`json:"enable_boot_debug,omitempty" jsonschema:"description=Allows providers to set the -x flag in the runner install script."`
32
-
UseLowerCaseHostnamesbool`json:"use_lowercase_hostnames,omitempty" jsonschema:"description=Instructs the provider to make the hostname of the runner all lowercase."`
29
+
ExtraPackages []string`json:"extra_packages,omitempty" jsonschema:"description=A list of packages that cloud-init should install on the instance."`
30
+
DisableUpdatesbool`json:"disable_updates,omitempty" jsonschema:"description=Whether to disable updates when cloud-init comes online."`
31
+
EnableBootDebugbool`json:"enable_boot_debug,omitempty" jsonschema:"description=Allows providers to set the -x flag in the runner install script."`
0 commit comments