Skip to content

Commit

Permalink
Merge pull request #16 from mineiros-io/kassianh/docs/correct-getting…
Browse files Browse the repository at this point in the history
…started-version

docs: correct getting started version
  • Loading branch information
soerenmartius authored Mar 9, 2022
2 parents 592d222 + e02e24c commit 1d88485
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 1d88485

Please sign in to comment.