This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
Packer-Cn
Watch
2
Star
0
Fork
0
mirror of
https://github.com/hashicorp/packer.git
synced
2026-09-23 00:11:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ba767d1663db82d02fa18c087e4d99043d141fd3
Packer-Cn
/
template
/
test-fixtures
/
error-duplicate-variables.json
T
14 lines
143 B
JSON
Raw
Normal View
History
Unescape
Escape
Add tests for check of json duplicate fields
2020-02-12 14:34:20 +01:00
{
"variables"
:
{
"var"
:
"value"
},
"variables"
:
{
"var"
:
"value"
},
"builders"
:
[
{
"foo"
:
"something"
}
]
}
Reference in New Issue
Copy Permalink