Skip to content

Commit

Permalink
chore: final cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra committed Aug 19, 2024
1 parent 9d4d474 commit bb2d521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/langgraph_cloud_setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ resource "aws_iam_policy_attachment" "role_attachments" {
}

resource "aws_iam_policy" "custom_permissions" {
name = "LangGraphCloudCustomPermissions"
name = "LangGraphCloudCustomPermissions"
policy = jsonencode({
Version = "2012-10-17",
Version = "2012-10-17",
Statement = [
{
Effect = "Allow",
Expand Down Expand Up @@ -92,7 +92,7 @@ resource "aws_ecs_cluster" "langgraph_cloud_cluster" {
name = "langgraph-cloud-cluster"

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

Expand Down

0 comments on commit bb2d521

Please sign in to comment.