Terraform provider to manage RESTful resources
Mozilla Public License 2.0
16
stars
5
forks
source link
`restful_[operation|resource`: `precheck_[update|delete]` and `poll_[create|update|delete]` supports `$(body)` parameter for `status_locator` #123
Closed
magodo closed 1 month ago
This PR adds support of
$(body)
parameter for the followings:restful_operation
:precheck_delete.api.status_locator
: Thebody
comes from the TF state'soutput
poll.status_locator
: Thebody
comes from the operation's responsepoll_delete.status_locator
: Thebody
comes from the TF state'soutput
restful_resource
:precheck_[update|delete].api.status_locator
: Thebody
comes from the TF state'soutput
poll_create.status_locator
: Thebody
comes from the create response (aftercreate_selector
applied)poll_[update|delete].status_locator
: Thebody
comes from the TF state'soutput
Fix #121