Skip to content

Commit bff2870

Browse files
authored
Update README.md
1 parent bf924eb commit bff2870

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
@@ -104,8 +104,8 @@ The `instance_with_advanced_options` example also demonstrates this.
104104

105105
```hcl
106106
module "gce-advanced-container" {
107-
source = "github.com/terraform-google-modules/terraform-google-container-vm"
108-
version = "2.0.0"
107+
source = "terraform-google-modules/container-vm/google"
108+
version = "~> 2.0"
109109
110110
container = {
111111
image = "busybox"

0 commit comments

Comments
 (0)