Skip to content

Migrate aci_access_port_block to terraform plugin framework (DCNE-556) #1385

@pv2b

Description

@pv2b

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

  1. Create a aci_access_port_block object, and set the descrpition to something, and terraform apply.
  2. Update the config to set the description to empty string, and run terraform plan.
  3. Expected result should be that the plan shows description as updated, actual result is no action

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions