Skip to content

Commit

Permalink
Point README usage to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jan 17, 2019
1 parent 4e16765 commit 6b94eea
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ A Terraform module for creating a fully functional Google Memorystore (redis) in

## Usage

Check the examples/ directory.
Check the [examples/](./examples/) directory for more.

```hcl
module "memorystore" {
source = "git::ssh://[email protected]/terraform-google-modules/terraform-google-memorystore"
name = "my-memorystore"
source = "terraform-google-modules/memorystore/google"
version = "0.1.0"
name = "my-memorystore"
project = "my-gcp-project"
}
```
Expand Down

0 comments on commit 6b94eea

Please sign in to comment.