Difference between revisions of "Terraform resource: aws s3 bucket notification"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
   topic {
 
   topic {
 
     topic_arn    = [[aws_sns_topic]].topic.arn
 
     topic_arn    = [[aws_sns_topic]].topic.arn
     events        = ["s3:ObjectCreated:*"]
+
     events        = ["[[s3:ObjectCreated]]:*"]
 
     filter_suffix = ".log"
 
     filter_suffix = ".log"
 
   }
 
   }

Revision as of 05:43, 20 June 2024

Advertising: