Update issensitive.mdx - Fixed function name typo (#36723)

Fixed a typo in the examples section where the example using a variable as an argument was calling `sensitive()` instead of `issensitive()`.
pull/36725/head
jdevinemt 1 year ago committed by GitHub
parent cbed4cdedc
commit ee5800ba02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,6 +22,6 @@ See [`sensitive`](/terraform/language/functions/sensitive), [`nonsensitive`](/te
true
> issensitive("hello")
false
> sensitive(var.my-var-with-sensitive-set-to-true)
> issensitive(var.my-var-with-sensitive-set-to-true)
true
```

Loading…
Cancel
Save