Skip to content

Commit 40b5734

Browse files
committed
Remove 'untagged' refs
1 parent 04b5a4f commit 40b5734

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,4 @@ pipeline:
3636
log_stream_name: api
3737
region: eu-central-1
3838
log_key: MESSAGE
39-
40-
- name: cloudwatch_logs
41-
match: cloudwatch.untagged
42-
log_group_name: /tb/${ENV}/stalwart
43-
log_stream_name: untagged
44-
region: eu-central-1
45-
log_key: MESSAGE
39+

pulumi/config.dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ resources:
1515
log_streams:
1616
api: api
1717
mail: mail
18-
untagged: untagged
1918
org_name: tb
2019

2120
tb:network:MultiTierVpc:

pulumi/config.prod.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ resources:
1414
log_streams:
1515
api: api
1616
mail: mail
17-
untagged: untagged
1817
org_name: tb
1918

2019
tb:network:MultiTierVpc:

pulumi/config.stage.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ resources:
1414
log_streams:
1515
api: api
1616
mail: mail
17-
untagged: untagged
1817
org_name: tb
1918

2019
tb:network:MultiTierVpc:

0 commit comments

Comments
 (0)