Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion terraform/services/api-waf-sync/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "api_waf_sync_function" {
description = "Synchronizes the IP whitelist in ${var.app} with the WAF IP Set"

handler = "bootstrap"
runtime = "provided.al2"
runtime = "provided.al2023ap"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible typo: should this be provided.al2023?


function_role_inline_policies = {
waf-access = data.aws_iam_policy_document.aws_waf_access.json
Expand Down