Skip to content

Commit

Permalink
Update mmv1/third_party/terraform/provider/provider.go.erb
Browse files Browse the repository at this point in the history
Co-authored-by: Shuya Ma <[email protected]>
  • Loading branch information
niharika-98 and shuyama1 authored Nov 1, 2023
1 parent a55a814 commit c723b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmv1/third_party/terraform/provider/provider.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_artifact_registry_repository": artifactregistry.DataSourceArtifactRegistryRepository(),
"google_app_engine_default_service_account": appengine.DataSourceGoogleAppEngineDefaultServiceAccount(),
<% unless version == 'ga' -%>
"google_backup_dr_management_server": backupdr.DataSourceGoogleCloudBackupDRService(),
"google_backup_dr_management_server": backupdr.DataSourceGoogleCloudBackupDRService(),
<% end -%>
"google_beyondcorp_app_connection": beyondcorp.DataSourceGoogleBeyondcorpAppConnection(),
"google_beyondcorp_app_connector": beyondcorp.DataSourceGoogleBeyondcorpAppConnector(),
Expand Down

0 comments on commit c723b42

Please sign in to comment.