Skip to content

Commit

Permalink
Fix README.md (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k authored Jun 18, 2020
1 parent 8a24f05 commit 47c3d0c
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 @@ -13,7 +13,7 @@ This module is meant for use with Terraform 0.12. If you haven't [upgraded](http
Basic usage is as follows:
```hcl
module "load_balancer" {
source = "terraform-google-modules/lb/google"
source = "GoogleCloudPlatform/lb/google"
version = "~> 2.0.0"
region = var.region
name = "load-balancer"
Expand Down

0 comments on commit 47c3d0c

Please sign in to comment.