diff --git a/examples/templates/gcp-vm-container/main.tf b/examples/templates/gcp-vm-container/main.tf index 86023e3b7e..297bac31e7 100644 --- a/examples/templates/gcp-vm-container/main.tf +++ b/examples/templates/gcp-vm-container/main.tf @@ -69,7 +69,7 @@ module "jetbrains" { # See https://registry.terraform.io/modules/terraform-google-modules/container-vm module "gce-container" { source = "terraform-google-modules/container-vm/google" - version = "3.2.0" + version = "3.3.0" container = { image = "codercom/enterprise-base:ubuntu"