-
-
Notifications
You must be signed in to change notification settings - Fork 325
Open
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Describe the Bug
The Elastic Beanstalk module (version ~> 0.52.0) has a bug where it is generating settings with empty values internally, causing Terraform to fail with "Missing required argument" errors.
Module generates settings blocks with empty value attributes
Terraform fails validation due to missing required value argument
Unable to create or update Elastic Beanstalk environments
Expected Behavior
- Module should filter out settings with empty/null values before passing to aws_elastic_beanstalk_environment
- terraform plan and terraform apply should execute successfully
- Only settings with valid values should be applied to the environment
Steps to Reproduce
- Create minimal Terraform configuration
- Initialize and run Terraform
Screenshots
No response
Environment
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system