Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha94 authored Jan 16, 2025
1 parent 26956c9 commit 233b62c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config-files/terraform/ecs/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Create an ECS cluster
resource "aws_ecs_cluster" "ecs_cluster" {
name = "my-test-ecs-cluster"

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

resource "aws_ecs_capacity_provider" "ecs_capacity_provider" {
Expand Down

0 comments on commit 233b62c

Please sign in to comment.