This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
You've already forked packer-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0a66f19dbe
packer-cn
/
hcl2template
/
testdata
/
variables
/
unset_used_string_variable....
11 lines
107 B
HCL
Raw
Normal View
History
Unescape
Escape
add test for unset variable
2020-02-17 10:36:19 -05:00
variable
"foo"
{
type
=
string
}
build
{
sources
=
[
update tests
2020-03-04 07:01:18 -05:00
"source.null.null-builder${var.foo}"
,
add test for unset variable
2020-02-17 10:36:19 -05:00
]
}