Skip to content

Commit b1f8423

Browse files
authored
fix: Add missing equals sign (#116)
1 parent 2d8999e commit b1f8423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/authorization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Example:
1818
```hcl
1919
module "dataset" {
2020
source = "terraform-google-modules/bigquery/google"
21-
version "~> 4.1"
21+
version = "~> 4.1"
2222
2323
dataset_id = "example_dataset"
2424
dataset_name = "example_dataset"

0 commit comments

Comments
 (0)