add jinja to examples

This commit is contained in:
2025-10-06 16:49:08 -06:00
parent dd5cf14b70
commit 6b3300744d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
{% test %}
resource "example" "literals" {
attr1 = "val1"
tupl1 = [ 1, 2, 3.4, "foo" ]

View File

@@ -1,4 +1,4 @@
{% if something -}
{% test %}
resource "example" "literals" {
attr1 = "val1"
tupl1 = [ 1, 2, 3.4, "foo" ]