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

move deleted project check into project service read #1937

Conversation

modular-magician
Copy link
Collaborator

Previously the check occurred in the list call, which was called in Create and Read. There's no good reason why a user should be trying to set a new service enabled on a deleted project, so I just moved the check to only happen on read.

Fixes hashicorp/terraform-provider-google#6013.

Release Note Template for Downstream PRs (will be copied)

* serviceusage: fixed issue where `google_project_services` attempted to read a project before enabling the API that allows that read

Derived from GoogleCloudPlatform/magic-modules#3350

* move deleted project check into project service read

* compile

Signed-off-by: Modular Magician <magic-modules@google.com>
@ghost ghost added the size/s label Apr 7, 2020
@modular-magician modular-magician merged commit bfc5afc into hashicorp:master Apr 7, 2020
@modular-magician modular-magician deleted the downstream-pr-788a4d4fe329488b866a50676cdc763c81e62ff1 branch November 16, 2024 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

google_project_service 403 - not enabling API
1 participant