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.85k stars 9.2k forks source link

[New Resource]: `aws_pinpointsmsvoicev2_protect_configuration` #39605

Open WestonReed opened 1 month ago

WestonReed commented 1 month ago

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

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
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 1 month ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue