providers/aws: diff properly

This commit is contained in:
Mitchell Hashimoto 2014-06-19 14:08:48 -07:00
parent e8808db8c3
commit 6618f39797
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ func (p *ResourceProvider) Apply(
result := &terraform.ResourceState{
ID: "foo",
}
result = result.MergeDiff(d)
return result, nil
}