Skip to content

Commit 2227519

Browse files
authored
Update README.md
1 parent baa02ef commit 2227519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This module is meant for use with Terraform 0.12. If you need a Terraform 0.11.x
1212

1313
```hcl
1414
module "gce-container" {
15-
source = "github.com/terraform-google-modules/terraform-google-container-vm"
16-
version = "2.0.0"
15+
source = "github.com/terraform-google-modules/container-vm"
16+
version = "~> 2.0"
1717
1818
container = {
1919
image="gcr.io/google-samples/hello-app:1.0"

0 commit comments

Comments
 (0)