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

Rework path builder to support more functions #107

Closed magodo closed 3 months ago

magodo commented 3 months ago

The body pattern (i.e. body or body.x) now can add a chain of functions (applied from left to right), in form of $f1.f2(body.x).

Supported functions include:

Removes the previous #(...) pattern, instead use url_path.

Fix #105

hongkongkiwi commented 3 months ago

Very nice! This provider is really flexible I love it.

Thank you for putting the time in to make it.