This resource will enable management of AWS End User Messaging (formerly Pinpoint) protect configurations in Terraform.
Requested Resource(s) and/or Data Source(s)
aws_pinpointsmsvoicev2_protect_configuration
Potential Terraform Configuration
resource "aws_pinpointsmsvoicev2_protect_configuration" "example" {
name = "my-protect-configuration"
country_rules = ["US", "CA"] #Countries to block
protect_configuration_associations = "my-configuration-association" # Either provide the name of a configuration set to associate with, or null to provide no association
account_default = false #Mutually exclusive with protect_configuration_associations
}
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.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
This resource will enable management of AWS End User Messaging (formerly Pinpoint) protect configurations in Terraform.
Requested Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
Would you like to implement a fix?
None