Open
Description
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