Or: “Everybody likes being given a glass of water.”
By Merlin Mann.
It's only advice for you because it had to be advice for me.
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: fluent-bit-config | |
| namespace: tanzu-system-logging | |
| labels: | |
| k8s-app: fluent-bit | |
| data: | |
| # Configuration files: server, input, filters and output | |
| # ====================================================== |
| resource "aws_lambda_function" "service" { | |
| # Your usual aws_lambda_function configuration settings here | |
| tracing_config { | |
| mode = "Active" | |
| } | |
| } |