1. Packages
  2. GCP Global CloudRun
  3. Installation & Configuration
GCP Global CloudRun v0.0.3 published on Friday, Oct 15, 2021 by Paul Stack

GCP Global CloudRun: Installation & Configuration

gcp-global-cloudrun logo
GCP Global CloudRun v0.0.3 published on Friday, Oct 15, 2021 by Paul Stack

    Installation

    The GCP Global CloudRun provider is available as a package in all Pulumi languages:

    Configuration

    When developing locally, we recommend that you install the Google Cloud SDK and then authorize access with a user account. Next, Pulumi requires default application credentials to interact with your Google Cloud resources, so run auth application-default login command to obtain those credentials:

    $ gcloud auth application-default login

    To configure Pulumi to interact with your Google Cloud project, set it with the pulumi config command using the project’s ID:

    $ pulumi config set gcp:project your-gcp-project-id

    You may also set your Google Cloud Project via environment variable (listed in order of precedence):

    • GOOGLE_PROJECT
    • GOOGLE_CLOUD_PROJECT
    • GCLOUD_PROJECT
    • CLOUDSDK_CORE_PROJECT
    $ export GOOGLE_PROJECT=your-gcp-project-id

    To provision a GCP Global CloudRun Application with this component, you need to have Google Cloud credentials. Use the instructions on the Google Classic Provider’s Installation & Configuration to get credentials if needed.

    Your AWS credentials are never sent to pulumi.com. Pulumi uses the GCP SDK and the credentials in your environment to authenticate requests from your computer to Global Cloud.

    gcp-global-cloudrun logo
    GCP Global CloudRun v0.0.3 published on Friday, Oct 15, 2021 by Paul Stack