You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Monitoring Project APIs should be enabled by TF.
as-is: TF errors until all required APIs are enabled by hand
The text was updated successfully, but these errors were encountered: