7 lines
105 B
HCL
Raw Normal View History

variables {
key = "value"
my_secret = "foo"
image_name = "foo-image-{{user `my_secret`}}"
}