Skip to content

Commit f831ea6

Browse files
Jared StevensonJared Stevenson
Jared Stevenson
authored and
Jared Stevenson
committed
Init
1 parent 196e450 commit f831ea6

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R
328328
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
329329
github.com/rfalias/gopydns v0.0.7 h1:CnEp10mKpo66H15hHFDMLSpQnTIr6RnbOaA7zRVgztg=
330330
github.com/rfalias/gopydns v0.0.7/go.mod h1:mgK5ZSs/n0QmBq/MlRvVG8UOiPPr0e4ZBAuTxSdZeG8=
331+
github.com/rfalias/gopypwsh v0.0.1 h1:nrwz1c45KkQEweG1oKAB9T3PNU5FAF8tRo/LL2hQD4w=
331332
github.com/rfalias/gopypwsh v0.0.1/go.mod h1:fyRhyitdcu/jU9Ywj9j5MpPwr8B0Kv0L5axatHXShUA=
332333
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
333334
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=

pypwsh/resource_pypwsh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func resourcePyPwshRecordCreate(d *schema.ResourceData, m interface{}) error {
6464
return err
6565
}
6666

67-
67+
var id string = cmd
6868
_, err = gopypwsh.RunPyCommandCreate(client.username, client.password, client.server, cmd, client.py)
6969

7070
if err != nil {

terraform-provider-powershell

19.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)