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
╷
│ Error: 01020036:3: The requested Policy (/Common/test) was not found.
│
│ with bigip_ltm_policy.test,
│ on policy.tf line 2, in resource "bigip_ltm_policy" "test":
│ 2: resource "bigip_ltm_policy" "test" {
│
╵
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.
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
The text was updated successfully, but these errors were encountered: