Skip to content

Commit cf62a28

Browse files
Fix #55
1 parent cf4d2cc commit cf62a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orchent.go

+1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ func deployment_to_string(dep OrchentDeployment, verboseLevel int) string {
250250
case 2:
251251
endpoint, _ := json.MarshalIndent(dep.CloudProviderEndpoint, " ", " ")
252252
more_lines := []string{
253+
" outputs: \n " + fmt.Sprintf("%s", outputs),
253254
" physical id: " + dep.PhysicalId,
254255
" created by: " + fmt.Sprintf("%s", dep.CreatedBy),
255256
" user group: " + dep.UserGroup,

0 commit comments

Comments
 (0)