You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: