7 lines
105 B
HCL
7 lines
105 B
HCL
|
|
||
|
variables {
|
||
|
key = "value"
|
||
|
my_secret = "foo"
|
||
|
image_name = "foo-image-{{user `my_secret`}}"
|
||
|
}
|