Skip to content

Missing Required Argument Errors #280

@uduruike

Description

@uduruike

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

  1. Create minimal Terraform configuration
  2. Initialize and run Terraform

Screenshots

No response

Environment

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions