mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user