We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa02ef commit 2227519Copy full SHA for 2227519
README.md
@@ -12,8 +12,8 @@ This module is meant for use with Terraform 0.12. If you need a Terraform 0.11.x
12
13
```hcl
14
module "gce-container" {
15
- source = "github.com/terraform-google-modules/terraform-google-container-vm"
16
- version = "2.0.0"
+ source = "github.com/terraform-google-modules/container-vm"
+ version = "~> 2.0"
17
18
container = {
19
image="gcr.io/google-samples/hello-app:1.0"
0 commit comments