Difference between revisions of "Terraform resource: aws ecs cluster"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
* <code>[[aws ecs create-cluster]]</code> | * <code>[[aws ecs create-cluster]]</code> | ||
* <code>[[log_configuration]]</code> | * <code>[[log_configuration]]</code> | ||
+ | * [[Amazon ECS CloudWatch Container Insights]] | ||
== See also == | == See also == |
Revision as of 16:07, 11 May 2023
Official example
resource "aws_ecs_cluster" "foo" { name = "white-hart" setting { name = "containerInsights" value = "enabled" } }
Related
See also
Advertising: