Update abs.mdx

pull/35599/head
CJ 2 years ago committed by GitHub
parent cdb6bd8c9c
commit 393ee78d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,6 +43,8 @@ variable "num" {
output "absolute_value" {
value = abs(var.num)
}
```
## Related Functions
[signum](/terraform/language/functions/signum) determines the sign of a number, returning a number between -1 and 1 to represent the sign

Loading…
Cancel
Save