infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
68 stars 77 forks source link

Fixes unable to update ip address of A record dynamically #305

Closed hemanthKa677 closed 5 months ago

hemanthKa677 commented 1 year ago

This PR contains both fixes below:

skudriavtsev commented 1 year ago
=== RUN   TestAccResourceARecord
    resource_infoblox_a_record_test.go:86: Step 3/6 error: Error running apply: exit status 1

        Error: allowing 'ip_addr' to update creates inconsistency with 'cidr'

--- FAIL: TestAccResourceARecord (1.41s)

Please, fix this 1-st.

skudriavtsev commented 1 year ago

Finally, I do not see the test cases for transitions from ip_addr to cidr and back from cidr to ip_addr. These are essential test cases.