volterraedge / terraform-provider-volterra

Volterra's Public Terraform Provider
https://volterra.io
Apache License 2.0
13 stars 11 forks source link

algo attribute unclear #228

Open michaelbuemi opened 10 months ago

michaelbuemi commented 10 months ago

The resource documentation needs to be updated to include the possible values for algo:

Based on https://docs.cloud.f5.com/docs/api/service-policy those are:

FIRST_MATCH
DENY_OVERRIDES
ALLOW_OVERRIDES

FIRST_MATCHappears to be the default.

eissko commented 4 months ago

I agree here, I've just implemented the service policy. I had to go to the API definition because from resource description it was not clear how to use this property.