We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3a9e2 commit 970d1beCopy full SHA for 970d1be
README.md
@@ -9,6 +9,8 @@ Designed to simplify the use of booleans (especially where 1 variable is tested
9
* Will return 1 for any true value, 0 for anything else.
10
* Current true values: true, t, 1, on, enable
11
12
+Terraform registry: https://registry.terraform.io/modules/devops-workflow/boolean/local
13
+
14
Example: If
15
```hcl
16
module "boolean" {
0 commit comments