ovh / terraform-provider-ovh

Terraform OVH provider
https://registry.terraform.io/providers/ovh/ovh/latest/docs
Mozilla Public License 2.0
182 stars 133 forks source link

feat(iplb): add support for deniedSource on tcp frontends #652

Closed rcatolino closed 3 months ago

rcatolino commented 3 months ago

Description

Adds support for the deniedSource parameter on the IPLB tcp frontends

Type of change

How Has This Been Tested?

Tested update/refresh on my IPLB LB2 with configuration :

Test Configuration:



# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings or issues
- [ ] I have added acceptance tests that prove my fix is effective or that my feature works
- [ ] New and existing acceptance tests pass locally with my changes
- [ ] I ran succesfully `go mod vendor` if I added or modify `go.mod` file
amstuta commented 3 months ago

Thanks for your contribution @rcatolino ! Could you also add the deniedSource parameter in the doc here: https://github.com/ovh/terraform-provider-ovh/blob/master/website/docs/r/iploadbalancing_tcp_frontend.html.markdown ?