Hi all -- is there a way to get more informative e...
# golang
b
Hi all -- is there a way to get more informative error messages when
pulumi preview/up
fails? I would at least expect Pulumi to tell me which line of code or resource configuration is invalid. For example, I'm trying to create a resource but missing an AWS required field. the error message is
Copy code
Diagnostics:
  pulumi:pulumi:Stack (app-staging):
    error: program failed: 1 error occurred:
    	* invalid value for required argument 'ThumbprintLists'
    exit status 1

    error: an unhandled error occurred: program exited with non-zero exit code: 1