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