Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct change detection on resources okta_app_oauth_post_logout_redirect_uri and okta_app_oauth_redirect_uri #1793

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

monde
Copy link
Collaborator

@monde monde commented Oct 30, 2023

Correcting resources okta_app_oauth_post_logout_redirect_uri and okta_app_oauth_redirect_uri which did not implement correct create/read/update/delete contexts for proper Terraform change detection. DRY up common code between these two resources.

okta_app_oauth_post_logout_redirect_uri and okta_app_oauth_redirect_uri have been marked as deprecated. These convenience resources are outside of good design principles for Terraform plugins. The desired behavior exists on the owning oauth app resource and reduces potential for change drift side effects.

Closes #1283

`okta_app_oauth_redirect_uri` which did not implementation correct
create/read/update/delete contexts for proper Terraform change
detection.  DRY up common code between these two resources.

Closes #1283
`okta_app_oauth_redirect_uri` as deprecated. These convenience resources
are outside of good design principles for Terraform plugins. The desired
behavior exists on the owning oauth app resource and reduces potential
for change drift side effects.
@monde monde merged commit de8b525 into master Oct 31, 2023
@duytiennguyen-okta duytiennguyen-okta deleted the 1283_corrected_okta_app_oauth_redirect_uri branch November 1, 2023 18:19
@monde monde mentioned this pull request Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

okta_app_oauth_redirect_uri is not correctly updating w.r.t changes
2 participants