-
Notifications
You must be signed in to change notification settings - Fork 215
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
logo shows diffs if files renamed, even if unchanged. #1036
Comments
bobtfish
added a commit
to bobtfish/terraform-provider-okta
that referenced
this issue
Mar 29, 2022
Fixes okta#1036 by not tracking the logo path in the state and just tracking the hash.
MikeMondragon-okta
pushed a commit
that referenced
this issue
Mar 29, 2022
Fixes #1036 by not tracking the logo path in the state and just tracking the hash.
Addressed in #1039 |
Thanks for the super quick response @monde - much appreciated. If we can get a point release in a timely fashion too that would be amazing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Community Note
Terraform Version
Terraform v0.13.7
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Resource does not show diffs if logo file is renamed without any other changes
Actual Behavior
Resource shows diff/change if logo is renamed
Steps to Reproduce
terraform apply
mv example_logo.png new_example_logo.png
terraform plan
Expect to see no changes (as the logo itself has not changed, just the location on the local filesystem), do see changes.
The text was updated successfully, but these errors were encountered: