Skip to content

Commit e8c70ef

Browse files
committed
Remove deprecated variable
1 parent 1e334f6 commit e8c70ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hpc/resource-provisioner/lambda.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ resource "aws_lambda_function" "hpc_resource_provisioner_lambda" {
3030
FSX_POLICY_ARN = var.fsx_policy_arn
3131
FS_SUBNET_IDS = jsonencode(var.fs_subnet_ids)
3232
FS_SG_ID = var.fs_sg_id
33-
# API_GW_STAGE_ARN = aws_api_gateway_stage.hpc_resource_provisioner_api_stage.arn
34-
API_GW_STAGE_ARN = "arn:aws:execute-api:${var.aws_region}:${var.account_id}:033upmtu0d/" # TODO: don't hardcode, find a way to do this without a cycle
3533
}
3634
}
3735
}

0 commit comments

Comments
 (0)