After I set an explicit value for max_shutdown_delay_seconds (#59), my service still shows up in every plan.
Now it shows up every time because:
- it has autoscaling set, but the plan wants to add an
instances value
- it has an image label, but no
digest value
It seems important to me that if a service is in terraform, and hasn't changed either in the terraform or on render.com, that it ought not to appear in the plan.
After I set an explicit value for
max_shutdown_delay_seconds(#59), my service still shows up in every plan.Now it shows up every time because:
instancesvaluedigestvalueIt seems important to me that if a service is in terraform, and hasn't changed either in the terraform or on render.com, that it ought not to appear in the plan.