Skip to content

Commit 5294893

Browse files
committed
Update README
1 parent 970d1be commit 5294893

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Designed to simplify the use of booleans (especially where 1 variable is tested
99
* Will return 1 for any true value, 0 for anything else.
1010
* Current true values: true, t, 1, on, enable
1111

12+
All [devops-workflow](https://registry.terraform.io/search?q=devops-workflow&verified=false) modules will eventually use this.
13+
14+
**NOTE:** `local` refers to this using [locals](https://www.terraform.io/docs/configuration/locals.html) and does not create any resources. It just builds new variables.
15+
1216
Terraform registry: https://registry.terraform.io/modules/devops-workflow/boolean/local
1317

1418
Example: If

0 commit comments

Comments
 (0)