Inconsistent State with avi_ipamdnsproviderprofile
Leading to In-Place Update on Every Terraform Run
#619
Labels
avi_ipamdnsproviderprofile
Leading to In-Place Update on Every Terraform Run
#619
Describe the bug
When managing the
avi_ipamdnsproviderprofile
resource with the Terraform Provider for Avi, every Terraform plan/apply cycle reports changes even when there have been no modifications in the configuration. Specifically, theinfoblox_profile
block is flagged as changed on each run, creating unnecessary in-place updates.Reproduction steps
avi_ipamdnsproviderprofile
resource in Terraform, including theinfoblox_profile
block.infoblox_profile
block, prompting an update in-place.Expected behavior
Terraform should recognize the resource as unchanged if no configuration alterations have been made. The infoblox_profile block should not trigger an in-place update unless a genuine difference exists.
Additional context
Environment:
Terraform v1.8.0
terraform-provider-avi v30.2.2
The text was updated successfully, but these errors were encountered: