Test that #121 doesn't happen
This commit is contained in:
parent
7a6c44ace5
commit
99df0eb941
@ -350,6 +350,12 @@ func TestDecode_interface(t *testing.T) {
|
|||||||
"default": `${replace("europe-west", "-", " ")}`,
|
"default": `${replace("europe-west", "-", " ")}`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"block_assign.hcl",
|
||||||
|
true,
|
||||||
|
nil,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, tc := range cases {
|
for _, tc := range cases {
|
||||||
|
2
test-fixtures/block_assign.hcl
Normal file
2
test-fixtures/block_assign.hcl
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
environment = "aws" {
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user