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
I am getting below error ,
when i tried to apply terraform following readme on url
==========================================
Error: Error when reading or editing Project "reasearchdeployment": Get "https://cloudresourcemanager.googleapis.com/v1/projects/reasearchdeployment?alt=json&prettyPrint=false": oauth2/google: invalid token JSON from metadata: EOF
│
│ with data.google_project.project,
│ on main.tf line 27, in data "google_project" "project":
│ 27: data "google_project" "project" {
Below are the service list , please advise what all needs to be enabled.
You should not need to enable any APIs to authenticate. If you run gcloud auth application-default print-access-token do you get a valid token as output?
when i tried to apply terraform following readme on url
==========================================
Error: Error when reading or editing Project "reasearchdeployment": Get "https://cloudresourcemanager.googleapis.com/v1/projects/reasearchdeployment?alt=json&prettyPrint=false": oauth2/google: invalid token JSON from metadata: EOF
│
│ with data.google_project.project,
│ on main.tf line 27, in data "google_project" "project":
│ 27: data "google_project" "project" {
gcloud services list | grep api
NAME: analyticshub.googleapis.com
NAME: bigquery.googleapis.com
NAME: bigqueryconnection.googleapis.com
NAME: bigquerydatapolicy.googleapis.com
NAME: bigquerymigration.googleapis.com
NAME: bigqueryreservation.googleapis.com
NAME: bigquerystorage.googleapis.com
NAME: cloudapis.googleapis.com
NAME: cloudtrace.googleapis.com
NAME: dataform.googleapis.com
NAME: dataplex.googleapis.com
NAME: datastore.googleapis.com
NAME: logging.googleapis.com
NAME: monitoring.googleapis.com
NAME: servicemanagement.googleapis.com
NAME: serviceusage.googleapis.com
NAME: sql-component.googleapis.com
NAME: storage-api.googleapis.com
NAME: storage-component.googleapis.com
NAME: storage.googleapis.com
Note: I am already owner of the project and i guess I enabled oauth( but please let me know how to check this).
The text was updated successfully, but these errors were encountered: