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 7572e7a commit 72bc360
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 @@ -757,7 +757,7 @@ func (p *Platform) resourceServiceStatus(
PlatformUrl: fmt.Sprintf("https://console.aws.amazon.com/ecs/home?region=%s#/clusters/waypoint/services/%s", p.config.Region, state.Name),
Type: "service",
CategoryDisplayHint: sdk.ResourceCategoryDisplayHint_INSTANCE_MANAGER,
HealthMessage: fmt.Sprintf("service is %s", *service.Status),
HealthMessage: fmt.Sprintf("service is %q", *service.Status),
}
sr.Resources = append(sr.Resources, &serviceResource)

Expand Down

0 comments on commit 72bc360

Please sign in to comment.