-
Notifications
You must be signed in to change notification settings - Fork 45
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
terraform state is not idempotent if device tracking is off #23
Comments
hi @wesnick, thanks for reporting this. Oh yes, this actually is bad behavior. let me shortly look into the code. |
As Replace wdyt? |
This sounds like a good plan |
We just released v0.3.0 can you test if this fixes your issue. Since this is a breaking change, I added a migration path in the CHANGELOG and release notes. Please reopen if this is not fixing your issue. |
thanks! I will test it out now and report back |
this works great. thanks! |
happy to hear this... let us know if you have any suggestions on how to improve defaults even further in a new issue.. ;) happy terraforming.. |
I am unable to use device tracking currently because of the limitation it places on using refresh tokens.
I am able to successfully turn device tracking off by using this combination of parameters
but the result is that a change is always detected:
Alternatively I could open a PR? Maybe add an enable_device_tracking boolean parameter that would omit the device_configuration block if false?
The text was updated successfully, but these errors were encountered: