Closed MatthieuuC closed 1 year ago
@pavel-z1 I've never thought about this usecase. Is there something we can do about it?
@pavel-z1 Just for the example (I'm not a dev), https://github.com/MatthieuuC/phpipam-sdk-go/commit/2742655a826a3d72a445a1ac765ce69bd4359149
Maybe this will fix ?
Hi @MatthieuuC It makes sense Can you please make a pull request to the SDK?
@pavel-z1 After the pull request to the sdk is merged, can you add this feature to your current pull request so that I can merge everything at once?
Yes I will do it
Thanks guys, I've made a PR https://github.com/pavel-z1/phpipam-sdk-go/pull/14
I've not tested (I don't no how to do), I think It can do the job
(Yes I'm @MatthieuuC, it's my personnal account)
Fixed with https://github.com/lord-kyron/terraform-provider-phpipam/pull/68 New version will be released tomorrow.
New version was released today - v1.5.0 including all the changes.
Hello :wave:
I noticed that the provider makes GET/POST calls with an empty body
{}
.This is a problem for example if our phpipam is behind a load balancer that refuses GET requests with a body (Google Load balancer for example ...).
Terraform DEBUG Output
We can see the empty body after
...................
So in my case I can you the provider because my PHPIPam server is behind GCP GLB.
Thanks