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` : `read_selector` supports `$(body)` parameter #122

Closed magodo closed 2 weeks ago

magodo commented 2 weeks ago

restful_resource : read_selector supports $(body) parameter. Previously, only literal value is supported.

The body parameter is expanded by referencing the output from:

To import a resource with read_selector, specify it in the import spec.

Related to #121.