Skip to content

Commit c8c4e0d

Browse files
authored
Fix variable reference for Terraform condition (#238)
1 parent 1924ce5 commit c8c4e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ We literally have <a href="{{ $terraform_modules }}">*hundreds of other terrafor
187187
## Usage
188188

189189
{{ (ds "config").usage -}}
190-
{{- if .is_terraform }}
190+
{{- if $is_terraform }}
191191

192192
> [!IMPORTANT]
193193
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
@@ -296,7 +296,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
296296
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
297297

298298

299-
{{- if and (.is_terraform) (file.Exists "test") }}
299+
{{- if and ($is_terraform) (file.Exists "test") }}
300300

301301

302302
## Running Terraform Tests

0 commit comments

Comments
 (0)