magodo / terraform-provider-restful

Terraform provider to manage RESTful resources
https://registry.terraform.io/providers/magodo/restful
Mozilla Public License 2.0
15 stars 5 forks source link

`restful_resource` data source: Supports `method` for `GET`, `HEAD` and (read-only) `POST` #67

Closed magodo closed 12 months ago

magodo commented 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.

Related to #66.