FlexibleEngineCloud/terraform-flexibleengine-elb

vip_address is mandatory on the module while it's optionnal on the TF ressource

Opened this issue · 0 comments

Hello,

It seems that vip_adress is mandatory on the module whereas it is optional on the provider side:
vip_address - (Optional) The ip address of the load balancer. Changing this creates a new loadbalancer

https://registry.terraform.io/providers/FlexibleEngineCloud/flexibleengine/latest/docs/resources/lb_loadbalancer_v2#vip_address

Is it something possible to change ?