terraform-provider-cloudfoundry icon indicating copy to clipboard operation
terraform-provider-cloudfoundry copied to clipboard

blue-green strategy deploy fails when app is down

Open loafoe opened this issue 3 years ago • 0 comments

╷
│ Error: Oh no. Something's gone wrong. I've tried to roll back but you should check to see if everything is OK.: The app could not be found: 8330ea29-1bb6-4b2d-ab19-ce987f555f20
│ 
│   with cloudfoundry_app.caddy,
│   on main.tf line 25, in resource "cloudfoundry_app" "caddy":
│   25: resource "cloudfoundry_app" "caddy" {
│ 
╵

Expected: an app with blue-green strategy should still be deployable even if the current version is in non-running (stopped, crashed) state

loafoe avatar Sep 27 '22 10:09 loafoe