Skip to content

Commit

Permalink
Merge pull request #13 from npredey/patch-1
Browse files Browse the repository at this point in the history
Update README.md with info about enabling APIs
  • Loading branch information
rarsan authored Aug 9, 2021
2 parents 6e81064 + 6978dfb commit f489a5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ dataflow_template_path | (Optional) Dataflow template GCS path (default 'gs://da
#### Requirements
* Terraform 0.13+

#### Enabling APIs
Before deploying the Terraform in a Google Cloud Platform Project, the following APIs must be enabled:
* Compute Engine API
* Dataflow API

For information on enabling Google Cloud Platform APIs, please see [Getting Started: Enabling APIs](https://cloud.google.com/apis/docs/getting-started#enabling_apis).

#### Setup working directory

1. Copy placeholder vars file `variables.yaml` into new `terraform.tfvars` to hold your own settings.
Expand Down

0 comments on commit f489a5e

Please sign in to comment.