You can deploy the webhook to AWS Lambda and activate it in your Kubernetes cluster by adding the following module to your Terraform project:
module "secrethub_mutating_webhook" {
source = "github.com/secrethub/secrethub-kubernetes-mutating-webhook//deploy/aws-lambda?ref=v0.3.1"
}
This module requires the AWS provider and Kubernetes provider to be configured in your root project.