Skip to content

Commit 22d8701

Browse files
modular-magicianJingcong Wang
and
Jingcong Wang
authored
Add Region Instance Template resource and datasource into beta provider (#7664) (#847)
* Add Region Instance Template resource and datasour * Rebased and fix compile * fix build * Fix build * Fix build * Add missing tests --------- Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Jingcong Wang <[email protected]>
1 parent a4b55d3 commit 22d8701

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/hashicorp/terraform-json v0.14.0
1717
github.com/hashicorp/terraform-plugin-framework v1.1.1
1818
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0
19-
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230411193921-6330964b57d2
19+
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230411211055-4a9c2062b283
2020
github.com/mitchellh/go-homedir v1.1.0
2121
github.com/pkg/errors v0.9.1
2222
github.com/sirupsen/logrus v1.8.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ github.com/hashicorp/terraform-plugin-mux v0.8.0 h1:WCTP66mZ+iIaIrCNJnjPEYnVjawT
268268
github.com/hashicorp/terraform-plugin-mux v0.8.0/go.mod h1:vdW0daEi8Kd4RFJmet5Ot+SIVB/B8SwQVJiYKQwdCy8=
269269
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0 h1:FtCLTiTcykdsURXPt/ku7fYXm3y19nbzbZcUxHx9RbI=
270270
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0/go.mod h1:80wf5oad1tW+oLnbXS4UTYmDCrl7BuN1Q+IA91X1a4Y=
271-
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230411193921-6330964b57d2 h1:1y4clIg+8YaUQcGqm+9CG8lIPk6Qsz5IJlhbSCMf8vA=
272-
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230411193921-6330964b57d2/go.mod h1:K83RkfPnkB7Rv0DW13eFCqSmLPezC+KtAaJjaU+jBb8=
271+
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230411211055-4a9c2062b283 h1:by2TsaRQP2JuIlZGtVvLp9TkteWOsmUY+PNr/VsnRh8=
272+
github.com/hashicorp/terraform-provider-google v1.20.1-0.20230411211055-4a9c2062b283/go.mod h1:K83RkfPnkB7Rv0DW13eFCqSmLPezC+KtAaJjaU+jBb8=
273273
github.com/hashicorp/terraform-registry-address v0.1.0 h1:W6JkV9wbum+m516rCl5/NjKxCyTVaaUBbzYcMzBDO3U=
274274
github.com/hashicorp/terraform-registry-address v0.1.0/go.mod h1:EnyO2jYO6j29DTHbJcm00E5nQTFeTtyZH3H5ycydQ5A=
275275
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0=

0 commit comments

Comments
 (0)