terraform-aws-ecs
terraform-aws-ecs copied to clipboard
Why set `create_cloudwatch_log_group = false enable_cloudwatch_logging = false ` but it still create new log group?
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.