Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
terraform --version
Terraform v1.1.6
on linux_amd64
Configure Network + DHCP based on the original file
Comment DHCP values
terraform plan
root@253eeccb421d:/ndfc# terraform plan --out myplan.tfplan
dcnm_network.net_dhcp: Refreshing state... [id=Network_DHCP]
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
Community Note
Terraform Version
terraform --version Terraform v1.1.6 on linux_amd64
DCNM version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Detect the difference and remove the DHCP configuration
Actual Behavior
When I comment the lines for DHCP and reapply the configuration to delete the config, there is not change detected and the configuration remains.
Steps to Reproduce
terraform plan