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
Terraform Version
1.9.8
Affected Resource(s)
okta_app_oauth
Terraform Configuration Files
Terraform CDK generated terraform json
{
"resource": {
"okta_app_oauth": {
"DIS-SuiteAdmin-AccessManagementApi-dev_9AF4F904": {
"//": {
"metadata": {
"path": "normal-preview-dev/DIS-SuiteAdmin-AccessManagementApi-dev/DIS-SuiteAdmin-AccessManagementApi-dev",
"uniqueId": "DIS-SuiteAdmin-AccessManagementApi-dev_9AF4F904"
}
},
"admin_note": "Terraformed. This application is used to manage access to the Access Management API.",
"grant_types": [
"client_credentials"
],
"implicit_assignment": true,
"label": "DIS-SuiteAdmin-AccessManagementApi-dev",
"response_types": [
"token"
],
"type": "service"
}
}
Debug Output
Not debug, but sufficient
Expected Behavior
All deployments should be idempotent
Can this be done in the Admin UI?
Yes.
Can this be done in the actual API call?
Yes.
Actual Behavior
When deploying, the optional response_types property appears to be set by the server but not synchronized to state. On every deployment it wants to remove the property that was added by the server.
The text was updated successfully, but these errors were encountered:
Community Note
Terraform Version
1.9.8
Affected Resource(s)
Terraform Configuration Files
Terraform CDK generated terraform json
Debug Output
Not debug, but sufficient
Expected Behavior
All deployments should be idempotent
Can this be done in the Admin UI?
Yes.
Can this be done in the actual API call?
Yes.
Actual Behavior
When deploying, the optional response_types property appears to be set by the server but not synchronized to state. On every deployment it wants to remove the property that was added by the server.
The text was updated successfully, but these errors were encountered: