Skip to content

[Enhancement]: aws_connect_phone_number resource doesn't provide arguments to connect a contact flow to phone number #36769

Open
@rjilani

Description

@rjilani

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/connectIssues and PRs that pertain to the connect service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions