Problem with Terraform + bigip_ltm_node
Hi,
I want to manage nodes on a F5 BIG IP VA ( Version 17.1.1.1 ) with the Terraform bigip_ltm_node module.
That works so far, but I have a strange problem:
1. I have created a node with the Terraform resource bigip_ltm_node:
So far, so good.
2. Than I have started a “terraform apply” without any changes, but the Terraform is always claiminig that the ip address is configured with an “%1” at the end and wants to remove the “%1”, which is not possible.
The information about the ip with %1 is obviously coming from the F5, so it seems like a kind of a bug ? But in the F5 GUI or CLI the ip address is configured without an “%1”.
Does anyone has the same problem ?
Versions:
F5 BIG IP VA: Version 17.1.1.1
Terraform v1.6.4
Provider bigip v1.22.0
Thanks a lot.