Ludwig Patte
Ludwig Patte
I can not test it now, but look like the root problem of this issue is that [`allowed_source` is a `TypeList`](https://github.com/ovh/terraform-provider-ovh/blob/3a82e77f9816b53fed9dafc7cfa98a14e5c62b50/ovh/resource_iploadbalancing_http_frontend.go#L38). As say in [Terraform doc](https://www.terraform.io/plugin/sdkv2/schemas/schema-types#typelist) this type is for...
@ovh/cloud-databases please review
Hi `DefaultFunc` is designed to work with `required=true` ([doc](https://www.terraform.io/plugin/sdkv2/schemas/schema-behaviors#defaultfunc)). So you can not set `service_name` and set env var `OVH_CLOUD_PROJECT_SERVICE` and that work. The issue to change required by optional...