cloudfoundry-community/terraform-provider-cloudfoundry

"stack" field causes app recreation in blue-green mode

Thanhphan1147 opened this issue · 0 comments

With the current release of the provider, changing the app's stack field will force the app to be recreated, which causes downtime even in blue-green strategy. This should not be the case as the blue-green strategy will create a new app with the updated stack field.