terraform-provider-bigip
terraform-provider-bigip copied to clipboard
Pool / Pool attachment - we would like to manualy disable pool member
Hi,
Terraform provider is missing one feature that is availble through GUI/CLI in F5 under pool object.
Using GUI/CLI we can put particular pool member as "disabled", below screenshot shows this (first pool member was put to "disabled" state:

From CLI it is shown as session user-disabled, looks like this:
ltm pool example_pool {
members {
pool_with_was_manually_disabled:80 {
address x.x.x.x
session user-disabled
state down
}
We can't do this with Terraform, which is usefull when we are adding new pool members to existing pool and services on these new servers are not ready. Therefore we want to prevent F5 to send the traffic to this new pool members. We wan't to deploy them in "disabled" state.
I assume this parameter should be introduced under bigip_ltm_pool_attachment
Environment TMOS/Bigip Version: 13.1.3.6 Terraform Version: 1.3.4 Terraform bigip provider Version: 1.16.0
Regards, Robert
Hi, internal ID to track this item is: INFRAANO-972 , thanks!
It looks like this was added in #814