Skip to content

Commit

Permalink
Merge pull request #10 from langchain-ai/infra/use-correct-role
Browse files Browse the repository at this point in the history
fix: use correct role as default
  • Loading branch information
langchain-infra authored Sep 17, 2024
2 parents c47c434 + cac62c5 commit 6104eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/langgraph_cloud_setup/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "public_subnet_ids" {
variable "langgraph_role_arn" {
description = "Role ARN for LangGraph Cloud that will be used to access resources. Needs to be able to assume role in your AWS account."
type = string
default = "arn:aws:iam::640174622193:role/HostBackendRole"
default = "arn:aws:iam::640174622193:role/HostBackendRoleProd"
}

variable "langgraph_external_ids" {
Expand Down

0 comments on commit 6104eaf

Please sign in to comment.