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
Thanks for filing the issue. Terraform handles numbers as multi-precision floating point values internally, as opposed to double precision floats. The diff shown indicates that the provider is returning the specific value 0.9950000047683716, while the configuration still contains 0.995.
Since you mention that this appears in conjunction with 0.14, it is possibly somehow related to hashicorp/terraform-plugin-sdk#655 in the SDK. It's also possible that the remote API itself is returning that value, in which case the provider would need to suppress the diff before returning it to terraform.
Since terraform is not creating the 0.9950000047683716 value, there's not much we can do here, so I'm going to close this for now. Progress on the SDK issue may help shed some light on the problem, but the investigation really needs to start in the provider to compare what is being returned by the resource.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked as resolved and limited conversation to collaborators
Jan 17, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See also: hashicorp/terraform-provider-google#7988
Terraform Version
Terraform Configuration Files
https://github.com/google/exposure-notifications-verification-server/blob/d9e2329c9214f9fe16701e557e7a1f08e3547e73/terraform/alerting/monitoring.tf#L15-L21
Debug Output
https://gist.github.com/f2778accd1ad35d7536e6534096200ef
Crash Output
Expected Behavior
No diff when running the second
terraform apply
Actual Behavior
Got the following diff
Steps to Reproduce
terraform apply
terraform apply again
Additional Context
References
The text was updated successfully, but these errors were encountered: