File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ terraform {
15
15
# #######################################################################
16
16
# CloudWatch Log Group
17
17
# #######################################################################
18
- resource "aws_cloudwatch_log_group" "this" {
19
- count = var. ecs_cluster . create_cloudwatch_log_group ? 1 : 0
18
+ # resource "aws_cloudwatch_log_group" "this" {
19
+ # count = var.ecs_cluster.create_cloudwatch_log_group ? 1 : 0
20
20
21
- name = var. ecs_cluster . configuration . execute_command_configuration . log_configuration . log_group_name != null ? var. ecs_cluster . configuration . execute_command_configuration . log_configuration . log_group_name : " /aws/ecs/${ var . ecs_cluster . name } "
21
+ # name = var.ecs_cluster.configuration.execute_command_configuration.log_configuration.log_group_name != null ? var.ecs_cluster.configuration.execute_command_configuration.log_configuration.log_group_name : "/aws/ecs/${var.ecs_cluster.name}"
22
22
23
- retention_in_days = var. ecs_cluster . configuration . execute_command_configuration . log_configuration . log_group_retention_in_days
24
- kms_key_id = var. ecs_cluster . configuration . execute_command_configuration . log_configuration . log_group_kms_key_id
23
+ # retention_in_days = var.ecs_cluster.configuration.execute_command_configuration.log_configuration.log_group_retention_in_days
24
+ # kms_key_id = var.ecs_cluster.configuration.execute_command_configuration.log_configuration.log_group_kms_key_id
25
25
26
- tags = merge (var. tags , var. ecs_cluster . configuration . execute_command_configuration . log_configuration . log_group_tags )
27
- }
26
+ # tags = merge(var.tags, var.ecs_cluster.configuration.execute_command_configuration.log_configuration.log_group_tags)
27
+ # }
28
28
29
29
30
30
# #######################################################################
You can’t perform that action at this time.
0 commit comments