pulumi
Pulumi create fails - resource needs import
pulumi.*error:.*failed to create.*already exists.*import
Fixes
- 1.Add import: 'resource-id' to the resource options
- 2.Use 'pulumi import <type> <name> <id>' CLI command
- 3.Delete external resource first if fresh creation is intended
pulumiimport
Related Errors
pulumi3 fixes
Pulumi resource already exists outside stack
pulumi.*error:.*update failed.*resource.*already exists
- •Use pulumi import to bring existing resource under management
- •Set import option on the resource: { import: 'existing-id' }
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