Skip to content

Commit fd2e6db

Browse files
authored
Update Terraform tips in README template (#235)
1 parent d8bd523 commit fd2e6db

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
@@ -24,7 +24,7 @@
2424
{{- define "sanatize_string" }}{{ . | strings.ReplaceAll "\n\n" "<br><br>" | strings.ReplaceAll " \n" "<br>" | strings.ReplaceAll "\n" "<br>" | tmpl.Exec "escape_chars" }}{{- end }}
2525

2626
{{- define "tip_use_atmos" }}
27-
{{- if .is_terraform }}
27+
{{- if $is_terraform }}
2828
> [!TIP]
2929
> #### 👽 Use Atmos with Terraform
3030
> Cloud Posse uses [`atmos`](https://atmos.tools) to easily orchestrate multiple environments using Terraform. <br/>
@@ -38,7 +38,7 @@
3838
{{- end }}
3939
{{- end }}
4040
{{- define "tip_use_reference_architecture" -}}
41-
{{- if .is_terraform }}
41+
{{- if $is_terraform }}
4242
> [!TIP]
4343
> #### Use Terraform Reference Architectures for AWS
4444
>

0 commit comments

Comments
 (0)