Skip to content

Commit

Permalink
Add sibling import to cloudidentity (#3769)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored Jul 22, 2020
1 parent e0fdaad commit dbe11d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
"google.golang.org/api/cloudidentity/v1beta1"
cloudidentity "google.golang.org/api/cloudidentity/v1beta1"
)

func dataSourceGoogleCloudIdentityGroupMemberships() *schema.Resource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
"google.golang.org/api/cloudidentity/v1beta1"
cloudidentity "google.golang.org/api/cloudidentity/v1beta1"
)

func dataSourceGoogleCloudIdentityGroups() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion third_party/terraform/utils/config.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"google.golang.org/api/cloudbilling/v1"
"google.golang.org/api/cloudbuild/v1"
<% unless version == 'ga' -%>
"google.golang.org/api/cloudidentity/v1beta1"
cloudidentity "google.golang.org/api/cloudidentity/v1beta1"
<% end -%>
"google.golang.org/api/cloudfunctions/v1"
"google.golang.org/api/cloudiot/v1"
Expand Down

0 comments on commit dbe11d0

Please sign in to comment.