We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7c86b commit ac0f8eaCopy full SHA for ac0f8ea
main.tf
@@ -11,6 +11,8 @@ module "ecs_cluster" {
11
cluster_name = var.cluster_name
12
default_capacity_provider_use_fargate = false
13
14
+ create_cloudwatch_log_group = false
15
+
16
tags = var.cluster_tags
17
}
18
0 commit comments