We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e334f6 commit e8c70efCopy full SHA for e8c70ef
hpc/resource-provisioner/lambda.tf
@@ -30,8 +30,6 @@ resource "aws_lambda_function" "hpc_resource_provisioner_lambda" {
30
FSX_POLICY_ARN = var.fsx_policy_arn
31
FS_SUBNET_IDS = jsonencode(var.fs_subnet_ids)
32
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
35
}
36
37
0 commit comments