Skip to content

Commit

Permalink
docs: correct getting started version
Browse files Browse the repository at this point in the history
  • Loading branch information
kassianh committed Mar 1, 2022
1 parent 592d222 commit e02e24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Most basic usage just setting required arguments:

```hcl
module "terraform-google-cloud-router" {
source = "github.com/mineiros-io/terraform-google-cloud-router.git?ref=v0.1.0"
source = "github.com/mineiros-io/terraform-google-cloud-router.git?ref=v0.0.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ section {
```hcl
module "terraform-google-cloud-router" {
source = "github.com/mineiros-io/terraform-google-cloud-router.git?ref=v0.1.0"
source = "github.com/mineiros-io/terraform-google-cloud-router.git?ref=v0.0.2"
}
```
END
Expand Down

0 comments on commit e02e24c

Please sign in to comment.