terraform-aws-elastic-beanstalk-environment icon indicating copy to clipboard operation
terraform-aws-elastic-beanstalk-environment copied to clipboard

include ignore changes in beanstalk

Open akashnair26 opened this issue 9 months ago • 0 comments

Describe the Bug

It's good to have lifecycle ignore_changes such that if I need to make any minor version change of beanstalk I don't have to change it from terraform everytime.

include a block like lifecycle { ignore_changes = [solution_stack_name] }

Expected Behavior

I need to make any minor version change of beanstalk like PHP 8.1 running on 64bit Amazon Linux 2/3.8.8 to 3.8.9 I don't have to change it from terraform everytime.

Steps to Reproduce

Need to add this line additional in the root module

Screenshots

No response

Environment

No response

Additional Context

No response

akashnair26 avatar Mar 05 '25 10:03 akashnair26