Policy Packs
Enable Global Event Handlers for AWS Accounts

Policy Setting: AWS > Turbot > Event Handlers [Global] > Primary Region

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_turbot_event_handlers_global_primary_region" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws#/policy/types/eventHandlersGlobalPrimaryRegion"
value = "us-east-1"
# value = "us-gov-west-1"
# value = "cn-north-1"
}