eventbus.tf 206 B

123456
  1. # Allow other accounts to publish to the master account event bus
  2. resource "aws_cloudwatch_event_permission" "CrossAccount123456789012" {
  3. principal = "123456789012"
  4. statement_id = "SampleAccount"
  5. }