You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Errorstatuscode 409 fromIncapsulaservicewhenaddingUserexampleuser@example.org: {"errors": [{"status":409, "id": "omitted", "source" : {"pointer":"/v3/idm-users"}, "title":"Resource already exist [USER]", "detail":"User [email protected] already exist"}]}
with module. user_accounts. incapsula_account_user.parent._account_user["[email protected]_0000000"],
on modules/user_accounts/main.tf line 1, in resource "incapsula_account_user""parent_account_user":
1: resource"incapsula_account_user""parent_account_user" {
Releasing state lock. This may take a few moments...
then, removing the user from the state file via terraform state rm ...:
╷
│ Error: Errorstatuscode 404 fromIncapsulaservicewhengettingUserexampleuser@example.org: {"errors":[{"status":404,"id":"omitted","source":{"pointer":"/v3/idm-users/[email protected]"},"title":"The requested item was not found","detail":"User with email [email protected] does not exist"}]}
│
│
╵
Steps to reproduce
terraform plan
terraform apply
terraform state rm [resource here]
terraform apply
Additional factoids
This issue exists outside of the terraform provider, within the Imperva API. However, while present it completely blocks the ability to manage any aspects of Imperva via terraform.
We've been completely blocked for 6 days.
References
No response
The text was updated successfully, but these errors were encountered:
Confirmation
Terraform and Imperva provider version
Terraform v1.5.7
on darwin_arm64
Affected resource(s)
incapsula_account_user
Terraform configuration files
Debug output
n/a
Panic output
n/a
Expected output
Resources created/updated.
Actual output
then, removing the user from the state file via
terraform state rm ...
:Steps to reproduce
terraform plan
terraform apply
terraform state rm [resource here]
terraform apply
Additional factoids
This issue exists outside of the terraform provider, within the Imperva API. However, while present it completely blocks the ability to manage any aspects of Imperva via terraform.
We've been completely blocked for 6 days.
References
No response
The text was updated successfully, but these errors were encountered: