terraform-provider-bigip icon indicating copy to clipboard operation
terraform-provider-bigip copied to clipboard

Pool / Pool attachment - we would like to manualy disable pool member

Open robertoo9 opened this issue 2 years ago • 2 comments

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: image

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

robertoo9 avatar Nov 10 '22 11:11 robertoo9

Hi, internal ID to track this item is: INFRAANO-972 , thanks!

KrithikaChidambaram avatar Dec 07 '22 09:12 KrithikaChidambaram

It looks like this was added in #814

coffmant avatar Mar 09 '24 17:03 coffmant