terraform: fix failing tests

pull/6597/head
Mitchell Hashimoto 10 years ago
parent 25098f20c9
commit bbc812d035
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -124,7 +124,7 @@ func (f *StateFilter) filterSingle(a *ResourceAddress) []*StateFilterResult {
// Add the instances
if r.Primary != nil {
addr.InstanceType = TypePrimary
addr.InstanceTypeSet = true
addr.InstanceTypeSet = false
results = append(results, &StateFilterResult{
Path: addr.Path,
Address: addr.String(),

Loading…
Cancel
Save