pulumi
Pulumi resource already exists outside stack
pulumi.*error:.*update failed.*resource.*already exists
Fixes
- 1.Use pulumi import to bring existing resource under management
- 2.Set import option on the resource: { import: 'existing-id' }
- 3.Delete the external resource if Pulumi should create it fresh
pulumiimport
Related Errors
pulumi3 fixes
Pulumi stack locked by another update
pulumi.*error:.*stack.*is being updated by another process
- •Wait for the other operation to complete
- •Use 'pulumi cancel' to cancel the stuck operation
pulumi3 fixes
Pulumi secrets provider access denied
pulumi.*error:.*secret.*provider.*denied
- •Verify KMS/Vault credentials are configured correctly
- •Check IAM permissions for the encryption key
pulumi3 fixes
Pulumi preview shows unexpected resource diff
pulumi.*error:.*preview.*failed.*unexpected diff
- •Run 'pulumi refresh' to sync state with actual cloud resources
- •Check for drift caused by manual changes outside Pulumi