Skip to content

Instantly share code, notes, and snippets.

@mieciu
Created April 24, 2024 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mieciu/2836a2feb8702e0059fc02bd864b8818 to your computer and use it in GitHub Desktop.
Save mieciu/2836a2feb8702e0059fc02bd864b8818 to your computer and use it in GitHub Desktop.
My public EAP doc

Install Pulumi

In the telemetry collector we're using Pulumi for IaaC. To install Pulumi, run the following command:

brew install pulumi/tap/pulumi

Then go to infra dir and deploy with pulumi up command. Pulumi requires you to be authenticated against the Google Cloud Platform. To authenticate, run the following command:

gcloud auth application-default login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment