Skip to content

Commit

Permalink
[#175503852] added document links for update subsume failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernie Billing committed Nov 4, 2020
1 parent bfd2dc0 commit d0fb68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/tf/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (provider *terraformProvider) Update(ctx context.Context, provisionContext
})

if provider.serviceDefinition.ProvisionSettings.IsTfImport(provisionContext) {
return models.ServiceInstanceDetails{}, fmt.Errorf("Cannot update to subsume plan")
return models.ServiceInstanceDetails{}, fmt.Errorf("Cannot update to subsume plan\n\nFor OpsMan Tile users see documentation here: https://via.vmw.com/ENs4\n\nFor Open Source users deployed via 'cf push' see documentation here: https://via.vmw.com/ENw4")
}

tfId := provisionContext.GetString("tf_id")
Expand Down

0 comments on commit d0fb68c

Please sign in to comment.