Merge remote-tracking branch 'upstream/master' into feature/cpu

This commit is contained in:
Virgil 2019-08-14 18:24:21 +02:00
commit a8af234608

View File

@ -56,8 +56,8 @@ func Provider() *schema.Provider {
},
"pm_otp": {
Type: schema.TypeString,
Required: true,
DefaultFunc: schema.EnvDefaultFunc("PM_OTP", nil),
Optional: true,
DefaultFunc: schema.EnvDefaultFunc("PM_OTP", ""),
Description: "OTP 2FA code (if required)",
},
},