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