Skip to content

Commit b286c5d

Browse files
committed
Readme updated, basic usage example pinned to the new version
1 parent bd82a3d commit b286c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Basic usage of this module is as follows:
2121
```hcl
2222
module "folders" {
2323
source = "terraform-google-modules/folders/google"
24-
version = "~> 0.1"
24+
version = "~> 2.0"
2525
26-
parent_id = "65552901371"
26+
parent = "folders/65552901371"
2727
2828
names = [
2929
"dev",

0 commit comments

Comments
 (0)