Skip to content

Commit

Permalink
chore: fix readme to match release version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored Jul 12, 2021
1 parent 29ccc94 commit dbd8157
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 @@ -24,7 +24,7 @@ Basic usage of this module is as follows:
```hcl
module "cloud_run" {
source = "terraform-google-modules/terraform-google-cloud-run/google"
version = "~> 0.0.1"
version = "~> 0.1.0"
service_name = "<SERVICE NAME>"
project_id = "<PROJECT ID>"
Expand Down

0 comments on commit dbd8157

Please sign in to comment.