Closed ethanndickson closed 1 month ago
Closes #100.
Hashicorp's own providers only do this deletion if the resource can't be found during Read, and not during Update, so we'll do the same.
Read
Update
main
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @ethanndickson and the rest of your teammates on Graphite
Closes #100.
Hashicorp's own providers only do this deletion if the resource can't be found during
Read
, and not duringUpdate
, so we'll do the same.