From d247379b15698dde6d6d2ffd105c2fa7371986f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kre=C5=A1imir=20=C5=A0utalo?= Date: Thu, 10 Oct 2024 12:27:54 +0200 Subject: [PATCH] update image version and tfbackend config (#23) --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 697c804..929ffb6 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -21,7 +21,7 @@ variable "local_development" { variable "runner_image_id" { type = string - default = "/subscriptions/218f1214-da01-4678-8025-4e14a989e315/resourceGroups/wp10-tf-dev-rg/providers/Microsoft.Compute/galleries/wp10ImageFactoryGallery/images/image-factory-vm/versions/1.0.34" + default = "/subscriptions/218f1214-da01-4678-8025-4e14a989e315/resourceGroups/wp10-tf-dev-rg/providers/Microsoft.Compute/galleries/wp10tfdevImageFactoryGallery/images/image-factory-vm/versions/1.0.41" description = "Shared Image Gallery ID of the runner VM image" }