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
I have been using the terraform provider on f5devcentral (https://github.com/f5devcentral/terraform-provider-bigip) and have run into an issue with wanting to a a persistence profile to a virtual server. It seems that support is lacking in this library.
It also seems there is a divergent fork that f5devcentral is using, which of course does not track issues, so I am posting this here.
The text was updated successfully, but these errors were encountered:
@lampwins What are you asking for here exactly on the LTM virtual servers?
The reason is that there is an AddVirtualServer method which can take an entire object ( which is defined by F5's API ). So I'm betting this can be accomplished if you look at it from that aspect.
The CreateVirtualServer may not have all the options, but the Add surely does.
Thoughts??
marsu-p
pushed a commit
to marsu-p/go-bigip
that referenced
this issue
Jul 12, 2024
Hello,
I have been using the terraform provider on f5devcentral (https://github.com/f5devcentral/terraform-provider-bigip) and have run into an issue with wanting to a a persistence profile to a virtual server. It seems that support is lacking in this library.
It also seems there is a divergent fork that f5devcentral is using, which of course does not track issues, so I am posting this here.
The text was updated successfully, but these errors were encountered: