Mr Parker - terraform plan - complaining missing realm and openid client scope resources for Mr Parker provider
When there's missing client especially when you restore a database and then run the pipeline, you will get this error - This has been fixed in a more recent version of the provider. A June 2023 version of the provider should work.
The only way to resolve this, assuming you're like me - unable to update, is the initialize your terraform and then run terraform state rm to remove the states accordingly. Please note, this would result in re-creation of the scopes or whatever resources that you're planning to remove.
Example command:
terraform state rm module.your_organization.
Comments