chore: improve style

Co-authored-by: Rose M Koron <32436232+rkoron007@users.noreply.github.com>
pull/35802/head
Bruno Schaatsbergen 2 years ago committed by GitHub
parent 37ff7cd58f
commit f5bb5e1cd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,7 +42,7 @@ given values to be of a particular type. Terraform will attempt to convert
values to the required type automatically, or will produce an error message
if automatic conversion is impossible.
**Note**: The `?` symbol, when combined with `:`, is part of a conditional expression in Terraform and not considered an operator. For more informaton on how to use conditional expressions, see [Conditional Expressions](/terraform/language/expressions/conditionals#conditional-expressions).
The `?` character combined with the `:` character is part of a conditional expression in Terraform and is not considered an operator. For more information, refer to [Conditional Expressions](/terraform/language/expressions/conditionals#conditional-expressions).
## Arithmetic Operators

Loading…
Cancel
Save