Hey all,
Currently doing a piece of work with importing our group rules into terraform (yay such fun!) just wanted to spot check a couple of rules to see if they would update accordingly. When running the apply I’m getting the following error:
Error: failed to change group rule status: the API returned an unknown error
│
│ with okta_group_rule.rules[“Okta - Rule1”],
│ on group_rules.tf line 1, in resource “okta_group_rule” “rules”:
│ 1: resource “okta_group_rule” “rules” {
When doing a plan I’m not getting any errors or seeing any issues that could be causing this, I have tried the following.
- Switched the rule to deactivate via the UI
- Removed the resource from state and than re-imported with the status of “Inactive”
- Issue still prevailed
- Added the super admin role to the app to see if that was an issue, this didn’t fix the issue
Anyone got any ideas/tips ?