add jinja to examples
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
{% test %}
|
||||||
resource "example" "literals" {
|
resource "example" "literals" {
|
||||||
attr1 = "val1"
|
attr1 = "val1"
|
||||||
tupl1 = [ 1, 2, 3.4, "foo" ]
|
tupl1 = [ 1, 2, 3.4, "foo" ]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{% if something -}
|
{% test %}
|
||||||
resource "example" "literals" {
|
resource "example" "literals" {
|
||||||
attr1 = "val1"
|
attr1 = "val1"
|
||||||
tupl1 = [ 1, 2, 3.4, "foo" ]
|
tupl1 = [ 1, 2, 3.4, "foo" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user