We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e9df2 commit ce93a61Copy full SHA for ce93a61
1 file changed
infrastructure/terraform/components/api/locals.tf
@@ -7,7 +7,7 @@ locals {
7
openapi_spec = templatefile("${path.module}/resources/spec.tmpl.json", {
8
APIG_EXECUTION_ROLE_ARN = aws_iam_role.api_gateway_execution_role.arn
9
AWS_REGION = var.region
10
- TLS_VERSION = local.rest_api_security_policy
+ SECURITY_POLICY = local.rest_api_security_policy
11
AUTHORIZER_LAMBDA_ARN = module.authorizer_lambda.function_arn
12
GET_LETTER_LAMBDA_ARN = module.get_letter.function_arn
13
GET_LETTERS_LAMBDA_ARN = module.get_letters.function_arn
0 commit comments