Skip to content

Commit

Permalink
further indent message for gofmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson committed Oct 1, 2019
1 parent a44d938 commit 5004096
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ func resourceGoogleProjectServices() *schema.Resource {
State: schema.ImportStatePassthrough,
},
DeprecationMessage: "google_project_services is deprecated - many users reported " +
"issues with dependent services that were not resolvable. Please use google_project_service or the " +
"https://github.com/terraform-google-modules/terraform-google-project-factory/tree/master/modules/project_services" +
" module. This resource will be removed in version 3.0.0.",
"issues with dependent services that were not resolvable. Please use google_project_service or the " +
"https://github.com/terraform-google-modules/terraform-google-project-factory/tree/master/modules/project_services" +
" module. This resource will be removed in version 3.0.0.",

Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(20 * time.Minute),
Expand Down

0 comments on commit 5004096

Please sign in to comment.