Policy Packs
Enforce AWS Lambda Functions Use Approved Tags

Policy Setting: AWS > Lambda > Function > Approved

Policies

This policy setting is dependent on the following policy types:

Source

resource "turbot_policy_setting" "aws_lambda_function_approved" {
resource = turbot_policy_pack.main.id
type = "tmod:@turbot/aws-lambda#/policy/types/functionApproved"
value = "Check: Approved"
# value = "Enforce: Delete unapproved if new"
}