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
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/guides/provider_reference.html.markdown
+7-7
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,9 @@ provider "google-beta" {}
63
63
### Running Terraform on your workstation.
64
64
65
65
If you are using Terraform on your workstation we recommend that you install
66
-
`gcloud` and authenticate using [User Application Default Credentials ("ADCs")](https://cloud.google.com/sdk/gcloud/reference/auth/application-default)
67
-
as a primary authentication method. You can enable ADCs by running the command
68
-
`gcloud auth application-default login`.
66
+
the `gcloud`CLI and authenticate using [Application Default Credentials (ADC)][adc]
67
+
as a primary authentication method. You can set up ADC with your user credentials by running the command
0 commit comments