Skip to content

Commit

Permalink
Merge pull request #8 from mineiros-io/use-registry-as-source-in-readme
Browse files Browse the repository at this point in the history
Use the Terraform registry as a source in README.md example instead of Git
  • Loading branch information
soerenmartius authored Jul 30, 2020
2 parents e58d468 + 5d463a3 commit 5d5e515
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 @@ -58,7 +58,8 @@ Most basic usage just setting required arguments:

```hcl
module "terraform-aws-cognito-user-pool" {
source = "[email protected]:mineiros-io/terraform-aws-cognito-user-pool.git?ref=v0.0.1"
source = "mineiros-io/cognito-user-pool/aws"
version = "0.0.2"
name = "application-userpool"
}
Expand Down

0 comments on commit 5d5e515

Please sign in to comment.