Getting an `InvalidRequest: The request received w...
# general
e
Getting an
InvalidRequest: The request received was invalid status code: 400
error. Is there any way to tell what exactly Pulumi / TS views as invalid? No errors easily seen in code
w
For what resource? This is most likely an error reported from the cloud provider.
e
aws.ec2.LaunchTemplate
I just kept deleting things until it worked. It didn't like my tag syntax. Not sure if there is way to find that out in a more detailed log somewhere?
g
pulumi up --debug
will print out a lot of information about the AWS API requests and responses which might help
e
oh awesome