Module does not pick up on changes made to task_cpu
/ task_memory
made outside of terraform
#259
Labels
bug
🐛 An issue with the system
Describe the Bug
If changes are made to the
task_cpu
ortask_memory
values outside of terraform, the module does not see those changes and will not attempt to revert them to the values specified in the module definition.This was observed using
0.76.0
withFARGATE
launch type.Expected Behavior
The module will observe changes made to the configuration of the ECS task definition made outside of Terraform, and will change the values for these fields back to their original values when deployed.
Steps to Reproduce
task_memory
andtask_cpu
to any appropriate value.task_memory
andtask_cpu
changed to any other values.terraform plan
and observe thatcpu
andmemory
are not showncpu
andmemory
are still the manually set values even though the infrastructure code specifies differently.Screenshots
No response
Environment
0.76.0
Additional Context
No response
The text was updated successfully, but these errors were encountered: