Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate project_services in 2.x. #1218

Merged
merged 1 commit into from
Oct 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions google-beta/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