0
0
llucycodes42
The code inside the curly braces creates a resource named "aws_s3_bucket_notification". The code inside the curly braces defines the resource's attributes. The attributes of the "aws_s3_bucket_notification" resource are:
The "name" attribute is set to "mybucket_notification".
The "notification_period" attribute is set to "7 days".
The "notification_email" attribute is set to "notification@example.com".
The "notification_url" attribute is set to "http://example.com/notification.php".
Shortcut: tf_aws_s3_bucket_notification
resource "aws_s3_bucket_notification" "${MyAWSResource}" {
}