error: the current deployment has 3 resource(s) with pending operations:
* urn:pulumi:xxxxx::xxxxx::aws:rds/clusterInstance:ClusterInstance::xxxxx-xxxxx, interrupted while creating
These resources are in an unknown state because the Pulumi CLI was interrupted while
waiting for changes to these resources to complete. You should confirm whether or not the
operations listed completed successfully by checking the state of the appropriate provider.
For example, if you are using AWS, you can confirm using the AWS Console.
Once you have confirmed the status of the interrupted operations, you can repair your stack
using 'pulumi stack export' to export your stack to a file. For each operation that succeeded,
remove that operation from the "pending_operations" section of the file. Once this is complete,
use 'pulumi stack import' to import the repaired stack.
refusing to proceed
これはなに
pulumi up等で指定インフラ上にリソースを作成中に何らかの理由で実行タスクが失敗した際に発生する事象とそのリカバリー手順をまとめた物リカバリー手順
リカバリーの手順を簡単に記載すると以下のように実行します
リカバリーの実行
Pulumi の state を export する