Terraform resource: aws ecs cluster

From wikieduonline
Revision as of 10:03, 29 March 2023 by Brave (talk | contribs)
Jump to navigation Jump to search

Official example

resource "aws_ecs_cluster" "foo" {
  name = "white-hart"

  setting {
    name  = "containerInsights"
    value = "enabled"
  }
}

Related

See also

Advertising: