hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.81k stars 9.15k forks source link

[New Resource]: `aws_pinpointsmsvoicev2_phone_pool` #39603

Open WestonReed opened 2 weeks ago

WestonReed commented 2 weeks ago

Description

This resource will enable management of AWS End User Messaging (formerly Pinpoint) phone pools in Terraform.

Requested Resource(s) and/or Data Source(s)

Potential Terraform Configuration

resource "aws_pinpointsmsvoicev2_phone_pool" "example" {
  deletion_protection_enabled = true
  iso_country_code = "US"
  message_type = "TRANSACTIONAL"
  origination_identities = [pinpointsmsvoicev2_phone_number.example_1, pinpointsmsvoicev2_phone_number.example_2]
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 2 weeks ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue