Skip to content

Commit 535df56

Browse files
author
Sean Sain
committed
make role name random in test
1 parent dcb19ff commit 535df56

File tree

3 files changed

+172
-8
lines changed

3 files changed

+172
-8
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ require (
99
github.com/go-errors/errors v1.0.1
1010
github.com/go-test/deep v1.0.5 // indirect
1111
github.com/golang/mock v1.4.0 // indirect
12-
github.com/hashicorp/go-getter v1.4.1 // indirect
1312
github.com/hashicorp/go-hclog v0.12.0 // indirect
1413
github.com/hashicorp/go-uuid v1.0.2 // indirect
1514
github.com/hashicorp/hcl v1.0.0 // indirect
16-
github.com/hashicorp/hcl/v2 v2.3.0 // indirect
15+
github.com/hashicorp/terraform v0.12.24
1716
github.com/hashicorp/terraform-config-inspect v0.0.0-20200210163047-f7d8399e1194 // indirect
1817
github.com/hashicorp/terraform-plugin-sdk v1.7.0
1918
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect

0 commit comments

Comments
 (0)