Closed magodo closed 12 months ago
This PR extends the restful_resource DS to support method to be HEAD and POST other than GET, which aligns with https://registry.terraform.io/providers/hashicorp/http/latest/docs/data-sources/http#method.
restful_resource
HEAD
POST
GET
Related to #66.
This PR extends the
restful_resource
DS to support method to beHEAD
andPOST
other thanGET
, which aligns with https://registry.terraform.io/providers/hashicorp/http/latest/docs/data-sources/http#method.Related to #66.