F5Networks / terraform-provider-bigip

Terraform resources that can configure F5 BIG-IP products
https://registry.terraform.io/providers/F5Networks/bigip/latest/docs
Mozilla Public License 2.0
102 stars 117 forks source link

Add support for UDP profile #983

Open mitiko opened 1 month ago

mitiko commented 1 month ago

Is your feature request related to a problem? Please describe.

There is support for tcp, ftp, http, http2, rewrite (etc) profiles but there is no support for UDP and custom (inheriting default UDP) profiles. For example, one use case we have is having a custom GTP profile (which is currently just a clone of the default UDP one) which we'd like to manage with Terraform.

Describe the solution you'd like

Add a new resource type bigip_ltm_profile_udp for UDP profiles. Consider feasibility of adding a generic profile resource for example bigip_ltm_profile_generic.

pgouband commented 1 month ago

Hi @mitiko,

Have you tried using AS3? https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/refguide/schema-reference.html#udp-profile