terraform-aws-modules / terraform-aws-lambda

Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws
Apache License 2.0
886 stars 657 forks source link

fix: Set the default value of replacement_security_group_ids to null #434

Closed ricoli closed 1 year ago

ricoli commented 1 year ago

Description

Fix the validation error caused by https://github.com/terraform-aws-modules/terraform-aws-lambda/pull/422 (released in version 4.12.0), and reported in https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/433 which is being triggered because the default value of replacement_security_group_ids is [], not null.

Motivation and Context

Fixes #433

Breaking Changes

How Has This Been Tested?

antonbabenko commented 1 year ago

This PR is included in version 4.12.1 :tada:

github-actions[bot] commented 1 year ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.