Skip to content

Commit f9bb6c2

Browse files
renaming cw stack name
1 parent 6e6dd5d commit f9bb6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/deployers/eksapi/infra.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ func (m *InfrastructureManager) getAZsWithCapacity(opts *deployerOptions) ([]str
479479

480480
func getCloudWatchStackName(resourceID string) (string, string) {
481481
clusterUUID := strings.TrimPrefix(resourceID, ResourcePrefix+"-")
482-
return fmt.Sprintf("cloudwatch-%s", clusterUUID), clusterUUID
482+
return fmt.Sprintf("%s-cw", resourceID), clusterUUID
483483
}
484484

485485
func (m *InfrastructureManager) createCloudWatchInfrastructureStack(clusterName string) (string, error) {

0 commit comments

Comments
 (0)