mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
terraform: some comments
This commit is contained in:
parent
9e8f578c8b
commit
d93df76f66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user