Skip to content

Commit e0221c0

Browse files
committed
Merge branch 'master' of github.com:terraform-google-modules/terraform-google-lb-http
2 parents dec92eb + b389b9e commit e0221c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ need a Terraform 0.11.x-compatible version of this module, the last released ver
1818
```HCL
1919
module "gce-lb-http" {
2020
source = "GoogleCloudPlatform/lb-http/google"
21+
version = "~> 3.1"
22+
2123
name = "group-http-lb"
24+
project = "my-project-id"
2225
target_tags = [module.mig1.target_tags, module.mig2.target_tags]
2326
backends = {
2427
default = {

0 commit comments

Comments
 (0)