add test
This commit is contained in:
parent
90610dcf04
commit
0ed10f921f
@ -190,6 +190,7 @@ var (
|
||||
}
|
||||
basicMockPostProcessor = &MockPostProcessor{
|
||||
Config: MockConfig{
|
||||
NotSquashed: "value <UNKNOWN>",
|
||||
NestedMockConfig: basicNestedMockConfig,
|
||||
Nested: basicNestedMockConfig,
|
||||
NestedSlice: []NestedMockConfig{
|
||||
|
2
hcl2template/testdata/complete/build.pkr.hcl
vendored
2
hcl2template/testdata/complete/build.pkr.hcl
vendored
@ -138,6 +138,7 @@ build {
|
||||
["a","b"],
|
||||
["c","d"]
|
||||
]
|
||||
not_squashed = "${var.foo} ${upper(build.ID)}"
|
||||
|
||||
nested {
|
||||
string = "string"
|
||||
@ -185,6 +186,7 @@ build {
|
||||
["a","b"],
|
||||
["c","d"]
|
||||
]
|
||||
not_squashed = "${var.foo} ${upper(build.ID)}"
|
||||
|
||||
nested {
|
||||
string = "string"
|
||||
|
Loading…
x
Reference in New Issue
Block a user