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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Successful destroy of the pingone_resource_attribute resource, the predefined attribute is returned back to it's default in the platform.
Actual Behavior
Failure on attempt to destroy resource.
│ Error: Error when calling `DeleteResourceAttribute`: The request could not be completed. One or more validation errors were in the request.
│
│ PingOne Error Details:
│ ID: <<id>>
│ Code: INVALID_DATA
│ Message: The request could not be completed. One or more validation errors were in the request.
│ Details object: [{"code":"INVALID_VALUE","message":"PREDEFINED attributes cannot be deleted.","target":"name"}]
Steps to Reproduce
terraform apply on Step 1
2.terraform apply on Step 2
Important Factoids
References
The text was updated successfully, but these errors were encountered:
Community Note
PingOne Terraform provider Version
0.11.1
Terraform Version
1.4.0
Affected Resource(s)
pingone_resource_attribute
Terraform Configuration Files
Step 1
Step 2 (Removal of the
pingone_resource_attribute
resource)Debug Output
Go Panic
None
Expected Behavior
Successful destroy of the
pingone_resource_attribute
resource, the predefined attribute is returned back to it's default in the platform.Actual Behavior
Failure on attempt to destroy resource.
Steps to Reproduce
terraform apply
on Step 12.
terraform apply
on Step 2Important Factoids
References
The text was updated successfully, but these errors were encountered: