File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ type Config struct {
34
34
35
35
ProxmoxURLRaw string `mapstructure:"proxmox_url"`
36
36
proxmoxURL * url.URL
37
- SkipCertValidation bool `mapstructure:"insecure_skip_tls_verify"`
38
- Username string `mapstructure:"username"`
39
- Password string `mapstructure:"password"`
40
- Token string `mapstructure:"token"`
41
- Node string `mapstructure:"node"`
42
- Pool string `mapstructure:"pool"`
37
+ SkipCertValidation bool `mapstructure:"insecure_skip_tls_verify"`
38
+ Username string `mapstructure:"username"`
39
+ Password string `mapstructure:"password"`
40
+ Token string `mapstructure:"token"`
41
+ Node string `mapstructure:"node"`
42
+ Pool string `mapstructure:"pool"`
43
43
TaskTimeout time.Duration `mapstructure:"task_timeout"`
44
44
45
45
VMName string `mapstructure:"vm_name"`
You can’t perform that action at this time.
0 commit comments