terraform-aws-lambda
terraform-aws-lambda copied to clipboard
Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations πΊπ¦
## Description HI, I have the following archive command in my terraform file and then want to add data.archive_file.gather_reindexing_records-zip.output_path to use the zip file as filename and data.archive_file.gather_reindexing_records-zip.output_base64sha256 as source-code_hash....
## Description Is anyone else running into an issue where terraform-aws-modules/lambda/aws doesn't work as expected as of around Noon CST 8/10/22? I'm getting errors like `Error: Unsupported argument on lambda.tf...
## Description The suggested change is to detect changes in `null_resource` archive by hash and instead of timestamps. ## Motivation and Context The `terraform plan` command will always show changes...
Hello everyone. The problem is simple. I have a configuration with this module, but at every 'terraform plan' it detect changes even though the src code hasn't changed at all....
## Description - [x] β I have searched the open/closed issues and my issue is not listed. Related https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/215 ## Versions - Module version: `3.3.1` - Terraform version: `1.2.6` -...
## Description After successfully building a Docker image and ECR repository using module 'docker-build' running `terraform destroy` returns: ``` 2022-07-19T11:39:03.434+0200 [DEBUG] [aws-sdk-go] {} β· β Error: ECR Repository (myimage) not...
## Description Maintain behavior to force delete created `aws_ecr_repository` even if it contains images. ## Motivation and Context [AWS v4.22.0](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#4220-july--8-2022) introduced a breaking change to the behavior of this module....
## Description When using the the module to create lambdas inside a VPC, the creation could fail, with ``` Error: error creating Lambda Function (1): InvalidParameterValueException: The provided execution role...
AWS provider version: >= 4.0.0 Terraform version: 1.2.4 ## Problem I am using the AWS runtime SDK for C++-based development. This means my runtime is "provided". I am compiling my...
Hi I am using the latest version of Terraform. ``` Terraform v1.2.6 on darwin_amd64 + provider registry.terraform.io/hashicorp/archive v2.2.0 + provider registry.terraform.io/hashicorp/aws v4.24.0 + provider registry.terraform.io/hashicorp/external v2.2.2 + provider registry.terraform.io/hashicorp/local v2.2.3...