Skip to content

Commit

Permalink
Added cloud identity data sources to GA (#4229)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Nov 12, 2020
1 parent 4dd5b11 commit 61f8d22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions third_party/terraform/utils/provider.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,8 @@ func Provider() *schema.Provider {
"google_client_config": dataSourceGoogleClientConfig(),
"google_client_openid_userinfo": dataSourceGoogleClientOpenIDUserinfo(),
"google_cloudfunctions_function": dataSourceGoogleCloudFunctionsFunction(),
<% unless version == 'ga' -%>
"google_cloud_identity_groups": dataSourceGoogleCloudIdentityGroups(),
"google_cloud_identity_group_memberships": dataSourceGoogleCloudIdentityGroupMemberships(),
<% end -%>
"google_cloud_run_service": dataSourceGoogleCloudRunService(),
"google_composer_image_versions": dataSourceGoogleComposerImageVersions(),
"google_compute_address": dataSourceGoogleComputeAddress(),
Expand Down

0 comments on commit 61f8d22

Please sign in to comment.