Skip to content

Commit

Permalink
Merge pull request #14 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 d6beb18 + a9ba8cd commit 9f53b65
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 @@ -48,7 +48,7 @@ Most basic usage just setting required arguments:

```hcl
module "terraform-google-bigquery-dataset-iam" {
source = "github.com/mineiros-io/terraform-google-bigquery-dataset-iam.git?ref=v0.1.0"
source = "github.com/mineiros-io/terraform-google-bigquery-dataset-iam.git?ref=v0.0.3"
dataset_id = google_bigquery_dataset.dataset.dataset_id
role = "roles/bigquery.dataViewer"
Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ section {
```hcl
module "terraform-google-bigquery-dataset-iam" {
source = "github.com/mineiros-io/terraform-google-bigquery-dataset-iam.git?ref=v0.1.0"
source = "github.com/mineiros-io/terraform-google-bigquery-dataset-iam.git?ref=v0.0.3"
dataset_id = google_bigquery_dataset.dataset.dataset_id
role = "roles/bigquery.dataViewer"
Expand Down

0 comments on commit 9f53b65

Please sign in to comment.