You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: