Skip to content

Commit 0349d7c

Browse files
0x2b3bfa0restyled-io[bot]restyled-commits
committed
Debug the instance IP prior to awaiting the runner (#104)
* Debug the instance IP prior to awaiting the runner * Restyled by gofmt (#105) Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 5520e83 commit 0349d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iterative/resource_runner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ func resourceRunnerCreate(ctx context.Context, d *schema.ResourceData, m interfa
190190
if diags.HasError() {
191191
return diags
192192
}
193+
log.Printf("[DEBUG] Instance address: %#v", d.Get("instance_ip"))
193194

194195
var logError error
195196
var logEvents string

0 commit comments

Comments
 (0)