File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/hashicorp/terraform-plugin-framework v1.1.1
8
8
github.com/hashicorp/terraform-plugin-framework-validators v0.10.0
9
9
github.com/hashicorp/terraform-plugin-go v0.14.3
10
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.25 .0
10
+ github.com/hashicorp/terraform-plugin-testing v1.1 .0
11
11
)
12
12
13
13
require (
@@ -37,6 +37,7 @@ require (
37
37
github.com/hashicorp/terraform-exec v0.18.1 // indirect
38
38
github.com/hashicorp/terraform-json v0.15.0 // indirect
39
39
github.com/hashicorp/terraform-plugin-log v0.8.0 // indirect
40
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 // indirect
40
41
github.com/hashicorp/terraform-registry-address v0.1.0 // indirect
41
42
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
42
43
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ github.com/hashicorp/terraform-plugin-log v0.8.0 h1:pX2VQ/TGKu+UU1rCay0OlzosNKe4
126
126
github.com/hashicorp/terraform-plugin-log v0.8.0 /go.mod h1:1myFrhVsBLeylQzYYEV17VVjtG8oYPRFdaZs7xdW2xs =
127
127
github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 h1:iNRjaJCatQS1rIbHs/vDvJ0GECsaGgxx780chA2Irpk =
128
128
github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 /go.mod h1:XnVNLIS6bdMJbjSDujhX4Rlk24QpbGKbnrVFM4tZ7OU =
129
+ github.com/hashicorp/terraform-plugin-testing v1.1.0 h1:l5UuTAt7yQcThGe0dFGSCOHR4M1k0VVTqW60K2+q6AE =
130
+ github.com/hashicorp/terraform-plugin-testing v1.1.0 /go.mod h1:D52zIrX/2hgLsUYMj3tfiLAOFJzhGf8GDv/8nCCtPKA =
129
131
github.com/hashicorp/terraform-registry-address v0.1.0 h1:W6JkV9wbum+m516rCl5/NjKxCyTVaaUBbzYcMzBDO3U =
130
132
github.com/hashicorp/terraform-registry-address v0.1.0 /go.mod h1:EnyO2jYO6j29DTHbJcm00E5nQTFeTtyZH3H5ycydQ5A =
131
133
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0 =
Original file line number Diff line number Diff line change 7
7
"regexp"
8
8
"testing"
9
9
10
- r "github.com/hashicorp/terraform-plugin-sdk/v2 /helper/resource"
11
- "github.com/hashicorp/terraform-plugin-sdk/v2 /terraform"
10
+ r "github.com/hashicorp/terraform-plugin-testing /helper/resource"
11
+ "github.com/hashicorp/terraform-plugin-testing /terraform"
12
12
)
13
13
14
14
func TestAccArchiveFile_Basic (t * testing.T ) {
Original file line number Diff line number Diff line change 7
7
"regexp"
8
8
"testing"
9
9
10
- r "github.com/hashicorp/terraform-plugin-sdk/v2 /helper/resource"
10
+ r "github.com/hashicorp/terraform-plugin-testing /helper/resource"
11
11
)
12
12
13
13
func TestAccArchiveFile_Resource_Basic (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments