Commit 0b2b250
authored
fix(style-guide): Adjust rule four for var validation to exclude bool… (#21)
## Summary
Adjust rule four for variable validation requirement. Since if the
variable is of type `bool` there really isn't a good use case for a
validation block.
## 🐛 Bug Fixes
- Adjust rule four for var validation to exclude bool vars
[`2100afe`](2100afe)
## 📁 File Changes
### Documentation (+2/-2 lines)
- `docs/terraform/style-guide.md` (+2/-2) 📝
---
**Changes:** 1 files, +2 insertions, -2 deletions
**Commits:** 1
**Branch:** `fix/adjust-var-val-rule-4`
**Base:** `origin/main`
Signed-off-by: Tristan Jahnke <trjahnke@protonmail.com>1 parent bb4b59f commit 0b2b250
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments