Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into feature/cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Paranoiaque committed Aug 14, 2019
2 parents d1fa174 + 8084bb9 commit a8af234
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proxmox/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ func Provider() *schema.Provider {
Default: false,
},
"pm_otp": {
Type: schema.TypeString,
Required: true,
DefaultFunc: schema.EnvDefaultFunc("PM_OTP", nil),
Type: schema.TypeString,
Optional: true,
DefaultFunc: schema.EnvDefaultFunc("PM_OTP", ""),
Description: "OTP 2FA code (if required)",
},
},

ResourcesMap: map[string]*schema.Resource{
"proxmox_vm_qemu": resourceVmQemu(),
"proxmox_lxc": resourceLxc(),
"proxmox_lxc": resourceLxc(),
// TODO - storage_iso
// TODO - bridge
// TODO - vm_qemu_template
Expand Down

0 comments on commit a8af234

Please sign in to comment.