Skip to content

Commit 335b408

Browse files
committed
change account in module aws_lambda_function
1 parent 660206f commit 335b408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iac/modules/generic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module "aws_lambda_function" {
4545
source = "git::https://github.com/team-tech-challenge/terraform-modules-remotes.git//aws_lambda_function?ref=main"
4646

4747
function_name = var.lambda_function_name
48-
role = "arn:aws:iam::575403774961:role/LabRole"
48+
role = "arn:aws:iam::630607855992:role/LabRole"
4949
memory_size = var.lambda_memory_size
5050
timeout = var.lambda_timeout
5151
description = var.lambda_description

0 commit comments

Comments
 (0)