aws_connect_contact_flow should destroy/create when type changes #26790
Labels
bug
Addresses a defect in current functionality.
service/connect
Issues and PRs that pertain to the connect service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
aws_connect_contact_flow
Terraform Configuration Files
Expected Behavior
The current Amazon Connect API does not currently support updating the type for Contact Flow. The expected behavior from Terraform would be a forced recreate action (destroy/create).
Actual Behavior
Terraform plan shows the
type
changing, and upon apply updates the state file, but is a no-op in Connect, and the Contact Flow remains the original type.Steps to Reproduce
Create an
aws_connect_contact_flow
of any type and apply it, then update thetype
to a new value, and plan/apply it.terraform apply
The text was updated successfully, but these errors were encountered: