Update to equality vs comparison

This commit is contained in:
Pam Selle 2019-07-30 10:51:14 -04:00
parent f184d2c62a
commit 0a893f8c53
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ expression where possible, since you will often know better than Terraform does
which of the instance IP addresses are likely to be accessible from the host which of the instance IP addresses are likely to be accessible from the host
where Terraform is running. where Terraform is running.
### Comparisons must be valid on value and type ### Equality operations must be valid on value and type
In 0.11, `"1"` would compare truthfully against `1`, however, in 0.12, In 0.11, `"1"` would compare truthfully against `1`, however, in 0.12,
values must be equal on both value and type in order to be true. That is, in 0.11 values must be equal on both value and type in order to be true. That is, in 0.11