Skip to content

Commit

Permalink
Merge pull request #38 from terraform-google-modules/document-gcloud
Browse files Browse the repository at this point in the history
Add gcloud dependency info
  • Loading branch information
morgante authored May 10, 2019
2 parents 692542e + 7772dac commit eb017f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ The routes list contains maps, where each object represents a route. For the nex
| priority | The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In the case of two routes with equal prefix length, the one with the lowest-numbered priority value wins | string | 1000 | yes |

## Requirements
### Terraform plugins
### Installed Software
- [Terraform](https://www.terraform.io/downloads.html) 0.10.x
- [terraform-provider-google](https://github.com/terraform-providers/terraform-provider-google) plugin v1.12.0
- [gcloud](https://cloud.google.com/sdk/gcloud/) >243.0.0

### Configure a Service Account
In order to execute this module you must have a Service Account with the following roles:
Expand Down

0 comments on commit eb017f9

Please sign in to comment.