Test removing weird zero+zero Route53 test case
This commit is contained in:
parent
73b51698ad
commit
3040d8419f
|
@ -330,11 +330,6 @@ func TestInterpolator_resourceMultiAttributesWithResourceCount(t *testing.T) {
|
||||||
Value: config.NewStringList([]string{}).String(),
|
Value: config.NewStringList([]string{}).String(),
|
||||||
Type: ast.TypeString,
|
Type: ast.TypeString,
|
||||||
})
|
})
|
||||||
// Zero + zero elements
|
|
||||||
testInterpolate(t, i, scope, "aws_route53_zone.terra.*.nothing", ast.Variable{
|
|
||||||
Value: config.NewStringList([]string{"", ""}).String(),
|
|
||||||
Type: ast.TypeString,
|
|
||||||
})
|
|
||||||
// Zero + 1 element
|
// Zero + 1 element
|
||||||
testInterpolate(t, i, scope, "aws_route53_zone.terra.*.special", ast.Variable{
|
testInterpolate(t, i, scope, "aws_route53_zone.terra.*.special", ast.Variable{
|
||||||
Value: config.NewStringList([]string{"extra"}).String(),
|
Value: config.NewStringList([]string{"extra"}).String(),
|
||||||
|
|
Loading…
Reference in New Issue