We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045bed2 commit 892cc53Copy full SHA for 892cc53
cloud/common/deploy/provider/pulumi.go
@@ -408,7 +408,7 @@ func (s *PulumiProviderServer) Preview(req *deploymentspb.DeploymentPreviewReque
408
}
409
410
// Plan 2 to add, 0 to change, 3 to destroy.
411
- resultStr := fmt.Sprintf("Plan: %d to add, %d to change, %d to destroy.",
+ resultStr := fmt.Sprintf("%d to add, %d to change, %d to destroy.",
412
result.ChangeSummary[apitype.OpCreate],
413
result.ChangeSummary[apitype.OpUpdate],
414
result.ChangeSummary[apitype.OpDelete],
0 commit comments