Hi, I am currently evaluating pulumi especially fr...
# cloudengineering-support
e
Hi, I am currently evaluating pulumi especially from testing point of view. I was wondering if pulumi does check the input parameters when running
pulumi preview
. For example in a
VirtualMachine
resource with no
admin_password
attribute and
disable_password_authentication=False
I would expect that it will throw an error, but it did not. Thanks