File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ variable "ssh_public_key" {
6565variable "os_image" {
6666 description = " OS Image to configure the VM with"
6767 type = string
68- default = " ubuntu-os-cloud/ubuntu-2004 -lts" # FAMILY/PROJECT glcoud compute images list
68+ default = " ubuntu-os-cloud/ubuntu-2404 -lts-amd64 " # FAMILY/PROJECT glcoud compute images list
6969}
7070
7171
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module "nfs_server" {
2929 tags = var. tags
3030
3131 subnet = local. subnet_names [" misc" ] // Name or self_link to subnet
32- os_image = " ubuntu-os-cloud/ubuntu-2004 -lts"
32+ os_image = " ubuntu-os-cloud/ubuntu-2404 -lts-amd64 "
3333
3434 vm_admin = var. nfs_vm_admin
3535 ssh_public_key = local. ssh_public_key
@@ -60,7 +60,7 @@ module "jump_server" {
6060 tags = var. tags
6161
6262 subnet = local. subnet_names [" misc" ] // Name or self_link to subnet
63- os_image = " ubuntu-os-cloud/ubuntu-2004 -lts"
63+ os_image = " ubuntu-os-cloud/ubuntu-2404 -lts-amd64 "
6464
6565 vm_admin = var. jump_vm_admin
6666 ssh_public_key = local. ssh_public_key
You can’t perform that action at this time.
0 commit comments