Skip to content

Commit

Permalink
Removed reference to 'v3' providers (#4524)
Browse files Browse the repository at this point in the history
These lines were already being removed by the goimports run during provider generation.
  • Loading branch information
melinath authored Mar 2, 2021
1 parent 66ff421 commit b026f9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion mmv1/third_party/terraform/main.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main

import (
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
"github.com/hashicorp/terraform-provider-google<%= "-" + version unless version == 'ga' -%>/v3/google<%= "-" + version unless version == 'ga' -%>"
"github.com/hashicorp/terraform-provider-google<%= "-" + version unless version == 'ga' -%>/google<%= "-" + version unless version == 'ga' -%>"
)

func main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@
package google

import (
"encoding/json"
"fmt"
"github.com/hashicorp/terraform-provider-google-beta/v3/google-beta"
"os"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"

googleoauth "golang.org/x/oauth2/google"
)

// For generated resources, endpoint entries live in product-specific provider
Expand Down

0 comments on commit b026f9a

Please sign in to comment.