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