Skip to content

Commit 411ac50

Browse files
committed
Commentary and line
1 parent 40b5734 commit 411ac50

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pulumi/bootstrap/templates/fluent-bit.yaml.j2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ pipeline:
2121
filters: []
2222

2323
outputs:
24-
# Send logs onward to CloudWatch. Log groups by the derived name must pre-exist, and this
25-
# service must have sufficient IAM permissions to create log streams and post events to them.
24+
# Send logs onward to CloudWatch. Log groups by the given name must pre-exist, and this service
25+
# must have sufficient IAM permissions to post events to these log streams. If these log streams
26+
# do not exist, this service must have permission to create them.
2627
- name: cloudwatch_logs
2728
match: cloudwatch.stalwart.mail
2829
log_group_name: /tb/${ENV}/stalwart

pulumi/stalwart/iam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import json
66
import pulumi_aws as aws
77

8-
from tb_pulumi.constants import ASSUME_ROLE_POLICY, IAM_POLICY_DOCUMENT
8+
from tb_pulumi.constants import ASSUME_ROLE_POLICY
99

1010

1111
def iam(

0 commit comments

Comments
 (0)