Skip to content

Commit

Permalink
Merge branch 'master' into support-dvr
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Shirinkin committed Feb 12, 2016
2 parents dbf300a + 4bed7ca commit 79b4c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/interpolate.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,9 @@ func (i *Interpolater) computeResourceMultiVariable(
}

// If any value is unknown, the whole thing is unknown
if attr == config.UnknownVariableValue {
return config.UnknownVariableValue, nil
}
//if attr == config.UnknownVariableValue {
//return config.UnknownVariableValue, nil
//}

values = append(values, attr)
}
Expand Down

0 comments on commit 79b4c42

Please sign in to comment.