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
Issue Description
When sending multiple requests, Terraform fails to process responses properly. This issue occurs during both record creation and deletion processes. While Infoblox successfully processes the requests (as seen in its logs), Terraform either doesn't receive the response or doesn't process it in time, leading to retry attempts. This results in error responses from Infoblox.
Environment
Terraform version: 1.5.1
Provider version : infobloxopen/infoblox v2.6.0
Infoblox Cluster : Virtual
vNIOS version : 9.0.3
Reproduction Steps
Run an automatic job that creates and deletes records (up to 50) on Infoblox using Terraform.
Loop over Build and Destroy with a sleep time
Occasionally, Terraform fails during these operations:
Creation:
-- Infoblox logs show that the record is created.
-- Terraform doesn't acknowledge the creation and retries.
-- Infoblox responds with a 400 Bad Request error:
{
"Error": "AdmConDataError: None (IBDataConflictError: IB.Data.Conflict:The record 'xxxx' already exists.)"
}
Deletion:
-- Similar behavior occurs when deleting records, leading to conflicts or failed retries.
Expected Behavior
Terraform should correctly acknowledge and process Infoblox responses during record creation or deletion.
The text was updated successfully, but these errors were encountered:
Issue Description
When sending multiple requests, Terraform fails to process responses properly. This issue occurs during both record creation and deletion processes. While Infoblox successfully processes the requests (as seen in its logs), Terraform either doesn't receive the response or doesn't process it in time, leading to retry attempts. This results in error responses from Infoblox.
Environment
Terraform version: 1.5.1
Provider version : infobloxopen/infoblox v2.6.0
Infoblox Cluster : Virtual
vNIOS version : 9.0.3
Reproduction Steps
Run an automatic job that creates and deletes records (up to 50) on Infoblox using Terraform.
Loop over Build and Destroy with a sleep time
Occasionally, Terraform fails during these operations:
Creation:
-- Infoblox logs show that the record is created.
-- Terraform doesn't acknowledge the creation and retries.
-- Infoblox responds with a 400 Bad Request error:
{
"Error": "AdmConDataError: None (IBDataConflictError: IB.Data.Conflict:The record 'xxxx' already exists.)"
}
Deletion:
-- Similar behavior occurs when deleting records, leading to conflicts or failed retries.
Expected Behavior
Terraform should correctly acknowledge and process Infoblox responses during record creation or deletion.
The text was updated successfully, but these errors were encountered: