diff --git a/_test/main.tf b/_test/main.tf index 31415e7..e8ce173 100644 --- a/_test/main.tf +++ b/_test/main.tf @@ -3,7 +3,7 @@ provider "aws" { } module "lambda" { - source = "./.." + source = "./.." function_name = "example" description = "This is an example" diff --git a/variables.tf b/variables.tf index eca2c0f..db44944 100644 --- a/variables.tf +++ b/variables.tf @@ -5,64 +5,84 @@ variable "archive_file" { }) default = null - description = "An instance of the `archive_file` data source containing the code of the Lambda function. Conflicts with `source_dir`." + description = <