terraform-aws-ecs icon indicating copy to clipboard operation
terraform-aws-ecs copied to clipboard

Why set `create_cloudwatch_log_group = false enable_cloudwatch_logging = false ` but it still create new log group?

Open dungle-rg opened this issue 8 months ago β€’ 3 comments

Hi guys! When I create my service with :

 create_cloudwatch_log_group = false
  enable_cloudwatch_logging   = false
  cloudwatch_log_group_name = aws_cloudwatch_log_group.this.name
```

I have seen that it still create new log group for service and i do not want as this.

dungle-rg avatar Jun 24 '24 04:06 dungle-rg