Skip to content

Commit

Permalink
fix: update the example module version (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyz committed Aug 4, 2020
1 parent 3ddfa1f commit b933b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cloudbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Basic usage of this module is as follows:
```hcl
module "bootstrap" {
source = "terraform-google-modules/bootstrap/google//modules/cloudbuild"
version = "~> 0.1"
version = "~> 1.3"
org_id = "<ORGANIZATION_ID>"
billing_account = "<BILLING_ACCOUNT_ID>"
Expand Down

0 comments on commit b933b9b

Please sign in to comment.