Skip to content

Commit

Permalink
Marked terraform provider imports as v3 (#4309)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Dec 10, 2020
1 parent 55a069a commit 59e1163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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' -%>/google<%= "-" + version unless version == 'ga' -%>"
"github.com/hashicorp/terraform-provider-google<%= "-" + version unless version == 'ga' -%>/v3/google<%= "-" + version unless version == 'ga' -%>"
)

func main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package google
import (
"encoding/json"
"fmt"
"github.com/hashicorp/terraform-provider-google-beta/google-beta"
"github.com/hashicorp/terraform-provider-google-beta/v3/google-beta"
"os"

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

0 comments on commit 59e1163

Please sign in to comment.