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
Agreed, the TF provider shouldn't give input that will adversely affect the org. However, the TF provider is just making public API calls. Anything could give this same combination of input would cause the same behavior and is indicative of an underlying bug in the Okta service.
Ok I did some further testing on other dev tennant.
It seems like in my original config I had 2 forgot password denied and that caused the dashboard to be bricked.
If I redo it one by one on the other tennant without duplicates, the dashboard still works.
Community Note
Terraform Version
Terraform v1.10.4
on darwin_arm64
Affected Resource(s)
okta_email_template_settings
Terraform Configuration Files
Expected Behavior
Track in terraform the current recipients of the email templates.
Can this be done in the Admin UI?
yes
Can this be done in the actual API call?
yes
Actual Behavior
Apply wants to create the ressource. once the ressource is created the emails page in okta now return an error.
https://tennant-admin.oktapreview.com/api/v1/brands/id/templates/email?limit=100&expand=customizationCount,settings
{
"errorCode": "E0000009",
"errorSummary": "Internal Server Error",
"errorLink": "E0000009",
"errorId": "oaed10Qse71S1W9sloJmcGAzQ",
"errorCauses": []
}
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: