nelhage / llama

Apache License 2.0
589 stars 24 forks source link

Fix panic on logging rollback status. #31

Closed jpeach closed 3 years ago

jpeach commented 3 years ago

Experimentally, when AWS reports a rollback status (e.g. because the AWS account doesn't have sufficient access to create part of the stack), the status reason can be nil. Check for a nil status reason before trying to log it.