-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
Description
Community Note
- 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 v1.13.3
on windows_amd64
+ provider registry.terraform.io/ciscodevnet/aci v2.17.0
+ provider registry.terraform.io/hashicorp/http v3.5.0
APIC version and APIC Platform
- v6.0(7e) on-prem
Affected Resource(s)
- aci_access_port_block
Expected Behavior
When setting the description field on an aci_access_port_block to the empty string, any existing description should be removed.
Actual Behavior
Existing description is preserved.
Steps to Reproduce
- Create a aci_access_port_block object, and set the descrpition to something, and terraform apply.
- Update the config to set the description to empty string, and run terraform plan.
- Expected result should be that the plan shows description as updated, actual result is no action
pv2b