marcofranssen / terraform-provider-curl

Terraform provider that allows to make curl request to any http endpoint
MIT License
5 stars 3 forks source link

added a disableTLS Boolean flag #34

Closed ninjadude333 closed 1 year ago

ninjadude333 commented 1 year ago

now you can use the optional attribute "disabletls" with true or false, this is useful for dev environments that does not have a valid certificate.

marcofranssen commented 1 year ago

I don't want to add this insecure flag to this provider.

Something that is acceptable is some fields to configure the root_ca to allow running with selfsigned certs, like discussed in #32