We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bd523 commit fd2e6dbCopy full SHA for fd2e6db
README.md.gotmpl
@@ -24,7 +24,7 @@
24
{{- define "sanatize_string" }}{{ . | strings.ReplaceAll "\n\n" "<br><br>" | strings.ReplaceAll " \n" "<br>" | strings.ReplaceAll "\n" "<br>" | tmpl.Exec "escape_chars" }}{{- end }}
25
26
{{- define "tip_use_atmos" }}
27
-{{- if .is_terraform }}
+{{- if $is_terraform }}
28
> [!TIP]
29
> #### 👽 Use Atmos with Terraform
30
> Cloud Posse uses [`atmos`](https://atmos.tools) to easily orchestrate multiple environments using Terraform. <br/>
@@ -38,7 +38,7 @@
38
{{- end }}
39
40
{{- define "tip_use_reference_architecture" -}}
41
42
43
> #### Use Terraform Reference Architectures for AWS
44
>
0 commit comments