Skip to content

Commit

Permalink
GA datasource as well
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed May 19, 2020
1 parent 8a4bfb5 commit cbfbb8d
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 @@ -201,9 +201,7 @@ func Provider() terraform.ResourceProvider {
"google_project": dataSourceGoogleProject(),
"google_projects": dataSourceGoogleProjects(),
"google_project_organization_policy": dataSourceGoogleProjectOrganizationPolicy(),
<% unless version == 'ga' -%>
"google_secret_manager_secret_version": dataSourceSecretManagerSecretVersion(),
<% end -%>
"google_service_account": dataSourceGoogleServiceAccount(),
"google_service_account_access_token": dataSourceGoogleServiceAccountAccessToken(),
"google_service_account_key": dataSourceGoogleServiceAccountKey(),
Expand Down

0 comments on commit cbfbb8d

Please sign in to comment.