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
In the provider version 2.6 "Terraform Internal ID" Extensible Attribute was introduced. This also introduced a problem that if the attribute is lost on the infoblox side the terraform plan fails with the below error and blocks new deployments on the affected terraform workspace
Error: cannot find appropriate object on NIOS side for resource with ID 'record:a/ZG5zLmJpbmRfYSQuX2RlZmF***AxLDEwLjc2LjMyLjM:.abcs.com/abc': key Terraform Internal ID not found in map;
Recently, we encountered an incident where the attributes were lost on the Infoblox server, causing all Terraform plan jobs to fail. To resolve the issue, we had to import all the corresponding attributes, specifically the 'Terraform Internal ID,' back into the Infoblox server. Resources created prior to version 2.6 were not affected by the loss of the 'Terraform Internal ID' attribute on Infoblox.
For future releases, DNS records should be the primary attribute used to match the state file. The dependency on the internal_id attribute is causing this new problem.
Looking for possible solution in future releases
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. Could you please let us know how the "Terraform Internal ID" extensible attribute was deleted from the Infoblox server? This will help us reproduce and investigate the problem.
In the provider version 2.6 "Terraform Internal ID" Extensible Attribute was introduced. This also introduced a problem that if the attribute is lost on the infoblox side the terraform plan fails with the below error and blocks new deployments on the affected terraform workspace
Error: cannot find appropriate object on NIOS side for resource with ID 'record:a/ZG5zLmJpbmRfYSQuX2RlZmF***AxLDEwLjc2LjMyLjM:.abcs.com/abc': key Terraform Internal ID not found in map;
Recently, we encountered an incident where the attributes were lost on the Infoblox server, causing all Terraform plan jobs to fail. To resolve the issue, we had to import all the corresponding attributes, specifically the 'Terraform Internal ID,' back into the Infoblox server. Resources created prior to version 2.6 were not affected by the loss of the 'Terraform Internal ID' attribute on Infoblox.
For future releases, DNS records should be the primary attribute used to match the state file. The dependency on the internal_id attribute is causing this new problem.
Looking for possible solution in future releases
The text was updated successfully, but these errors were encountered: