Skip to content

Commit

Permalink
chore: update readme to new module version (#124)
Browse files Browse the repository at this point in the history
* chore: Update readme to new module version

* Update README.md

Co-authored-by: Morgante Pell <morgantep@google.com>
  • Loading branch information
bharathkkb and morgante authored Sep 22, 2021
1 parent 5f608e3 commit 53c8ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Basic usage of this module is as follows:
```hcl
module "gcs_buckets" {
source = "terraform-google-modules/cloud-storage/google"
version = "~> 1.7"
version = "~> 2.2"
project_id = "<PROJECT ID>"
names = ["first", "second"]
prefix = "my-unique-prefix"
Expand Down

0 comments on commit 53c8ad3

Please sign in to comment.