- Add a module definition to your Terraform. See the example below.
module "lambda_layers_python" {
source = "git::https://github.com/brightbock/lambda-layers-python.git?ref=v0.1.0"
# providers = { aws = aws.use1 }
}