https://pulumi.com logo
Title
e

echoing-postman-88590

10/24/2020, 4:12 PM
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
k

kind-school-28825

11/02/2020, 9:40 AM
In my experience, what you are saying is true. One that I have recently stumbled upon is when not passing a
healthcheck
to an ECS Fragate service during the preview nothing fails, but when running the
pulumi up
command it errors out stating that it requires a healthcheck value. I hope this is something that is doable by the Pulumi team in the future, it really can boost the developer experience