Skip to content

Commit 5d4bb7e

Browse files
authored
Merge pull request #271 from terraform-google-modules/hotfix/documentation-readme-module-version
Update project-factory version referenced in repository README
2 parents 3390d05 + 5f39a7d commit 5d4bb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are multiple examples included in the [examples](./examples/) folder but s
3131
```hcl
3232
module "project-factory" {
3333
source = "terraform-google-modules/project-factory/google"
34-
version = "~> 2.0"
34+
version = "~> 3.0"
3535
3636
name = "pf-test-1"
3737
random_project_id = "true"

0 commit comments

Comments
 (0)