Skip to content

Commit

Permalink
Add langgraph-cloud-enabled tag to ECS cluster. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnguonly authored Jan 22, 2025
1 parent 7d7f9f2 commit 97efbb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/langgraph_cloud_setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ resource "aws_ecs_cluster" "langgraph_cloud_cluster" {
value = "enabled"
}

tags = {
langgraph-cloud-enabled = "1"
}
}

// Create ECS role with ECR access and access to its own secret
Expand Down

0 comments on commit 97efbb0

Please sign in to comment.