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.
2 parents 54e4eca + 33f4994 commit 7ef4bd8Copy full SHA for 7ef4bd8
terraform-unity/lambda.tf
@@ -153,7 +153,7 @@ resource "aws_iam_role_policy_attachment" "lambda_stop_task_policy_attachment" {
153
}
154
155
resource "aws_ssm_parameter" "lambda_function_name" {
156
- name = "/unity/cs/management/proxy/${var.installprefix}-httpd-lambda-name"
+ name = "/unity/${var.project}/${var.venue}/cs/management/proxy/lambda-name"
157
type = "String"
158
value = aws_lambda_function.httpdlambda.function_name
159
overwrite = true
@@ -168,4 +168,4 @@ output "lambda_function_arn" {
168
output "lambda_function_name" {
169
description = "The name of the Lambda function"
170
171
-}
+}
0 commit comments