Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed Dec 23, 2020
1 parent 94664a5 commit cefb2c8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions iterative/resource_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,14 @@ func resourceRunnerCreate(ctx context.Context, d *schema.ResourceData, m interfa
}
d.Set("custom_data", customData)

diags = append(diags, diag.Diagnostic{
Severity: diag.Error,
Summary: d.Get("custom_data").(string),
})
/*
diags = append(diags, diag.Diagnostic{
Severity: diag.Error,
Summary: d.Get("custom_data").(string),
})
return diags
return diags
*/

cloud := d.Get("cloud").(string)
if len(cloud) == 0 {
Expand Down

0 comments on commit cefb2c8

Please sign in to comment.