Skip to content

Commit

Permalink
Fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bkou committed Dec 16, 2024
1 parent 520a39c commit 19ff4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ locals {
lambda_image_repo_version = "${local.lambda_image_repo}:${var.geff_image_version}"
lambda_function_name = "${local.geff_prefix}-lambda"

geff_prefix = "${var.prefix}-geff"
geff_prefix = "${var.prefix}-geff"

inferred_api_gw_invoke_url = "https://${aws_api_gateway_rest_api.ef_to_lambda.id}.execute-api.${local.aws_region}.${local.aws_dns_suffix}/"
api_gw_caller_role_name = "${local.geff_prefix}-api-gateway-caller"
Expand Down

0 comments on commit 19ff4a2

Please sign in to comment.