Skip to content

Commit

Permalink
Remove Terraform support for game services (#8669) (#1310)
Browse files Browse the repository at this point in the history
* Remove Terraform support for game services

* Remove game_service from provider.go

* Remove gameServices from ci file

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 18, 2023
1 parent 061b143 commit f297c02
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 757 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/hashicorp/terraform-plugin-framework v1.1.1
github.com/hashicorp/terraform-plugin-framework-validators v0.9.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20230817194346-4062751d6408
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20230818174923-b527d9144a98
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ github.com/hashicorp/terraform-plugin-mux v0.8.0 h1:WCTP66mZ+iIaIrCNJnjPEYnVjawT
github.com/hashicorp/terraform-plugin-mux v0.8.0/go.mod h1:vdW0daEi8Kd4RFJmet5Ot+SIVB/B8SwQVJiYKQwdCy8=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0 h1:FtCLTiTcykdsURXPt/ku7fYXm3y19nbzbZcUxHx9RbI=
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0/go.mod h1:80wf5oad1tW+oLnbXS4UTYmDCrl7BuN1Q+IA91X1a4Y=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20230817194346-4062751d6408 h1:ilQQjMU1+NmL9wR3KJKr1yD2Y8nnBzRnKozj/bO8Lcc=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20230817194346-4062751d6408/go.mod h1:0DYCdaOzVgAJEBzl5UE59N4Zi2QyI7VzIyobTkpaGhQ=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20230818174923-b527d9144a98 h1:jtFayzFzZz+Ts3VXEFUA8dIvOTwSX1DoiVZAJSZm/CM=
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20230818174923-b527d9144a98/go.mod h1:0DYCdaOzVgAJEBzl5UE59N4Zi2QyI7VzIyobTkpaGhQ=
github.com/hashicorp/terraform-registry-address v0.1.0 h1:W6JkV9wbum+m516rCl5/NjKxCyTVaaUBbzYcMzBDO3U=
github.com/hashicorp/terraform-registry-address v0.1.0/go.mod h1:EnyO2jYO6j29DTHbJcm00E5nQTFeTtyZH3H5ycydQ5A=
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func configureTestBasePaths(c *transport_tpg.Config, url string) {
c.FirebaseHostingBasePath = url
c.FirebaseStorageBasePath = url
c.FirestoreBasePath = url
c.GameServicesBasePath = url
c.GKEBackupBasePath = url
c.GKEHubBasePath = url
c.GKEHub2BasePath = url
Expand Down

This file was deleted.

Loading

0 comments on commit f297c02

Please sign in to comment.