Policy Packs
Enforce AWS SQS Queues Restrict Access

Policy Setting: AWS > SQS > Queue > Policy > Trusted Access > Organization Restrictions

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_sqs_queue_policy_trusted_access_organizations" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-sqs#/policy/types/queuePolicyTrustedOrganizations"
value = <<-EOT
- "o-a3333333333"
- "o-c3a5y4wd45"
EOT
}