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
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: [ERROR] failed validate configuration: error with v3 SDK client: json: cannot unmarshal object into Go struct field _UserGetSingleton.type of type string
│
│ with provider["registry.terraform.io/okta/okta"],
│ on main.tf line 25, in provider "okta":
│ 25: provider "okta" {
Expected Behavior
During plan/apply, the provider should be able to configure itself like it did with v4.6.1 using the same configuration.
Actual Behavior
The provider errors with the above output.
Steps to Reproduce
Use Okta v4.6.2
terraform apply
The text was updated successfully, but these errors were encountered:
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
During plan/apply, the provider should be able to configure itself like it did with v4.6.1 using the same configuration.
Actual Behavior
The provider errors with the above output.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: