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

Networking Dashboard does not enable APIs in monitoring projects #928

Closed
maunope opened this issue Oct 28, 2022 · 3 comments
Closed

Networking Dashboard does not enable APIs in monitoring projects #928

maunope opened this issue Oct 28, 2022 · 3 comments

Comments

@maunope
Copy link
Collaborator

maunope commented Oct 28, 2022

Monitoring Project APIs should be enabled by TF.
as-is: TF errors until all required APIs are enabled by hand

@maunope
Copy link
Collaborator Author

maunope commented Oct 28, 2022

#929

@brianhmj
Copy link
Collaborator

Hey @maunope I had the same issue when I tried running it for the first time. Did you create the project through GCP API?
I ask because when project is created through the Google Cloud Platform API, the Service Usage API is not enabled by default. Which could be causing API is not enabled errors.

@brianhmj
Copy link
Collaborator

Follow up:
Running main.tf, the module "project-monitoring" block calls resources from module/project. Which does have a google_project_service resource that loops through var.services.
But I also run in to error until they are all enabled by hand.

This medium article could help?

@juliocc juliocc closed this as completed Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants