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.76k stars 9.12k forks source link

[New Resource]: `aws_pinpointsmsvoicev2_resource_policy` #39484

Open jar-b opened 2 days ago

jar-b commented 2 days ago

Description

This resource will enable management of Pinpoint SMS Voice resource policies via Terraform.

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

Potential Terraform Configuration

resource "aws_pinpointsmsvoicev2_resource_policy" "example" {
  resource_arn = ""
  policy       = data.aws_iam_policy_document.example.json
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 2 days ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue