providers/aws: diff properly
This commit is contained in:
parent
e8808db8c3
commit
6618f39797
|
@ -28,6 +28,7 @@ func (p *ResourceProvider) Apply(
|
|||
result := &terraform.ResourceState{
|
||||
ID: "foo",
|
||||
}
|
||||
result = result.MergeDiff(d)
|
||||
|
||||
return result, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue