Open markush81 opened 3 months ago
Hi,
Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1647.
Hi,
I can confirm that this is happening to us also.
BIGIP version: BIG-IP v15.1.10.3 (Build 0.3.12) BIGIP tf provider version: 1.20.2 terraform version: v1.7.2
BR, rwl
Environment
Summary
If creating a
bigip_ltm_policy
fails, it is kind in a stuck state.Steps To Reproduce
Steps to reproduce the behavior:
This definition is wrong, because of missing attributes, so of course fails with
Now correcting it
fails with
because there is already sth. in the state
But asking F5 about it's state fails with
Error: 01020036:3
and this isn't detected automatically as "Ok, doesn't exist so let's create it". Instead we have to remove it from state to know successfully create it.Expected Behavior
If creation fails, it still must be possible to create a new plan.
Actual Behavior