Skip to content

Commit

Permalink
fix spacing gap
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid committed Oct 14, 2020
1 parent 4c6f5d4 commit a10c463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/terraform/utils/provider.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func Provider() *schema.Provider {
"google_service_account_access_token": dataSourceGoogleServiceAccountAccessToken(),
"google_service_account_id_token": dataSourceGoogleServiceAccountIdToken(),
"google_service_account_key": dataSourceGoogleServiceAccountKey(),
"google_spanner_instance": dataSourceSpannerInstance(),
"google_spanner_instance": dataSourceSpannerInstance(),
"google_sql_ca_certs": dataSourceGoogleSQLCaCerts(),
"google_sql_database_instance": dataSourceSqlDatabaseInstance(),
"google_storage_bucket_object": dataSourceGoogleStorageBucketObject(),
Expand Down

0 comments on commit a10c463

Please sign in to comment.