Skip to content

Commit ce93a61

Browse files
committed
Fix
1 parent c7e9df2 commit ce93a61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/terraform/components/api

infrastructure/terraform/components/api/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ locals {
77
openapi_spec = templatefile("${path.module}/resources/spec.tmpl.json", {
88
APIG_EXECUTION_ROLE_ARN = aws_iam_role.api_gateway_execution_role.arn
99
AWS_REGION = var.region
10-
TLS_VERSION = local.rest_api_security_policy
10+
SECURITY_POLICY = local.rest_api_security_policy
1111
AUTHORIZER_LAMBDA_ARN = module.authorizer_lambda.function_arn
1212
GET_LETTER_LAMBDA_ARN = module.get_letter.function_arn
1313
GET_LETTERS_LAMBDA_ARN = module.get_letters.function_arn

0 commit comments

Comments
 (0)