Difference between revisions of "Terraform resource: aws ecs cluster"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster | * https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster | ||
+ | |||
+ | |||
+ | * [[Cloudformation]] <code>[[AWS::ECS::Cluster]]</code> | ||
+ | * [[AWS CLI]]: <code>[[aws ecs create-cluster]]</code> | ||
== Official example == | == Official example == |
Revision as of 13:25, 14 May 2023
Official example
resource "aws_ecs_cluster" "foo" { name = "white-hart" setting { name = "containerInsights" value = "enabled" } }
Related
See also
Advertising: