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

fix: revert PR #2053 missed a negation #2168

Closed
wants to merge 1 commit into from

Conversation

jgrumboe
Copy link

@jgrumboe jgrumboe commented Jan 9, 2025

#2053 missed the negation of the d.Get("delete_when_absent").(bool) which was present in provider version 4.8.1

if !d.Get("delete_when_absent").(bool) {

With this fix an okta_profile_mapping resource created with version 4.8.1 and delete_when_absent attribute unset or set to false will not show any changes when upgrading the latest provider version.

@jgrumboe
Copy link
Author

jgrumboe commented Jan 9, 2025

fyi @duytiennguyen-okta

@duytiennguyen-okta
Copy link
Contributor

@jgrumboe can you sign your commit?

Signed-off-by: Johannes Grumboeck <johannes.grumboeck@redbull.com>
@jgrumboe jgrumboe force-pushed the fix-delete-when-absent branch from f373923 to 934be4c Compare January 14, 2025 08:19
@jgrumboe
Copy link
Author

@duytiennguyen-okta commit is signed now.

@duytiennguyen-okta duytiennguyen-okta mentioned this pull request Jan 14, 2025
@duytiennguyen-okta
Copy link
Contributor

I dont understand why github doesn't let me merge so I create #2172

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.

2 participants