Skip to content

Commit b389b9e

Browse files
chore: update README with project variable + version (#80)
* chore: update README with project variable + version * Remove extra whitespace Co-authored-by: Zef Delgadillo <[email protected]>
1 parent ab82912 commit b389b9e

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)