I get this error:
Error: Provider produced inconsistent result after apply
│
│ When applying changes to akp_instance.argocd, provider "provider[\"registry.terraform.io/akuity/akp\"]" produced an unexpected new value:
│ .argocd_cm["admin.enabled"]: was cty.StringVal("true"), but now cty.StringVal("false").
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
I am able to set it to false, but not to true.
If I enable the admin user via console, it will also revert back and turn it off for some reason.