DCD-436: Add flag to disable CloudWatch completely.

This commit is contained in:
Steve Smith
2019-09-12 10:57:45 +10:00
parent e1090ba4fe
commit ee6df8f8a8
11 changed files with 92 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"run_as_user": "root"
},
{% if atl_aws_enable_cw_logs == true or atl_aws_enable_cw_logs == 'true' %}
{% if atl_aws_enable_cw_logs is defined and atl_aws_enable_cw_logs %}
"logs": {
"logs_collected": {
"files": {