Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 574 Bytes

File metadata and controls

11 lines (8 loc) · 574 Bytes

Deploy to AWS Lambda

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.