Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Update builtin/aws/ecs/platform.go
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Cain <bcain@hashicorp.com>
  • Loading branch information
izaaklauer and briancain committed Sep 1, 2021
1 parent dac141c commit 22e7222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/aws/ecs/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ func (p *Platform) resourceServiceStatus(
serviceResource.Health = sdk.StatusReport_READY
} else {
serviceResource.Health = sdk.StatusReport_DOWN
serviceResource.HealthMessage = fmt.Sprintf("service is %s", *service.Status)
serviceResource.HealthMessage = fmt.Sprintf("service is %q", *service.Status)
}

serviceJson, err := json.Marshal(map[string]interface{}{"service": service})
Expand Down

0 comments on commit 22e7222

Please sign in to comment.