Skip to content

Commit

Permalink
Deprecate project_services in 2.x.
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
nat-henderson authored and modular-magician committed Oct 1, 2019
1 parent a67e662 commit 9119bf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google/resource_google_project_services.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ func resourceGoogleProjectServices() *schema.Resource {
Importer: &schema.ResourceImporter{
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.",

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

0 comments on commit 9119bf0

Please sign in to comment.