Open
Description
Description
Hi: when we claim the Phone number using "aws_connect_phone_number" there should be a way to associate a contact flow to a phone number; please see the AWS API for the corresponding functionality https://docs.aws.amazon.com/connect/latest/APIReference/API_AssociatePhoneNumberContactFlow.html. If aws_connect_phone_number is not the right resource we should create a new resource to associate a contact flow with a phone number.
Affected Resource(s) and/or Data Source(s)
aws_connect_phone_number
Potential Terraform Configuration
resource "aws_connect_phone_number" "example" {
connect_flow_id = "string" //optional argument
}
References
https://docs.aws.amazon.com/connect/latest/APIReference/API_AssociatePhoneNumberContactFlow.html
Would you like to implement a fix?
No