outscale / terraform-provider-outscale

Mozilla Public License 2.0
28 stars 31 forks source link

Error in attributes value for healthy_threshold #450

Closed ChristopheHubert72 closed 4 weeks ago

ChristopheHubert72 commented 1 month ago

https://github.com/outscale/terraform-provider-outscale/blob/1ca482d7f7dfae7f521d121a7bc76e5860beae7b/outscale/resource_outscale_load_balancer_attributes.go#L77

healthy_threshold value are coded to be between 10 and 600 instead of 2 and 10 like in the documentation

https://docs.outscale.com/lbu.html#configurehealthcheck » HealthyThreshold integer The number of consecutive successful requests before considering the instance as healthy (between 2 and 10 both included).