Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Change version to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hshin-g committed Jan 31, 2020
1 parent 3306983 commit 22fdc82
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 @@ -62,7 +62,7 @@ Create a file named `main.tf` in an empty directory and copy the contents below
```hcl
module "forseti" {
source = "terraform-google-modules/forseti/google"
version = "~> 5.0.0"
version = "~> 5.1"
gsuite_admin_email = "[email protected]"
domain = "yourdomain.com"
Expand Down
2 changes: 1 addition & 1 deletion examples/install_simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ provider "random" {

module "forseti-install-simple" {
source = "terraform-google-modules/forseti/google"
version = "~> 5.0.0"
version = "~> 5.1"

project_id = var.project_id
org_id = var.org_id
Expand Down

0 comments on commit 22fdc82

Please sign in to comment.