Hi, we are running into an issue when running `pul...
# general
f
Hi, we are running into an issue when running
pulumi up
. We are attempting to update an elasticsearch domain but get this error.
Copy code
aws:elasticsearch:Domain (webiny-js):
    error: 1 error occurred:
    	* updating urn:pulumi:prod::api::aws:elasticsearch/domain:Domain::webiny-js: 1 error occurred:
    	* ResourceNotFoundException: No progress information found
We also see an error in our state file with this message:
Copy code
"initErrors": [
                        "updating urn:pulumi:prod::api::aws:elasticsearch/domain:Domain::webiny-js: 1 error occurred:\n\t* ResourceNotFoundException: No progress information found\n\n"
                    ],
However, we can can confirm that the resources exists in our AWS console and in the statefile itself. Is there any guidance on what caused this error/how to resolve? I did see a mention of initErrors in the docs but hoping for a bit more detail. Thank you!
b
have you set the correct region for your provider?
f
Yes, and other resources are able to update. Only this one fails.
b
could you file an issue in github.com/pulumi/pulumi-aws please
f
Thank you, issue/question here.