Skip to content

Commit

Permalink
Merge pull request mitchellh#258 from gdubicki/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus authored Dec 27, 2021
2 parents e15d32d + 5d1eac8 commit 8b2e350
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[gem]: https://rubygems.org/gems/vagrant-google
[gemnasium]: https://gemnasium.com/mitchellh/vagrant-google

This is a [Vagrant](https://www.vagrantup.com) 2.0.3+ plugin that adds an
This is a [Vagrant](https://www.vagrantup.com) plugin that adds an
[Google Compute Engine](https://cloud.google.com/compute/) (GCE) provider to
Vagrant, allowing Vagrant to control and provision instances in GCE.

Expand All @@ -21,18 +21,18 @@ The maintainers for this plugin are @temikus(primary), @erjohnso(backup).
* Define zone-specific configurations so Vagrant can manage machines in
multiple zones.

# Usage
# Requirements

## Google Cloud Platform Setup
* Google Cloud Platform (GCP) account,
* a GCP project with:
* Google Compute Engine API enabled,
* Service Account with `Compute Admin` role and a JSON private key as credentials,
* Your public SSH key added as GCE metadata.
* Vagrant 2.0.3+

Prior to using this plugin, you will need:
* Google Cloud Platform account with a project,
* Google Compute Engine API enabled,
* Service Account with appropriate GCE API permissions and a JSON private key
as credentials,
* Your public SSH key added as GCE metadata in the project.
## Google Cloud Platform Setup

For this do the following:
Do the following:

1. Log in with your Google Account and go to
[Google Cloud Platform](https://cloud.google.com) and click on the
Expand Down Expand Up @@ -63,6 +63,8 @@ Install as a Vagrant plugin:
vagrant plugin install vagrant-google
```

# Usage

Make a `Vagrantfile` that looks like the following, filling in
your information where necessary:

Expand Down

0 comments on commit 8b2e350

Please sign in to comment.