Closed vkantsev closed 5 years ago
Thanks for opening this issue @veselinkantsev
That's obviously a big problem. I'm currently travelling, but should be able to take a look over the weekend and test on Monday.
Should be fixed in the latest release. If you still have problems feel free to reopen.
Should be fixed in the latest release. If you still have problems feel free to reopen.
Much appreciated @JackBracken. Thank you for your quick response.
Hello,
I'm using:
The issue I'm observing:
After a new Host record has just been created via a
Terraform
template, if I were to runterraform plan
a second time a new set of changes is proposed.Even after this extra change set has been applied, a subsequent
terraform plan
produces the same changes yet again:The template:
NB: The number of IP addresses associated with the record is
1
, whereas the plugin seems to detect2
inipv4addr.#
.Expected behavior
I expect adding a new host record to be an idempotent operation given that no further changes are made to the given template and/or the infoblox record itself.