Apply suggestions from code review

Co-authored-by: Radek Simko <radeksimko@users.noreply.github.com>
pull/37048/head
trujillo-adam 11 months ago committed by GitHub
parent a3948bad06
commit d1d48f9aa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -173,10 +173,10 @@ child modules. In these cases, the argument has an expected type and the given
expression must produce a value of that type.
Where possible, Terraform automatically converts values from one type to
another in order to produce the expected type. If this isn't possible, Terraform
will produce a type mismatch error and you must update the configuration with a
more suitable expression. Automatic type conversion does not occur when using
the [equality operator](/language/expressions/operators.mdx#equality-operators).
another to produce the expected type. If this conversion is impossible, Terraform
produces a type mismatch error and you must update the configuration with a
more suitable expression. Automatic type conversion does not occur when using
the [equality operator](/terraform/language/expressions/operators.mdx#equality-operators).
Terraform automatically converts number and bool values to strings when needed.
It also converts strings to numbers or bools, as long as the string contains a

Loading…
Cancel
Save