Commit 900278f
fix: use local.environment instead of var.environment to avoid null in string template
The tflint validation was failing because var.environment can be null, and null values cannot be included in string templates. Changed to use local.environment which has a fallback value.
Fixes the tflint error: Invalid template interpolation value. The expression result is null.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent cf3ecdf commit 900278f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments