diff --git a/modules/langgraph_cloud_setup/variables.tf b/modules/langgraph_cloud_setup/variables.tf index 6e15228..c43ff04 100644 --- a/modules/langgraph_cloud_setup/variables.tf +++ b/modules/langgraph_cloud_setup/variables.tf @@ -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" {