terraform: some comments

This commit is contained in:
Mitchell Hashimoto 2014-06-23 12:30:29 -07:00
parent 9e8f578c8b
commit d93df76f66
1 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,10 @@ func (t *Terraform) applyWalkFn(
return nil, err
}
// TODO(mitchellh): we need to verify the diff doesn't change
// anything and that the diff has no computed values (pre-computed)
// With the completed diff, apply!
rs, err := r.Provider.Apply(r.State, diff)
if err != nil {
return nil, err